BODY {
	padding: 0px;
	margin: 0px;
	background-color: #009f65;
	color: #000;
	font-size: 14px;
	font-family: Gill Sans, Palatino, Times New Roman, Serif;
	} 

A IMG {
	border: 0px;
	}
	
	
DIV {
	text-align: left;
	}
	
#container {
	display: block;
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 1000px;
	height: 800px;
	padding-bottom: 30px;
}

#topp {
	display: block;
	position: relative;
	height: 100px;
	background-color: #105b94; 
	border-bottom:2px solid #fff;
	
}
#lil_logo {
float: left;
width: 200px;
}

#topp_header_area {
	float: left;
}

#topp_tekst {
	font-size:38pt;
	top: 30px;
	margin: 20 auto;
	color: #ffffff;
	font-weight: bold;
}

#content {
	display: block;
	position: relative;
	width: 1000px;
	background-image: url(images/bakgrunn.jpg);
	background-repeat: no-repeat; 
	background-color: #105b94; 
	height: 700px;
}

#content2 {
	display: block;
	position: relative;
	width: 1000px;
	background-image: url(images/bakgrunn.jpg);
	background-repeat: repeat-y; 
	background-color: #105b94; 
	height: 1400px;
}

#meny {
	display: block;
	position: relative;
	float: left;
	top: 50px;
	width: 150px;
	height: 670px;
		padding-left: 10px;
/*	background-color: red; */
}

#varmelding_skygge {
	display: block;
	position: relative;
	background-image: url(images/skygge.png);
	background-repeat: no-repeat; 
	left: -170px;
	width: 900px;
	height: 480px;
	top: 60px;
	z-index: 11;
}

#varmelding {
	display: block;
	position: relative;
	left: 50px;
	top: -10px;
	z-index: 11;
}

#meny a:link,
#meny a:visited,
#meny a:hover,
#meny a:active
{
	color: #000000;
	text-decoration: none;
}

#linker a:link,
#linker a:visited,
#linker a:hover,
#linker a:active
{
	color: #000000;
}

#innhold {
	display: block;
	position: relative;
	float: left;
	top: 50px;
	left: 40 px;
	width: 800px;
	height: 700px;
/*	background-color: blue; */
}

#innhold2 {
	display: block;
	position: relative;
	float: left;
	top: 50px;
	left: 40 px;
	width: 800px;
	height: 1400px;
/*	background-color: blue; */
}

#bunn {
	display: block;
	position: relative;
	height: 10px;
	background-color: #f9df2a;
}

.menuitem {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right:3px;
	font-weight: bold;
	border-bottom:2px dotted #000;
}

.menuitem_selected {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right:3px;
	font-weight: bold;
	background-color: #7ea2d1;
	border-bottom:2px dotted #000;
}

/* text styles */

.page_header {
	font-weight: bold;
	font-size: 32px;

}


.section_header {

	font-weight: bold;
	font-size: 24px;
}


.textarea {
float: left;
width: 400px;

}

.textarea_wide {
float: left;
width: 700px;

}

.images {
	display: block;
	position: relative;
	padding-bottom: 10px;
	left: 50px;
}

.textblock_separator {
	height: 50px;
}
.text {
	font-size: 16pt;
}

.text_b {
	font-size: 10pt;
	font-weight: bold;	
}

.text_small {
	font-size: 10pt;
}
