@charset "utf-8";
/* CSS Document */
html{height:100%;overflow: hidden;}
* { zoom: 1; }
body {
	margin:0px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#fff;
	}

#wrapper {
	position:relative;
	width:auto;
	height: auto !important;
	height: 100%;
	min-height:100%;
	z-index:2;
	text-align:left;
	overflow:hidden;
	margin-left:30px;
	}
	

.header {display:block;position:relative;overflow:hidden;}
	#mainmenu .header {margin:20px 0 0 0;height:55px;border-bottom:1px solid #ccc;}
	#submenu .header {margin:50px 0 0 0;height:25px;border-bottom:1px solid #ccc;}
	#content .header {margin:50px 0 0 0;height:25px;}

	#mainmenu a#logo {margin:0px 0px 0px 0px;padding:0 0 0 0px;background-color:#fff;border-bottom:0px;}
	#mainmenu a#logo:hover {border-bottom:0px;}

#mainmenu {
	float:left;
	display:block;
	width:200px;
	margin:0 0 0 0px;
	height:auto;
	}
	
	#mainmenu ul, #mainmenu li {list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
	
	#mainmenu ul {padding:2px 0px 0px 0px;}
	#mainmenu ul ul {padding:2px 0px 2px 0px;border-bottom:1px solid #eee;}
	#mainmenu ul ul ul {visibility:hidden;display:none;}
	#mainmenu ul ul.active {visibility:visible;display:block;}
	#mainmenu ul ul ul {margin-left:8px;border-bottom:0px;}

	#mainmenu ul a {
		display:block;
		border-bottom:1px solid #eee;
		text-decoration:none;
		color:#000;
		line-height:14px;
		padding:2px 2px 2px 2px;
		}
	#mainmenu ul ul a {
		color:#444;
		border-bottom:0px;
		padding-left:8px;
		margin-left:2px;
		background-image:url(../layout/arrow1.gif);
		background-position:0px 7px;
		background-repeat:no-repeat;
		}
	
	#mainmenu ul a:hover, #mainmenu ul a.active {border-bottom:1px solid #ccc;color:#f30;}
	#mainmenu ul ul a:hover, #mainmenu ul ul li.active a {
		border-bottom:0px;
		color:#f30;
		background-image:url(../layout/arrow2.gif);
		}

	#submenu {float:left;margin:0 0 0 20px;padding:0 0 0 0;width:180px;border-bottom:1px solid #ccc;}
	
	#submenu ul {list-style-type:none;margin:3px 0 0 0;padding:0 0 5px 0;}
	#submenu li {list-style-type:none;margin:0 0 0 0;padding:0 0 0 0;}
			
		#submenu ul li a {
			color:#666;
			display:block;
			line-height:13px;
			border-bottom:1px solid #eee;
			padding:2px 1px 2px 2px;
			text-decoration:none;
			}
		#submenu ul li a:hover {border-bottom:1px solid #ccc;color:#f30;}
		#mainmenu ul ul ul li a.submenuon {color:#f30;}
		#mainmenu ul ul ul li a.submenuoff {color:#666;background-image:url(../layout/arrow1.gif);}
			
h1 {
	display:block;
	font-size:20px;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	}
	
h2 {
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#f30;
	margin:0px;
	padding:0px 0px 5px 0px;
	}
h3 {
	display:block;
	font-size:15px;
	font-weight:normal;
	color:#444;
	margin:0px;
	padding:0px 0px 5px 0px;
	}
h3 a {color:#f30;text-decoration:none;}
h3 a:hover {background-color:#f30;color:#fff;}
sup {font-size:9px;vertical-align:2px;}


#left {
	position:relative;
	float:left;
	display:block;
	height: auto;
	padding:0px;
	line-height:16px;
	width:auto;
	}	
#content {
	position:absolute;
	left:230px;
	top:0px;
	width:auto;
	min-width:500px;
	display:block;
	min-height:600px;
	overflow:visible;
	height:auto;
	}
	#content .textcol {width:auto;float:left;margin-top:15px;display:block;}
		#content .textcol h2 {color:#f30;font-size:17px;font-weight:normal;}
		#content .textcol a {color:#000;}
		#content .textcol a:hover {color:#f30;}
		
	#content.vertical {
		left:120px;
		}
		
	#content2 {
		margin:75px 20px 0px 230px;
		}
	
		a.catbox {
			width:186px;
			display:block;
			float:left;
			height:175px;
			border-top:1px solid #ccc;
			border-bottom:1px solid #ccc;
			padding:2px;
			color:#999;
			text-decoration:none;
			margin-right:15px;
			margin-bottom:20px;
			line-height:13px;
			overflow:hidden;
			}
		a.catbox strong {font-weight:normal;font-size:11px;color:#000;}

		a.catbox:hover {
			border-top:1px solid #999;
			border-bottom:1px solid #999;
			color:#333;
			}
		a.catbox:hover strong {color:#f30;}
		a.catbox .imgbox {height:130px;margin:0 -2px 0 -2px;margin-bottom:5px;overflow:hidden;}
		a.catbox img {border:0px;}
	
	
	.prosjektnavn {
	font-size:18px;
	padding-bottom:5px;
	display:block;
	color:#f30;
	}
	.overskrift {
	font-size:17px;
	padding-bottom:5px;
	display:block;
	color:#f30;
	}
	.overskrift2 {
	font-size:15px;
	padding-bottom:5px;
	display:block;
	color:#f30;
	}

#footer, #footer.footeroff {
	position:fixed;
	bottom:0px;
	left:30px;
	width:192px;
	padding:2px 4px 0px 4px;
	height:45px;
	overflow:hidden;
	background-color:#eee;
	color:#999;
	display:block;
	z-index:100;
	}
#footer a {
	display:block;
	border-bottom:1px solid #eee;
	text-decoration:none;
	color:#999;
	}
#footer a:hover, #footer:hover a, #footer.footeron a {color:#fff;}

#footer:hover, #footer.footeron {
	background-color:#f30;
	color:#bbb;
	}
#footer:hover .red, #footer.footeron .red {
	color:#fff;
	}
#footer:hover .grey666, #footer.footeron .grey666 {
	color:#000;
	}
	
.red {color:#f30;}
.black {color:#000;}
.uthev {color:#333;font-weight:bold;}
.uthev2 {color:#333;}
.grey666 {color:#666;}
.large {font-size:12px;}
#content p {line-height:150%;padding:5px 0px 5px 0px;margin:0 0 0 0;}
p:first-child {margin-top:0px;}

/* CAROUSEL */
.carouselcontainer {
	width:100%;
	height: 520px;
	display:block;
	}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 100%;
display:block;
height: 100%; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
min-height:600px;
}

.stepcarousel .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0 10px 0 0; /*margin around each panel*/
/*width: 525px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
min-height:600px;
color:#ddd;
}

#gallery{
width: auto;
display:block;
min-height:600px;
height: 100%;
}

#gallery .panel {
	min-height:600px;
	float: none;
	position:absolute;
	}
#gallery .panel div div {
	margin:4px 0 0 0;
	padding:4px 20px 0 1px;
	line-height:15px;
	}

.paneloff {
	color:#ddd;
	padding-top:4px;
	border-top:1px dotted #eee;
	}
	.paneloff div {border-top:1px solid #eee;}
	.paneloff img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	.paneloff .uthev, .paneloff .uthev2, .paneloff .prosjektnavn, #content .paneloff a, 
	.paneloff .overskrift, .paneloff .overskrift2, .paneloff .red {color:#ddd;}

.panelon {
	color:#444;
	padding-top:4px;
	border-top:1px solid #ccc;
	}
	.panelon div {border-top:1px solid #ccc;}
	

#content a {color:#333;}
#content a:hover {color:#f30;}

#content a.pdf {
	margin-top:7px;
	padding-left:21px;
	background-image:url(../layout/icon-pdf.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	padding-bottom:2px;
	color:#333;
	border-bottom:0px;
	text-decoration:none;
	}
#content a.pdf:hover {color:#f30;border-bottom:0px;text-decoration:underline;}

a.newslink {clear:both;}	
	
#gallery {overflow: hidden;}

#nav {
	float:left;
	width:100px;
	}
#nav span {
	display:block;
	width:10px;
	text-align:center;
	float:left;
	}
#nav a {
	position:relative;
	width:17px;
	height:17px;
	display:block;
	float:left;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center;
	}
a#nav-prev {background-image:url(../layout/nav-prev-0.png);}
a#nav-prev:hover {background-image:url(../layout/nav-prev-1.png);}
a#nav-next {background-image:url(../layout/nav-next-0.png);margin:0 10px 0 5px;}
a#nav-next:hover {background-image:url(../layout/nav-next-1.png);}

p.caption {width:400px;}

.panel ul, .panel li {margin:0 0 5px 0;padding:0 0 0 0;list-style-type:none;}
.panel li {
	padding:2px 0 0 10px;
	background-image:url(../layout/arrow1.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	}