

body {
	background-color: #D6D6D6;
	padding: 0px;
	margin: 0px;
}

#overall_center {
	width: 913px;
	padding: 0px;
	margin: 0px;
}

#overall {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}

#topp {
	background-color: #7D2524;
	height: 175px;
	float: left;
	width: 100%;
	text-align: left;
}


#logo {
	margin-top: 20px;
	margin-left: 32px;
}


#segl {
	margin-top: 25px;
	margin-right: 10px;
}

#topp_skugge {
	height: 150px;
	float: left;
	width: 100%;	
	font-size: 1px;
	height: 5px;
	background-image: url(../../site/images/topp_skugge.gif);
	background-repeat: repeat-x;
}

#meny {
	text-align: left;
	width: 190px;
	float: left;
	font-size: 8pt;
	padding-top: 15px;
}

a.menyelement:link, a.menyelement:visited, a.menyelementactive, a.menyelement_selected:link, a.menyelement_selected:visited, a.menyelement_selected:active {
	color: #555555;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 9pt;
	padding-left: 10px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #BBBBBB;
}

a.menyelement:hover {
	background-image: url(../../site/images/pil_graa.gif);
}

a.menyelement_selected:link, a.menyelement_selected:visited, a.menyelement_selected:active, a.menyelement_selected:hover {
	background-image: url(../../site/images/pil.gif);
}

#meny_text {
	padding: 10px;
}

#margin_right {
	float: left;
	width: 190px;
	padding-top: 15px;
	text-align: left;
	overflow: auto;
}


#innhold {
	width: 470px;
	padding: 20px;
	float: left;
	text-align: left;
}


#bar {
	width: 1px;
	height: 800px;
	float: left;
}

#bunn {
	font-size: 1px;
	width: 100%;
	float: left;
	background-color: #7D2524;
	height: 8px;
}


