/* CSS Document */

html, body {
background-image:url(images/bakgrunn.jpg);
background-repeat:repeat-x;
background-color:#ebede6;
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	height:100%;
    }
	
#fullheight{
height:100%;
background-image:url(images/index_05.png);
background-repeat:repeat-y;
}

.overskrift {color: #b4b096; font: 29px Arial, Helvetica, sans-serif;}
.underoverskrift {color: #67813b; font: 14px Arial, Helvetica, sans-serif;}

.brodtekst {color: #605d3e/*888888*/; font: 12px Arial, Helvetica, sans-serif;}

a:link {color: #5386ac;text-decoration: none;}
a:visited {color: #5386ac;text-decoration: none;}
a:hover {color: #a6d2f3;text-decoration: none;}
a:active {color: #a6d2f3;text-decoration: none;}

#top{
width:987px;
height:227px;
float:left;
margin-left:7px;
}

#flaggmeny{
width:70px;
margin-left:30px;
float:left;
margin-top:14px;
}

#meny{
width:780px;
margin-left:105px;
margin-top:14px;
float:left;
}

.menyitem{
float:left;
display:inline;
margin-right:27px;
cursor:pointer;
border-top:3px white solid;
margin-bottom:8px;
}

.menyitem_over{
float:left;
display:inline;
margin-right:27px;
cursor:pointer;
border-top:3px #8ba65f solid;
margin-bottom:8px;
}

#content{
width:986px;
min-height:234px;
height:auto !important;
height:234px;
float:left;
margin-left:7px;
}

#undermeny{
	width:205px;
	min-height:290px;
	height:auto !important;
	height:290px;
	height: inherit;
	float:left;
	background-image:url(images/index_07.png);
	background-repeat:no-repeat;
	background-position:left top;
	border-right:1px #e6e6dc solid;
	margin-right:10px;
/*margin-top:49px;*/
}
#face {
	width:205px;
	min-height:290px;
	height:auto !important;
	height:290px;
	height: inherit;
	float:left;
	background-image:url(images/index_07.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	border-right:1px #e6e6dc solid;
	margin-right:10px;
}



#tekst{
width:760px;
float:left;
}

#adresse{
width:970px;
height:20px;
float:left;
margin-left:15px;
border-top: 1px #e6e6dc solid;
}

.knapp {
background-color: #e0e8de;
font-family: Arial, Helvetica, sans-serif;
border: #e0e8de 1px solid;
font-size: 11px;
color:#888888;
font-weight: normal;}


.textbox{
background-color: #FFFFFF;
border: #e0e8de 1px solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
font-weight: normal;
}

