/* CSS Document */

body {
background-color:#FFFFFF;
background-image:url(images/bakgrunn.jpg);
height:100%;
margin:0px;
}


.fullheight {
height:100%;
}

.overskrift {color:#3a647f; font: 25px Arial, Helvetica, sans-serif;}
.underoverskrift {color:#3a647f; font: 17px Arial, Helvetica, sans-serif;}

.mellomrom{
height:30px;}

.brodtekst {color: #000000; font: 12px Arial, Helvetica, sans-serif;}

a:link {color: #3a647f;text-decoration: none;}
a:visited {color: #3a647f;text-decoration: none;}
a:hover {color: #1d578c;text-decoration: none;}
a:active {color: #1d578c;text-decoration: none;}


#head{
width:911px;
height:326px;
background-image:url(images/index_01.png);
background-repeat:no-repeat;
margin-top:20px;
float:left;
}

#content{
width:911px;
min-height:330px;
height:auto !important;
height:330px;
background-image:url(images/index_02.png);
background-repeat: repeat-y;
float:left;
}

#meny{
width:180px;
float:left;
margin-left:25px;
display:inline;
}

.menyitem{
margin-left:15px;
margin-top:10px;
color:#3a647f; font: bold 12px Arial, Helvetica, sans-serif;
}


#meny_top{
width:180px;
float:left;
height:25px;
background-image:url(images/meny_01.png);
background-repeat:no-repeat;
}

#meny_content{
width:180px;
float:left;
height:225px;
background-image:url(images/meny_03.png);
background-repeat:repeat-y;
}

#meny_bottom{
width:180px;
float:left;
height:19px;
background-image:url(images/meny_04.png);
background-repeat: no-repeat;
}

#tekst{
width:665px;
margin-left:15px;
min-height:230px;
height:auto !important;
height:230px;
float:left;
display:inline;
}

#bottom{
width:911px;
height:34px;
background-image:url(images/index_04.png);
background-repeat:no-repeat;
float:left;
}


#adresse{
color:#3a647f; font: bold 11px Arial, Helvetica, sans-serif;
width:911px;
margin-top:5px;
text-align:center;
float:left;
}


.knapp {
background-color: #3a647f;
font-family: Arial, Helvetica, sans-serif;
border: #3a647f 1px solid;
font-size: 12px;
color: white;
font-weight: normal;}


.textbox{
background-color: white;
border: #3a647f 1px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:black;
font-weight: normal}