@charset "utf-8";
/* CSS Document */

body { background-color:#fffff0; }

p {font-family: Verdana; font-size: 16px;color: #000000;}
li {font-family: Verdana; font-size: 16px;color: #000000;}
a {font-family: Verdana; font-size: 14px;color: #3F3F3F;}

a:link { text-decoration: none; color: #0000FF}
a:visited { text-decoration: none; color: #0000FF}
a:active { text-decoration: none; color: #0000FF} 
a:hover { text-decoration: underline}

h1 {font-family: Verdana; font-size: 22px;}
h2 {font-family: Verdana; font-size: 20px;}
h3 {font-family: Verdana; font-size: 18px;}

#huvud { 
	background: url(sidhuvud.jpg); 
	height: 42px; 
	background-repeat:no-repeat;
	background-position:center; 
	padding-left:30px;
	
}
#huvud p { padding-top:5px; }

#sida { 
	min-height:400px; 
	width:950px; 
	margin:auto;
	margin-top:4px;
	background: url(sida.jpg);
}

#sidfot { 
	background-image: url(sidfot.jpg); 
	height:42px;
	padding-left:50px; 
	margin-top:-24px;
}

#main{
	color:#000000;
	padding-bottom:30px;
	min-height:350px;
	background: url(sida.jpg);
	background-repeat:repeat-y;
	padding-left:50px;
	padding-right:50px;
	margin-top:0px;
}

#nyheter {
	background-color:#D9D9B3;
	margin-top:10px;
	padding-top:5px;
	min-height:250px;
	width: 150px; 
	position:relative; 
	float:right ; 
	spacing:20px; 
	padding:10px;
	border: thin solid #888867;
	
}