/* CSS Document */

html, body {
	background-color:#241b15;
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	height:100%;
	
	
    }
	
#fullheight{height:100%;}

.overskrift {color: #e4cfc0; font: 29px Georgia, "Times New Roman", Times, serif;}
.underoverskrift {color: #ffbf4f; font: 17px Georgia, "Times New Roman", Times, serif;}

.brodtekst {color: #e4cfc0; font: 12px Georgia, "Times New Roman", Times, serif;}

a:link {color: #e4cfc0;text-decoration: none;}
a:visited {color: #e4cfc0;text-decoration: none;}
a:hover {color: #ffbf4f;text-decoration: none;}
a:active {color: #ffbf4f;text-decoration: none;}


#meny{
background-image: url(images/index_01.jpg);
background-repeat:no-repeat;
width:166px;
height:699px;
float:left;
}

.menyitem{
margin-top:10px;
margin-left:16px;
font: 12px Georgia, "Times New Roman", Times, serif;
color:#e4cfc0;
cursor:pointer;
}

#main_top{
background-image: url(images/index_03.jpg);
background-repeat:no-repeat;
width:784px;
height:24px;
float:left;
margin-top:30px;
}

#main_content{
background-image: url(images/index_04.jpg);
background-repeat:no-repeat;
width:784px;
height:608px;
float:left;
}

#tekst{
width:749px;
height:600px;
margin-left:20px;
overflow:auto;
scrollbar-face-color:#5f2e0a;
scrollbar-track-color:#241b15;
scrollbar-shadow-color:#241b15;
scrollbar-highlight-color:#241b15;
scrollbar-3dlight-color:#241b15;
scrollbar-darkshadow-Color:#241b15;
scrollbar-arrow-color: #ff8a34;
}

#main_bottom{
background-image: url(images/index_05.jpg);
background-repeat:no-repeat;
width:784px;
height:38px;
float:left;
}

.knapp {
background-color: #e0e8de;
font-family: Georgia, "Times New Roman", Times, serif;
border: #e0e8de 1px solid;
font-size: 11px;
color:#888888;
font-weight: normal;}


.textbox{
background-color: #FFFFFF;
border: #e0e8de 1px solid;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color:#000000;
font-weight: normal;
}


