﻿* { padding: 0; margin: 0; }

body {
 font-family: Verdana;
 font-size: 12px;
 line-height: 18px;
 letter-spacing: 0px; 
}
hr {
 border-color: gray;
 border-style: dotted;
 border-width: thin;
 height: 1px;
}
h1 {
 font-family: Tahoma, Verdana;
 font-size: 20px;
 font-weight: bold;
 margin: 0px;
 line-height: 50px;
}
h2 {
 font-family: Tahoma, Verdana;
 font-size: 15px;
 margin: 0px;
 font-weight: bold;
 line-height: 40px;
}
h3 {
 font-family: Tahoma, Verdana;
 font-size: 12px;
 font-style: italic;
 margin: 0px;
 font-weight: bold;
 line-height: 17px;
}
table { 
 width: 95%;	
 font-family: Verdana;
 font-size: 12px;
 text-align: justify;
 line-height: 18px;
 text-align: left;
 padding: 0px; 
 margin-left: 0px; 
 border: 0px;
}
td { 
 font-family: Verdana;
 font-size: 12px;
 text-align: justify;
 line-height: 18px;
 text-align: justify;
 vertical-align: top;
 padding: 0px; 
 margin-left: -5px; 
 border: 0px;
}
li {
 font-family: Verdana;
 font-size: 12px;
 line-height: 18px;
 list-style-type: disc; 
 margin: 5px;
 clear: both;
}
A:link { 
color: #0000ff; 
text-decoration: none; 
font-weight: normal; 
} 
A:visited { 
color: #0000ff; 
font-weight: normal; 
text-decoration: none;
}
A:hover { 
color: #0000ff; 
font-weight: normal; 
text-decoration: none
} 
A:active { 
color: #0000ff; 
text-decoration: none;
} 

/* ----------Boxar---------- */

#wrapper { 
 margin: 10px auto;
 width: 900px;
}
#huvud {
 width: 840px;
 height: 110px;
 float: left;
 padding: 10px 0px 0px 10px;
 margin: 0px 0px 1px 0px;
 background-image:url('../bilder/huvud.jpg');
 background-repeat: no-repeat;
 /*border: 1px solid black;*/
}
#huvudmeny {
 width: 850px;
 height: 25px;
 float: left;
 padding: 1px 0px 0px 0px;
 margin: 0px 0px 1px 0px;
 background-color:#dde9f6;
 /*border: 1px solid black;*/
}
		#huvudmeny a {
			text-decoration: none; 
			}
		#huvudmeny li {
			display: inline; 
			list-style-type: none;
			margin: 5px 0px 0px 33px;
			}  

#undermeny { 
 width: 140px;
 height: 417px;
 float: left;
 padding: 8px 0px 0px 0px;
 margin: 2px 1px 1px 0px;
 color: #333;
 background:#dde9f6;
 display: inline;
 /*border: 1px solid black;*/
}
 		#startmeny { 
		margin: 0 0 0 0; 
		padding: 0; 
		list-style-type: none;
		}
		#startmeny a { 
		display: block;
		text-decoration: none; 
		background: transparent; 
		/*border: 1px solid #cbd6e5;*/
		}
		#startmeny li { 
		list-style-type: none;
		margin: 5px;
		}

#textbox { 
 width: 226px;
 height: 409px;
 float: left;
 padding: 15px 0px 0px 15px;
 margin: 2px 1px 1px 0px;
 color: #333;
 background:#f4f4f4;
 overflow: auto;
 overflow-X: hidden;
 /*border: 1px solid black;*/
}
#infobox { 
 width: 452px;
 height: 409px;
 float: left;
 padding: 15px 0px 0px 15px;
 margin: 2px 0px 1px 0px;
 color: #333;
 background:#f8f8f8;
 overflow: auto;
 overflow-X: hidden;
 /*border: 1px solid black;*/
}
#sidfot { 
 width: 835px;
 height: 125px;
 clear: both;
 padding: 10px 0px 0px 15px;
 margin: 0px 0px 0px 0px;
 background-image:url('../bilder/Sidfot.jpg');
 background-repeat: no-repeat;
 color: #333;
 /*border: 1px solid black;*/
}



