/* Sidan */
html {height: 101%; }


body {
background-color: #61a4f5;
font-family: Verdana, Tahoma, sans-serif;
font-size: 12px;
}


/* Formateringen */

#Header {
width: 1041px;
height: 286px;
background-image: url(grafik/huvudbild.jpg);
margin: auto;
}

#Flash {
	height: 225px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	
}

#Menu {
width: 1041px;
height: 10px;
background-image: url(grafik/sida.jpg);
margin: auto;
}

#Content {
width: 1041px;
background-image: url(grafik/sida.jpg);
margin: 0px auto;
}


#Box1 {
width: 225px;
margin-left: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:none;
}

#Box2 {
width: 630px;
margin-right: 50px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box3 {
width: 745px;
margin-left: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

#Box4 {
width: 350px;
margin-left: 5px;
margin-right: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box5 {
width: 350px;
margin-left: 20px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;

}

#End {
width: 1041px;
height: 50px;
background-image: url(grafik/sidfot.jpg);
margin: auto;
}


.Header1 {
width: 225px;
height: 21px;
background-image: url(grafik/header1.gif);
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header2 {
width: 630px;
height: 21px;
background-image: url(grafik/header2.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header3 {
width: 745px;
height: 21px;
background-image: url(grafik/header2.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header45 {
width: 350px;
height: 21px;
background-image: url(grafik/header2.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

/* Text */
.normal {
color:#333333;
}


.viktigtext 
{color:#CC0000;
}


.lank {
margin-left: 35px;
font-weight: bold;
font-size: 14px;
}

/* Länkar */

a {
   color: #355732;
   text-decoration: none;
}

a:hover{
   color: #61a4f5;
   text-decoration: underline;
}

/* Bildformatering */

.foto {
  border: 0px;
  padding: 4px;
  color: #dbdbdb;
}


