@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%;
	text-align:left;
	overflow:hidden;
	margin-left:0px;
	}
	

.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 {
		position:absolute;
		top:30px;
		left:260px;
		margin:20px 0 0 0;
		height:25px;
		z-index:100;
		}

	#mainmenu a#logo {margin:0px 0px 0px 0px;padding:0 0 0 0px;border-bottom:0px;}
	#mainmenu a#logo:hover {border-bottom:0px;}
	
	#mmbg {
	position:absolute;
	z-index:5;
	background-color:#fff;
	width:200px;
	height:100%;
	display:block;
	left:0px;
	top:76px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	}

#mainmenu {
	position:relative;
	float:left;
	display:block;
	width:200px;
	margin:0 0 0 30px;
	_margin-left:15px;
	height:auto;
	}
	
	#mainmenu ul {
	position:relative;
	z-index:100;
	}
	
	#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.active {visibility:visible;display:block;}

	#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:0 6px;
		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;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;
			}
		#mainmenu ul li a.submenuoff:hover {color:#f30;}
	    #mainmenu ul li a.submenuon {color:#f30;background-image:url(../layout/arrow2.gif);}
		#mainmenu ul li a.submenuoff {color:#666;}
			
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;}
	
#left {
	position:relative;
	float:left;
	display:block;
	height: auto;
	padding:0px;
	line-height:16px;
	width:auto;
	z-index:100;
	overflow:hidden;
	}	
#content {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	min-width:500px;
	display:block;
	min-height:100%;
	overflow:visible;
	height:100%;
	z-index:10;
	}
	#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;}
		
	#content2 {
		margin:75px 20px 0px 330px;
		}	
	
	.prosjektnavn {
	font-size:18px;
	padding-bottom:5px;
	display:block;
	color:#f30;
	}
	.overskrift {
	font-size:18px;
	padding-bottom:5px;
	display:block;
	color:#f30;
	line-height:20px;
	}
	.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:#fff;
	color:#999;
	display:block;
	z-index:100;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
#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;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	}
#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: 100%;
	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:100%;
}

.stepcarousel .panel {
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0 1px 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:100%;
color:#ddd;
}

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

#gallery .panel {
	min-height:500px;
	height:100%;
	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 .newsimg {/*padding-bottom:4px;border-bottom:1px dotted #ccc;*/}
	.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;}
	.panelon .newsimg {/*padding-bottom:4px;border-bottom:1px solid #ccc;*/}
	

#content a {color:#333;}
#content a:hover {color:#f30;}
a.newslink {clear:both;}	

.paneloff .newsbox {display:none;visibility:hidden;}

.panelon .newsbox {
	position:absolute;
	z-index:100;
	left:260px;
	top:75px;
	height:auto;
	display:block;
	width:300px;
	border:0px;
	}

	.newsbox .newscontent {
		position:relative;
		border:0px;
		z-index:100;
		width:300px;
		border-color:#ccc;
		margin:0 10px 10px 10px;	
		}
	.newsbox .newsbg {
		position:absolute;
		display:block;
		left:0px;
		top:0px;
		width:300px;
		height:100%;
		background-color:#fff;
		color:#fff;
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		-khtml-opacity: 0.60;
		opacity: 0.60;
		border-color:#fff;
		padding:0 10px 10px 10px;
		padding-top:20px;
		z-index:10;
		}
	#content .newsbox .newsbg * {color:#fff;}
	#content .newsbox .newsbg a:hover {color:#fff;cursor:default;}
		
	.newsbox:hover .newsbg {
		filter:alpha(opacity=90);
		-moz-opacity:.90;
		-khtml-opacity: .90;
		opacity: .90;
		}
	
#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;
	}