/* Sidan */
body {
background-color: #ffffff;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
}


/* Formateringen */
#Sidhuvud {
width: 900px;
height: 321px;
background-image: url(grafik/banner.jpg);
margin: auto;
}


#Content {
width: 900px;
background-image: url(grafik/sida.jpg);
margin: 0px auto;
}

#Menu {
width: 900px;
height: 30px;
background-image: url(grafik/sida.jpg);
margin: auto;
}

#Box1 {
width: 550px;
margin-left: 0px;
margin-right: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box2 {
width: 200px;
margin-left: 25px;
margin-right: 45px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:none
}

#Box3 {
width: 400px;
margin-left: 0px;
margin-right: 35px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box4 {
width: 350px;
margin-left: 65px;
margin-right: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:none
}

#Sidfot {
width: 900px;
height: 47px;
background-image: url(grafik/fot.jpg);
margin: auto;
}

.Boxrubrik1 {
width: 550px;
height: 21px;
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Boxrubrik2 {
width: 200px;
height: 21px;
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Boxrubrik3 {
width: 400px;
height: 21px;
background-color:#edf4fa;
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Boxrubrik4 {
width: 350px;
height: 21px;
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

/* Text */
.normal {
color:#333333;
}

.menylank {
margin-left: 40px;
font-weight: bold;
font-size: 14px;
}


/* Länkar */

a {
   color: #2f76a7;
   text-decoration: none;
}

a:hover{
   color: #4c271c;
   text-decoration: underline;
}


