@charset "utf-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
a{
	color:#00ADEE;
}
html{overflow-y:scroll;} 
body{
	background:url(../img/bodygradbg.png) repeat-x #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}
h3 {
	color:#00ADEE;
	margin-bottom: 5px;
}
#wrap{
	position:relative;
	width:1004px;
	margin: 35px auto;
}
#colleft{
	position:relative;
	width:164px;
	float:left;
	margin-left:40px;
	padding-bottom:20px;
}
#colleft.wide{
	width: 268px;
}
#colleft #logo{
	position:relative;
	width:93px;
	height:55px;
	margin-bottom:40px;
	margin-top:3px;
}
#colleft #meny{
	position:relative;
	width:143px;
	margin-left:21px;
	font-size:16px;
	line-height:21px;
	z-index:1010;
}
#colleft #meny.wide{
	width:247px;
}
#colleft #meny a{
	color:#231F20;
	text-decoration:none;
}
#colleft #meny li.active a{
	color:#00ADEE;
}
#colleft #meny li a:hover{
	color:#00ADEE;
}
#colleft #meny li.active ul li a{
	font-size:12px;
	padding-left:16px;
	color:#231F20;
}
#colleft #meny li.active ul li.active a{
	color:#00ADEE;
}
#colleft #meny li.active ul li a:hover{
	color:#00ADEE;
}
#colleft #lefttext{
	position:relative;
	width:143px;
	margin-left:21px;
	margin-top:40px;
	margin-bottom:40px;
}
#colleft #lefttext h1{
	font-size:12px;
	font-weight:bold;
	color:#231F20;
	padding-bottom:12px;
}
#colleft #lefttext p{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:14px;
	padding-bottom:12px;
}
#colleft #leftcogs{
	height:160px;
}
#colleft #leftcogs img{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1000;
}
#colright{
	position:relative;
	width:800px;
	float:right;
}
#colright.narrow{
	width: 518px;
	padding:28px 30px;
	padding-bottom:60px;
	margin-left:59px;
	margin-right:59px;
	margin-top:20px;
	background-color:#ffffff;
}
#colright h2{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:16px;
}
#colright ul{
	margin-left:16px;
	margin-bottom:16px;
	/*color:#00ADEE;*/
	line-height:21px;
}
#colright li{
	list-style:disc;
}
#colright p{
	line-height:16px;
	padding-bottom:8px;
}

#colright #bedrifter{
	width:100%;
	margin-bottom:16px;
}
#colright #bedrifter img{ float:right; padding-right:10px;}
#colright #bedrifter td{ padding:5px;}

#colright #tjenesteliste li{
	list-style:none;
}

#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:550px;
	margin-left:21px;
	z-index:10;
}
#footer p{
	font-size:10px;
}
