/* Lovisorna - author Kattarina Leander, Kattagrafen. www.kattagrafen.se Credits for CSS-meny: Dynamic Drive CSS Library http://www.dynamicdrive.com/style/ */


/* Sidan */
html {height: 101%; }

body {
background-image:url(grafik/bak.jpg);
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
}


/* Formateringen */

#Header {
width: 800px;
height: 149px;
background-image: url(grafik/banner.jpg);
margin: auto;
}


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


/* Menyn */

#Menu {
width: 800px;
height: 30px;
margin: auto;
}

#Box1 {
width: 525px;
background: url(grafik/inner.png) top left repeat-x;
margin-left: 23px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:none;
}

#Box2 {
width: 175px;
background: url(grafik/inner.png) top left repeat-x;
margin-right: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box3 {
width: 750px;
background: url(grafik/inner.png) top left repeat-x;
margin-left: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

#Box3b {
width: 750px;
margin-left: 25px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

#Box4 {
width: 300px;
background: url(grafik/inner.png) top left repeat-x;
margin-left: 5px;
margin-right: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

#Box5 {
width: 300px;
background: url(grafik/inner.png) top left repeat-x;
margin-left: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;

}

#Box5b {
width: 325px;
background: url(grafik/inner.png) top left repeat-x;
margin-left: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;

}




#End {
width: 800px;
height: 21px;
background-image: url(grafik/footer.jpg);
margin: auto;
clear:both;
}


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

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

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

.Header45 {
width: 300px;
height: 21px;
background-color: #76c5f7;
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header4 {
width: 300px;
height: 21px;
background-color: #76c5f7;
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}


/* Text */
.normal {
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.normalfet {
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
}


.rubrik {
font-size: 14px
}


/* Länkar */

a {
  
   color: #1d2935;
   text-decoration: none;
}

.lank {
color: #dc002f;
margin-left: 31px;
font-weight: bold;
font-size: 14px;
}

.lank1 {
color: #dc002f;
margin-left: 12px;
font-weight: bold;
font-size: 14px;
}


a:hover{
   color: #0b4df7;
   text-decoration: none;
}

/* Foten */

a {
    
   color: #1d2935;
   text-decoration: none;
}

a:hover{
   color: #0b4df7;
   text-decoration: none;
}

/* Bildformatering */

.foto {
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#FFFFFF;
border-top-color:#FFFFFF;
border: 3px ;
}

.skugga {
background-image: url(skugga.gif);
}



