	#container {
		/*height:1024px;*/
		width:750px;
		text-align:left;
		padding:1em;
		background-color:#FFFFFF;
		border:10px solid #5a5a5a;
		font-family:"Trebuchet MS";
	}
	#logo {
		/*float:left;*/
		text-align:left;
	}
	#kontakt {
		/*float:right;*/
		/*border-left:10px solid #0066a9;*/
		border-right:1px solid #5a5a5a;
		/*border-top:1px solid #5a5a5a;*/
		/*border-bottom:1px solid gray;*/
		font-size:.8em;
		padding:.5em;
		text-align:right;
		color:#595959;
		font-weight:bold;
	}
	#menyen {
		float:left;
		border-left:10px solid #0066a9;
		/*border-right:1px solid #5a5a5a;*/
		/*border-top:1px solid gray;*/
		border-bottom:1px solid #5a5a5a;
		width:165px;
		text-align:left;
		padding:.7em;
		font-size:.8em;
	}
	#aktuelt {
		width:175px;
		float:left;
		margin-top:2em;
		border-left:10px solid #0066a9;
		border-right:1px solid #5a5a5a;
		border-top:1px solid #5a5a5a;
		border-bottom:1px solid #5a5a5a;
		padding:1em;
	}
	
	dt {
		border-bottom:1px solid #5a5a5a;		
		width:150px;
		padding:.3em;
	}
	dd {
		margin-left:.8em;
		border-bottom:1px solid #5a5a5a;
	}

	#innhold{
		float:right;
		border-left:10px solid #0066a9;
		border-right:1px solid #5a5a5a;
		border-top:1px solid #5a5a5a;
		/*border-bottom:1px solid gray;*/
		width:520px;		
		height:700px;
		padding:1em;
	}
	#bunn {
		clear:both;
		text-align:center;
		border-right:1px solid #5a5a5a;
		border-bottom:1px solid #5a5a5a;
		/*border-left:10px solid #5380d3;		*/
		padding:1em;
		font-size:.7em;		
		color:#595959;
	}
	#straumvev {
		float:left;
		padding:1em;
		width:175px;
		text-align:center;
		
	}
	p{font-size:14px; color:#595959;}
	h1{font-size:120%; color:#595959;}
	h2{font-size:105%; color:#595959;}
	h3{font-size:85%; color:#595959;}

	a.link:link { text-decoration: none; color: #595959;}
	a.link:visited { text-decoration: none; color: #595959;}
	a.link:hover { text-decoration: none; color: #ca6d2a;}
	a.link:active { text-decoration: none; color: #595959;}
	
	a.link_selected:link { text-decoration: none; color: #ca6d2a;}
	a.link_selected:visited { text-decoration: none; color: #ca6d2a;}
	a.link_selected:hover { text-decoration: none; color: #ca6d2a;}
	a.link_selected:active { text-decoration: none; color: #ca6d2a;}
	
	<!-- Sitemap formatering -->
	a.lenker:link { text-decoration: underline; color: #595959;  font-size:.8em; }
	a.lenker:visited { text-decoration: underline; color: #595959; font-size:.8em;}
	a.lenker:hover { text-decoration: underline; color: #ca6d2a;font-size:.8em;}
	a.lenker:active { text-decoration: underline; color: #595959; font-size:.8em;}

	a:link { text-decoration: underline; color: #595959;  }
	a:visited { text-decoration: underline; color: #595959; }
	a:hover { text-decoration: underline; color: #ca6d2a; }
	a:active { text-decoration: underline; color: #595959; }

