body {
background: #fde780;
margin: 0;
text-align: center;
}

a:link { 
color: #000;
text-decoration: none;
}
a:visited { 
color: #000;
text-decoration: none;
}
a:hover { 
color: #000;
text-decoration: overline;
}
a:active { 
color: #333333;
}

#container {
width: 916px;
margin: 35px auto;
background: #fff;
border: 2px solid #000;
}

#rubrik{
font-size: 150%;
font-weight: bold;
border-bottom-style: double;
}

#header {
background-image: url(logga.jpg);
width: 100%;
height: 300px;
padding-top: 15px;
}

#content {
background: #fff;
float:left;
width: 706px;
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
}

#menybox{
background: #fff;
height: 50px;
padding-top: 5px;
padding-left: 5px;
border-bottom: 2px solid #000;
}

#meny{
margin-left: 0; 
padding-left: 0; 
font-size: 120%;
float: right;
}
#meny li{
display: inline; 
list-style-type: none;}
#meny a{
padding: 10px 5px; 
text-decoration: none;}

#meny a:link{
color: #000;
}
#meny a:visited{
color: #000; 
}
#meny a:hover{
text-decoration: overline;}

#sidebar {
background: #fff;
float: right;
width: 190px;
}

#footer {
clear: both;
background: #fff;
padding-bottom: 5px;
font-size: 10pt;
font-style: italic;
}
