/* CSS Document */

body {
background: url(bilder/bg.png);
margin-top:40px; padding:0;
font-family: Verdana; 
font-size: 9px; 
color: #000066;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #cccccc;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #cccccc;}


a {text-decoration: none; color:#3366cc; font-weight:bold;}
a:link{color: #3366cc;}
a:visited{ color: #3366cc;}
a:hover{color: #000000; text-decoration: underline;}

p {font-family: Verdana; font-size: 10px; text-align: justify; color:#000066; line-height:15px;}
td {font-family: Verdana; font-size: 10px; color:#000066;}
li {font-family: Verdana; font-size: 9px; color:#000066;}

.underrubrik {font-family: Verdana; font-size: 12px; color:#000066; font-weight: bold;}
h1 {font-family: Verdana; font-size: 18px; color:#000066;}
h2 {font-family: Verdana; font-size: 15px; color:#000066; font-weight: bold;}
h3 {font-family: Verdana; font-size: 13px; color:#000066; font-weight: bold;}

#wrapper {
margin-left:auto; 
margin-right: auto;
position: relative;
width: 500px;}

#sidhuvud {

    background: url(bilder/header.png) no-repeat;
	width: 500px;
	height: 65px;
	margin:0px;
	}
	
#content{
background:#ffffff; 
width: 450px;
padding: 30px 30px 10px 20px;
margin: 0px;
min-height: 400px;
height: expression(this.scrollHeight < 400? "400px" : "auto" );
}

#sidfot {
    background: url(bilder/sidfot.png) no-repeat;
	width: 500px;
	height: 65px;
	clear:both;
	}
#thingleaf{
	background: url(bilder/thingleaf.png) no-repeat;
	width:200px; height:95px; padding-right:5px;
	float:left;}
	
#menycontainer ul{ float: left; margin:0; padding-left: 0; width: 100%; background:#003366; font-size: 70%; letter-spacing:2px;}
#menycontainer li{display: inline;}
#menycontainer ul a{float: left; text-decoration: none; padding: 8px 20px;}

#menycontainer a:link{color: #ffffff; font-weight:normal;}
#menycontainer a:visited{color: #ffffff;}
#menycontainer a:hover{background:#006699}
#menycontainer a#current{background:#006699; color: #ffffff; font-weight: bold;}

