body {
	padding: 20px; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background: #FFFFFF;
	}


h2 {
	margin-bottom: 5px;
	margin-left: 6px; 
	font-size: 9px;
	color: #3674be;
	}
	
h3 {
	margin-top: 73px;
	margin-left: 50px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	}
	
h4 {
	margin: 7px; 
	font-size: 7px;
	color: #3674be;
	}
	

p {
	line-height: 20px; 
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 0px;
	color: #ffffff;
	}
	
.sidbrytning { 
	page-break-after: always;
	}






/* sidlayout */
#layout {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 636px;	
	height: 413px; 
	background: #FFFFFF; 
		}
#kolumncontainer{
	width: 636px; 
	height: 590px;	
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;	 
	background-repeat: no-repeat; 
	background-position: left bottom;
	}
#kolumn1{
	float: left; 
	width: 140px; 
	height: 700px; 
	padding: 0px; 
	background: #FFFFFF;
	background-image: url(images/interface/img_whitepixel.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	border-top: 1px solid #ffffff;	
	border-right: 1px solid #ffffff; 
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;  
		}
#kolumn2 {
	float: left; 
	width: 488px; 
	height: 91px; 
	padding: 0px; 
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
#kolumn3 {
	float: left; 
	width: 488px; 
	height: 61px; 
	padding: 0px; 
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	#kolumn4 {
	float: left; 
	width: 488px; 
	height: 61px; 
	padding: 0px; 
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	#kolumn5 {
	float: left; 
	width: 488px; 
	height: 61px; 
	padding: 0px; 
	background: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}

/* meny */
#meny{
	width: 138px;
	margin-top: 50px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#meny li{
	margin-bottom: 4px;
	margin-left: 35px;		
		}
#meny a{
	display: block;
	width: 80px;
	height: 13px;
	background: #FFFFFF;
	padding-bottom: 1px;
	text-decoration: none;
	}
	
#meny a:link{color: #000000;}
#meny a:visited{color: #999999;}
#meny a:hover{color: #ffffff;}
#meny a#current{background: #000000; color: #ffffff;}
