body { 
	background-image: url("bakgrund.png");
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 0px;
}
p {
	font-size:13px;
	color:#000000;
	}
td {
	font-size:13px;
	color:#000000;
	}

#right { 
	width: 850px;
	background-color:#FFFFFF;
	padding:25px;
	position:relative;  	
	}

#wrapper {
  	width: 900px;
	margin-left: auto;
	margin-right: auto;  		
}

#header { 
	width: 100%;
	height: 150px;
	background-image: url("toppbild.png");
	background-size:100%;
	background-position: top;
	background-repeat:no-repeat;	
	position:relative;  
}

#nav{ 
	color: #FFFFFF;
	list-style-type: none;
	position:absolute;    
	bottom:0px;
	left:200px; 
}



#nav a[name="activelink"]  {
	color: #8BB9D9;	
}
h4 { font-size: 40px; color:#FFFFFF}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; margin-top: 2px;margin-bottom: 2px;}
