/* Sidan */
html {height: 101%; }


body {
background-color: #62a260;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}


/* Formateringen */
#Sidhuvud {
width: 1000px;
height: 161px;
background-image: url(grafik/banner.gif);
margin: auto;
}


#Content {
width: 1000px;
background-image: url(grafik/sida.gif);
margin: 0px auto;
}

#Menu {
width: 1000px;
height: 21px;
margin: auto;
}

#Box1{
width: 600px;
margin-left: 55px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}


#Box2 {
width: 625px;
margin-left: 10px;
margin-right: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box3 {
width: 275px;
margin-left: 30px;
margin-right: 5px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

#Box3b {
width: 275px;
margin-left: 30px;
margin-right: 10px;
border-left: 1px;
border-top: 1px;
border-right: 1px dotted;
border-bottom: 2px;
padding: 2px;
}

#Box4 {
width: 875px;
margin-left: 50px;
margin-right: 5px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

#Sidfot {
width: 1000px;
height: 38px;
background-image: url(grafik/sidfot.gif);
margin: auto;
}

/* Text */
.normal {
color:#7b7c7c;
}

.rubrik {
font-size: 14px;
font-weight: bold;
color:#7b7c7c;

}

.stortext {
font-size:24px;
color:#7b7c7c;
}

.startlank {
color:#7b7c7c;
margin-left: 25px;
font-weight: bold;
font-size: 11px;
padding-left: 0px;
border:#CCCCCC;

}

.menylank {
color:#7b7c7c;
margin-left: 35px;
font-weight: bold;
font-size: 11px;
padding-top:137px;
padding-bottom:5px;

}

.menylankaktuell {
color:#62a260;
margin-left: 35px;
font-weight: bold;
font-size: 11px;
padding-top:137px;
padding-bottom:5px;

}

.menylank2 {
color:#7b7c7c;
margin-left: 10px;
font-weight: bold;
font-size: 11px;
padding-top:137px;
padding-bottom:5px;

}


.aktuellank2 {
color:#62a260;
margin-left: 10px;
font-weight: bold;
font-size: 11px;
padding-top:135px;
padding-bottom:5px;

}
.bottenlank {
color:#000000;
font-size: 11px;

}

a {
   color: #7b7c7c;
   text-decoration: none;
}


a:hover{
   color: #62a260;
   text-decoration: underline;
}






