body {
   width: 100%;
   height: 100%;
   background-color : #FFFFFF;
   font: 0.8em verdana, arial, sans-serif;
   text-align: left;
}

.logga {
   width: 100%;
   background-image: url(../images/bg_bok.gif); 
   background-repeat: repeat-x;
}

.menu {
   width: 100%;
   height: 32px;
   background-color: #C58501;
   background-image: url(../images/menylucka.gif); 
   background-repeat: repeat-x;
   font: 10px verdana, arial, sans-serif;
   font-weight: bold;
   padding-top: 18px;
   color: #F5B45A;
   margin-left: 0px;
}

.menu div{
   width: 84px;
   text-align: center;
   float: left;
}

.menu div a{
   color: #000000;
   text-decoration: none;
}

.menu div a:hover{
   color: #FFFFFF;
}

.main {
   width: 100%;
   background-color:#FFFFFF;
   border-top: 1px solid #000000;
   float: left;
   display: inline; 
}

.text {
   width: 500px;
   float: left;
   display: inline; 
   margin-left: 10px;
}

.topad {
   width: 590px;
   height: 60px;
}

.bottomad {
   width: 100%;
   height: 95px;
   float: left;
   font: 10px verdana, arial, sans-serif;
   background-color: #fff;
}

div.bottomad table tbody tr td{
   width: 160px;
}

.rightad {
   width: 170px;
   height: 610px;
   float: left;
   display: inline; 
   margin-top: 40px;
   margin-left: 10px;
}

.bottom {
   width: 100%;
   border-top: 1px solid #1503CE;
   background-color: #000000;
   color: #FFFFFF;
   font: 10px verdana, arial, sans-serif;
}

.bottom a {
   color: #FFFFFF;
   text-decoration: none;
}

#sitemap{
   float: right;
}