/* Ekshärads kyrka Author: Kattarina Leander, Kattagrafen 2008 */
/*Menyerna: Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/* Sidan */
html {height: 101%; }

body {
background-color: #1760a5;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
}


/* Formateringen */

#Header {
width: 900px;
height: 170px;
background-image: url(grafik/banner.jpg);
margin: auto;
}


#Menu {
width: 900px;
height: 30px;
background-image: url(grafik/body.jpg);
margin: auto;
}

#Content {
width: 900px;
background-image: url(grafik/body.jpg);
margin: 0px auto;
}


#Box1 {
width: 200px;
margin-left: 45px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:left;
}

.Header1 {
width: 200px;
height: 21px;
background-image: url(grafik/header.gif);
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

#Box2 {
width: 550px;
margin-right: 45px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding:2px;
float:right;
}

.Header2 {
width: 550px;
height: 21px;
background: black url(titlebar.png) repeat-x center left;
color:#FFFFFF;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

#Box3 {
width: 765px;
margin-left: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
}

.Header3 {
width: 765px;
height: 21px;
background-image: url(grafik/header.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

#Box4 {
width: 350px;
margin-left: 5px;
margin-right: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}

.Header45 {
width: 350px;
height: 21px;
background-image: url(grafik/header.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

#Box5 {
width: 350px;
margin-left: 65px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;

}


#End {
width: 900px;
height: 45px;
background-image: url(grafik/footer.jpg);
margin: auto;
clear:both;
}


/* Text */
.normal {
color:#333333;
}

.rubrik {
font-size: 14px
}

.erbjudande {
color:#f51c17;
}

/*Menyn överst */

.lank {
margin-left: 20px;
font-weight: bold;
font-size: 14px;
}

.lank1 {
margin-left: 68px;
font-weight: bold;
font-size: 14px;
}

/* Länkar */

a {
   color: #1d2935;
   text-decoration: none;
}

a:hover{
   color: #93831a;
   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);
}



/*Menyn till vänster*/
.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ 
width: 194px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; 
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ 
width: auto;
}

.wireframemenu a:hover{
background-color: #1760a5;
color: white;
}




