@charset "utf-8";

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background_large.jpg);
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

img {
	border: 0px;
}


.clear {
	clear: both;
	background-image:url(../images/contentbox_bottom.png);
	background-position:left bottom;
	background-repeat: no-repeat;
	height: 29px;
}

#header_white_wrapper
{
	overflow: hidden;
	width: 100%;
}

#main_wrapper {
	z-index: 10;
	position: relative;
}

#header_wrapper {
	height: 155px;
	width: 970px;;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}

#header {
	width: 970px;
	height: 155px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header_white {
	background-color: #FFFFFF;
	height: 155px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#content_wrapper {
	margin: 0 auto;
	width: 970px;
	overflow:hidden;
	
}
#top_header_image {
	height:31px;
	overflow:hidden;
	width:938px;
}

#content {
	margin: 0 auto;
	width: 970px;
}

#content_main 
{
	width: 938px;
	margin-left: 10px;
	margin-top: 1px;
}

#content_main_content {
	background-color: #FFFFFF;
	background-image:url(../images/content_header_middle.jpg);
	background-repeat:no-repeat;
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#content_image {
	position: relative;
	margin-top: 45px;
	margin-left: 80px;
	margin-bottom: 30px;
	float: left;
	width: 280px;
}

#content_maintext {
	left: 70px;
	position: relative;
	float: left;
	width: 400px;
	color: #000000;
	font-size: 20px;
	margin-top: 45px;
}

#content_text, #content_text_large {
	float: left;
	width: 550px;
	color: #000000;
	font-size: 14px;
	overflow: hidden;
	margin-left: 40px;
	margin-top: 30px;
}

#content_text_large {
	width: 620px;	
}

#content_text h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

#content_text strong {
	font-size: 16px;
	color: #3E9524;
}
#menylist li .current {
	text-decoration: underline;	
}
#content_meny, #content_bildefelt {
	width: 210px;
	float: left;
	padding: 5px;
	margin-left: 20px;
	margin-top: 30px;
}

#content_meny {
	background-color: #bee9b0;	
}

#content_meny ul, #content_meny li {
	line-height:24px;
	list-style-type:none;
	padding-left: 10px;
}

.artikkel_header {
	color: #3e9524;
	font-size: 18px;
}

#meny {
	position: relative;
	top: 133px;
	margin-left: 33px;
	font-weight: bold;
	font-size: 14px;
}

#content_infoboxes {
	width: 960px;
	margin-left: 5px;
	margin-top: 10px;
}

.infobox {
	width: 	293px;
	float: left;
	padding: 5px;
	margin-right: 15px;
	padding-bottom: 5px;
}

.submeny_selected a, .submeny_selected a:link, .submeny_selected a:visited{
	text-decoration: underline;
}

.infobox_image {
	float: right;
	display: inline;
	position: relative;
	top: 16px;
	right: 5px;
	width: 120px;
}

.infobox_title {
	color: #515151;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 0px 10px;
	background-image: url(../images/infobox_top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 303px;
	line-height: 25px;
}

.infobox_text {
	float: left;
	position: relative;
	left: 6px;
	color: #4a4a4a;
	font-size: 10px;
	top: 5px;
	width: 155px;
	margin-left: 5px;
}

.infobox_image img {
	border: 2px solid #bae8aa;	
}


.infobox_bottom{
	background-image: url(../images/infobox_bottom.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 303px;
}

.infobox_middle {
	background-color: #FFFFFF;
	width: 303px;
	height:190px;
}

#footer {
	width: 930px;
	height: 65px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 5px;
	background-image:url(../images/footer.png);
	margin-bottom: 10px;
}

#footer_text {
	margin-top: 25px;
	margin-left: 30px;
	float: left;
	color: #515151;
	font-size: 13px;
	font-weight: bold;
	width: 750px;
}

.footer_logo {
	float: right;
	position: relative;
	top: 15px;
	right: 20px;
	width: auto;
	padding-right: 15px;
}

ul
{
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#menylist li, #menylist ul
{
	line-height:0.9em;
	list-style-type:none;
	height: 43px;
	display: inline;
}

.bullet {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;	
	padding-left: 20px;
	background-position: 6px 6px;
}

a, a:link, a:visited {
	color: #3e9524;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}
.sub_meny {
	margin: 10px;
}

#content_main_content ul, #content_main_content li { 
	color:#222222;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:8px;
	padding-left:5px;
}

#prosjekt_header {
	
}

.prosjekt_header {
	width: 160px;
	font-weight: bold;
	font-size: 14px;
}

.prosjekt_info {
	
}

.anchor:hover {
	text-decoration: none;
}

#content_text .floating-box {
	position: absolute;	
	text-align: center;
}
#content_text .floating-box strong {
	font-size: 14px;
	color: #000000;
}

#content_text .floating-box a, #content_text .floating-box a:visited {
	color: #222;	
}

