

/* 00-reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@media screen { 


/* 10-basic.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:'Conduit ITC W01 Light', Arial, Helvetica, sans-serif;
}
body{
	font-size:17px;
	}

p {
	margin:0 0 1em 0;
	line-height:1.4em;
}

em {
	font-style: italic;	
}

strong, strong * {
	font-family:'Conduit ITC W01 Bold';	
}

address {
	display: inline;	
}

a {
	color: #003768;
	text-decoration: underline;
}
a:hover{
	color:#B6523E;}

small {
	font-size: smaller;
}
h1, h2, h3, h4{
	font-family:'Conduit ITC W01 Bold';
	font-weight:normal;
	text-transform:uppercase;
	}
h1 {
	font-size: 30px;
	/*font-weight: bold;*/
	margin:0.2em 0 0.2em 0;
	padding-bottom:3px;
}

h2 {
	font-size: 24px;
	/*font-weight: bold;*/
	margin:0.2em 0 0.2em 0;
}

h3 {
	font-size: 20px;
	/*font-weight: bold;*/
}
h3.inline{
	display:inline;
	float:left;
	font-size:1em;}
ul{
	list-style-type:circle;
	list-style-type:disc;
	list-style-position:outside;
	padding:1em;
	line-height:1.4em;
	}
strong{
	font-family:'Conduit ITC W01 Bold';
	}
	
caption{
	text-align:left;
	font-family:'Conduit ITC W01 Bold';
	}
td{
	padding:3px 0;}
.conduit-bold{}

/* 20-footer.css */
#footer {
	text-align: left;
	padding-left:4px;
}

#footer * {
	font-size: 16px;
}

#footer h3 {
	text-transform: uppercase;
	display: inline;
	font-weight: bold;
	color: #B6523E;
}

#footer a.email {
	text-decoration: none;
}

#footer a.email:hover {
	text-decoration: underline;	
}

/* 20-header.css */
#header {
	text-align: left;	
}

#logo {
	display: block;
	width: 105px;
	height: 79px;
	background-image: url(../../template-images/jarlsologo.png);
	background-position: left top;
	margin-bottom:-20px;
}

#logo span {
	display: none;	
}
#printLogo{
	display:none;
	}

/* 20-layout.css */
body {
	text-align: center;	
	background-color: #edf5fc;
	background-image: url(../../template-images/bg.png);
	background-repeat: repeat-x;
	background-position: center 180px;
}


#document {
	width: 960px;
	margin: 34px auto;
}

#byline {
	text-align: right;
}
	#byline a {
		color: #999;
		font-size: 0.7em;
		text-decoration: none;
 	}
 		#byline a:hover {
 			color: #003768;
 		}
 	
 	#byline em {
 		font-style: normal;
 	}
 	
 	#byline strong {
 		text-transform: uppercase;
 	}


/* 20-mainmenu.css */
#mainmenuContainer {
	background-image: url(/template-images/bg-content-top.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 960px;
	height: 50px;
}

#mainmenu {
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 0;
	float: right;
}

#mainmenu li {
	float: left;
	margin-left: 5px;
}

#mainmenu span {
	display:block;
	font-family:'Conduit ITC W01 Bold';
	padding-top:15px;
}

#mainmenu a {
	display: block;
	height: 44px;
	width: 151px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background-image: url(/template-images/mainmenu/mainmenu-bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}
#mainmenu a:hover{
	background-position:0px -60px;
	color:#FFF;
	}
.mainmenuForsiden li#menuItemForsiden a:hover,
.mainmenuOm li#menuItemOm a:hover,
.mainmenuBeliggenhet li#menuItemBeliggenhet a:hover,
.mainmenuOmgivelsene li#menuItemOmgivelsene a:hover,
.mainmenuFlyfoto li#menuItemFlyfoto a:hover,
.mainmenuVisjoner li#menuItemVisjoner a:hover{
	background-position:0px -60px;
}
.mainmenuForsiden li#menuItemForsiden a,
.mainmenuOm li#menuItemOm a,
.mainmenuBeliggenhet li#menuItemBeliggenhet a,
.mainmenuOmgivelsene li#menuItemOmgivelsene a,
.mainmenuFlyfoto li#menuItemFlyfoto a,
.mainmenuVisjoner li#menuItemVisjoner a{
	background-position:0px -120px;
}
#menuItemForsiden a {}
#menuItemForsiden a:hover {}

#menuItemOm a {}
#menuItemOm a:hover {}

#menuItemBeliggenhet a {}
#menuItemBeliggenhet a:hover {}

#menuItemOmgivelsene a {}
#menuItemOmgivelsene a:hover {}

#menuItemFlyfoto a {}
#menuItemFlyfoto a:hover {}

#menuItemVisjoner a {}
#menuItemVisjoner a:hover {}






/* 20-secondaryMenu.css */
.secondaryMenu{
	float:left;
	width:160px;
	list-style-type:none;
	margin:0;
	padding:0;
}
#secondaryMenuLeft{
	float:left;
	}
#secondaryMenuRight{
	float:right;
}
.secondaryMenu li{
	margin:0;
	padding:0;
}
.secondaryMenu li a{
	display:block;
	text-decoration:none;
	border-bottom:1px solid #09F;
	padding:6px 3px 2px 0;
}
.secondaryMenu li a:hover{
	background-color:#edf5fc;
}
			
#secondaryMenuPlan{
	margin:200px 0 0 680px;
}

/* 30-content.css */
#content {
	text-align: left;	
	background-image: url(../../template-images/bg-content-area-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 22px 30px;
}

#contentBottom {
	height: 30px;
	clear: both;
	background-image: url(/template-images/bg-content-area-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#fullWidthTopImageLink{
	display: block;
	margin: 0 0 20px 0;
}
#fullWidthTopImageLink img{
	border:none;
}
#articleWrapper {
	width: 525px;
	float: left;
}
#asideWrapper {
	float: right;
	width: 340px;
}

#asideWrapper .prominent a {
	display:inline-block;
	width:340px;
	border-bottom: thin solid #09f; 
	text-decoration:none;
	padding:26px 3px 4px 0;
}

#asideWrapper .prominent a:hover {
	background-color:#edf5fc;
}

	#asideWrapperEditable {
		padding-top: 20px;
	}

/* 30-custom.css */
.clr{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.marginTop20{
	margin-top: 20px;
}
.decorImgWrapper{
	padding-top: 20px;
	clear: both;
}
.textRight{
	text-align: right;
}
.hrAbove{
	border-top: 1px solid #09F;
	padding-top: 0.6em;
}

.byggetrinn1ThumbWrapper {
	margin: 0;
	width: 525px;
	height: 140px;
}
	.byggetrinn1ThumbWrapper a {
		display: block;
		float: left;
		width: 175px;
	}
	
.imageCaption {
	font-size: 0.85em;
	color: #333;
}

#fpContent {
	margin-top: 90px;
	margin-left:0px;
	padding-left: 19px;
}

#fpContent h3,
#fpContent p {
	margin-left: 4px;
}

#fpContent h3 {
	margin-top: 20px;
	margin-bottom: 4px;
	color: #B6523E;
}

#movieLink {
	display: block;
	width: 425px;
	height: 84px;
	background-image: url(/template-images/nav-box-film-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

	#movieLink:hover {
		background-position: -425px 0;
	}
	
	#movieLink span {
		display: none;
	}

/* 40-linkBox.css */
ul.linkbox-list{ list-style-type:none; margin:0; padding:0; overflow:hidden; width:525px;}
ul.linkbox-list li{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	}
#linkBox-frontpage-wrapper{
	position:relative;
	
	top:-60px;
	margin:0 0 0 10px;
	padding:0;
	margin-bottom:-60px;
	}
a.linkBox{
	display:block;
	position:relative;
	float:left;
	width:167px;
	height:125px;
	background-repeat:no-repeat;
	background:url(/template-images/nav-box.png) no-repeat 0px 0px;
	
	text-decoration:none;
	}
.linkBox:hover{
	background-position:-167px 0px;
	color:#FFF;
	}
.linkBox span, .linkBox strong{
	display:block;
	padding:5px 10px 5px 15px;
		line-height:1.1em;
	}
.linkBox strong{
	font-size:18px;
	letter-spacing:-0.1px;
	padding-top:15px;
	min-height:43px;
	text-transform:uppercase;
	font-family:'Conduit ITC W01 Bold';
	}

.linkBox span{
	font-size:16px;
	padding-bottom:3px;
	}
a.film-link strong{
	min-height:inherit;
	padding-bottom:0;
	}
a.film-link span{
	text-align:center;
	padding-top:5px;
	}




#linkBox-byggetrinn2-wrapper{
	position:relative;
	margin-left:20px;
	margin-top:-360px;
	margin-bottom:360px;
	}

/* 40-photo-gallery.css */
#photoGalleryWrapper{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:visible;
	width:920px;
	}
#photoGalleryWrapper li{
	position:relative;
	float:left;
	width:280px;
	height:180px;
	overflow:visible;
	margin:5px 25px 20px 0px;
}
#photoGalleryWrapper a{
	display:block;
	width:280px;
	height:180px;
	overflow:hidden;
	border-bottom: 1px solid #666;
  	border-right: 1px solid #777;
}

.boxshadow #photoGalleryWrapper a {
	border: none;
	-webkit-box-shadow: #666 1px 1px 10px;
	-moz-box-shadow: #666 1px 1px 10px;
	box-shadow: #666 1px 1px 10px;
}
.borderradius #photoGalleryWrapper a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#photoGalleryWrapper a span{
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	width: 44px;
	height:41px;
	background:url(../../template-images/enlargement.png) no-repeat center center;
	}
#photoGalleryWrapper img{}
} /* @media screen*/


@media print { 


/* basic.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Helvetica, Arial, sans-serif;
}
body{
	font-size:92%;
	}

p {
	margin:0 0 1em 0;
	line-height:1.4em;
}

em {
	font-style: italic;	
}

strong, strong * {
	font-weight: bold;	
}

address {
	display: inline;	
}

a {
	color: #003768;
	text-decoration: underline;
}
a:hover{
	color:#B6523E;}

small {
	font-size: smaller;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	margin:0.2em 0 0.2em 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin:0.2em 0 0.2em 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}
h3.inline{
	display:inline;
	float:left;
	font-size:1em;}
ul{
	list-style-type:circle;
	list-style-type:disc;
	list-style-position:outside;
	padding:1em;
	line-height:1.4em;
	}
strong{
	font-weight:bold;}
	
caption{
	text-align:left;
	font-weight:bold;
	}
td{
	padding:3px 0;}

/* mainmenu.css */



/* print.css */
/*@import url('reset.css');
@import url('print/basic.css');*/

#mainmenuContainer {
	display:none;
}
.secondaryMenu{
	display:none;
}
#secondaryMenuPlan{
	display:none;
	}
#footer {
	display:none;
}
#byline {
	display:none;
}
.linkBox{
	display:none;
	}
#logo {
	display: none;
}
#printLogo{
	display:block;
	height:75px;
	width:100px;
	margin-bottom:30px;
	}
} /* @media print*/


@media only screen and (max-device-width: 480px) { 

} /* @media only screen and (max-device-width: 480px)*/

