/* Älvstranden Bildningscentrum - sidan för skolbygget. Author: Kattarina leander, Hagfors kommun. Hagfors 2010 */


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

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


/* Formateringen */

#Header {
width: 900px;
height: 130px;
background-image:url(grafik/banner.png);
margin: auto;
}


#Content {
width: 900px;
background-color:#FFFFFF;
margin: 0px auto;
}


#Box1 {
width: 170px;
margin-left: 15px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
float:none;
}

#Box2 {
width: 600px;
margin-right: 30px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
display: inline;
float: right;
}

#End {
width: 900px;
height: 54px;
background-image: url(grafik/footer.png);
margin: auto;
clear:both;
}


.Header1 {
width: 170px;
height: 22px;
background-color:#ba4147;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header2 {
width: 600px;
height: 22px;
background-color:#ba4147;
color:#FFFFFF;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}



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

.rubrik {
font-size: 14px;
}



/* Länkar */

a {
   color: #333333;
   text-decoration: none;
}

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


/* Bildformatering */

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



