/*
 * Stilmall
 */
 
 body{
 	background: #515968 url('bg.gif') repeat-y 50% 0px;
 	font-family: "Trebuchet MS", sans-serif;
 	font-size: 11px;
 	margin: 0px;
 	padding: 0px; 
 }
 
 div#wrapper{
 	margin: 0px auto;
 	position: relative;
 	width: 700px; 
	padding:0px;
 } 
 
 
 
 div#header{
 	position: relative;
 	border-bottom: 1px solid #444;
 	margin: 0px 0px 0px 3px;
 	padding: 0px 0px 0px 0px;
 	width:703px;
 }
 
 div#topmenu{
 	position: relative;
 	background: #eaeaea;
 	border-bottom: 1px solid #aaa;
 	margin-left: 3px;
 	padding: 3px 10px;
 	width: 680px;
 } 
 
div#mainmenu{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-left: 3px;
	padding: 3px 10px;
	width: 680px;
} 
 
 
td{
  	font-family: "Trebuchet MS", sans-serif;
 	font-size: 11px;
 
 }
 
 
a.meny:link{
color: #4A9AD7;
text-decoration: none;
font-family: Trebuchet MS, sans serif;
font-size: 11px;
font-weight: normal
}
a.meny:visited {
color: #4A9AD7;
text-decoration: none;
font-family: Trebuchet MS, sans serif;
font-size: 11px;
font-weight: normal
}
a.meny:hover {
color: #fddc00;
text-decoration: underline;
font-family: Trebuchet MS, sans serif;
font-size: 11px;
font-weight: normal;
}

a.whitelarge:link{
color: #FFFFFF;
text-decoration: none;
font-family: Trebuchet MS, sans serif;
font-size: 1.1em;
font-weight: normal
}
a.whitelarge:visited {
color: #FFFFFF;
text-decoration: none;
font-family: Trebuchet MS, sans serif;
font-size: 1.1em;
font-weight: normal
}
a.whitelarge:hover {
color: #FFFFFF;
text-decoration: underline;
font-family: Trebuchet MS, sans serif;
font-size: 1.1em;
font-weight: normal;
font-decoration:underline;
}
 
 div#body{
 	padding: 20px;
 }
 
 
div#content{
	float:left;
	width: 600px;
}
div#sidomeny{
	float:right;
	width: 200px;
	padding-left:8px;
	padding-bottom:8px;
	margin-left:30px;
}

div#under{
	border-top: 1px solid #aaa;
	clear:both;
	margin-top: 20px;
} 
 
 
 
 
 
 









 
 div#loginform{
 	background: #f3efea;
 	border: 1px solid #dbd2c7;
 	margin: auto;
 	padding: 10px;
 	position: relative;
 	width: 300px; 
 }
 
 /*input, textfield{
 	background: #FFF;
 	border: 1px solid #dbd2c7;
 	padding: 2px;
 }*/