@charset "utf-8";
/* CSS Document */

body { background-color:#818aa7; }

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: #000000}
a:visited { text-decoration: none; color: #000000}
a:active { text-decoration: none; color: #000000} 
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:750px; 
	margin:auto;
	margin-top:4px;
	background: url(sida.jpg);
}

#sidfot { 
	background-image: url(sidfot.jpg); 
	height:42px;
	padding-left:50px; 
	margin-top:-24px;
}

#main{
	padding-bottom:30px;
	min-height:350px;
	background: url(sida.jpg);
	background-repeat:repeat-y;
	padding-left:50px;
	padding-right:50px;
	margin-top:0px;
}

