html, body {
	margin:0px;
    padding:0px;
    border:none;
    background-color: #b5b5a9;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    height: 100%;
}

.tekst {
    font-size: 10px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.menu {
    font-size: 9px;
    color: #FFFFFF;
    font-weight: bold; 
    height:49px; 
    width: 49px;
    left:10px; 
    position: absolute;
    text-align: right;
    padding: 3px;
    cursor: pointer;
}

a {
	color: #221e1f;
	text-decoration: none;
}
a:hover {
	color: #221e1f;
	text-decoration: underline;
}

h1 {
    font-size: 12px;
}

#content {
	width: 900px;
	height: 650px;
	margin:0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	position: relative;
	border: 1px solid #000000;
	margin-top: 30px;
	background-color: #FFFFFF;
}

#indhold {
    height: 530px;
    width: 795px;
    top: 90px;
    left: 75px;
    position: absolute;
    padding: 10px;
}

#copyright {    
    margin:0px auto; /* Right and left margin widths set to auto */
	width: 735px;
	height: 30px;
	font-size: 9px;
	text-align: center;
}

.boks {
    position: absolute; 
}

.boks_menu {
    position: absolute;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    padding:5px;
    font-weight: bold;
    left:-5px;
    text-align: right;
    filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
    cursor: pointer;
    /*border: 1px solid #221e1f;*/
}

.boks_header {
    position: absolute;
    background-color: #557752;
    color: #FFFFFF;
    height: 15px;
    width: 100%;
    font-size: 12px;
    padding:3px;
    font-weight: bold;
    text-align: right;
}

.boks_contents {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 75%;
    top:21px;
    font-size: 10px;
    padding:3px;
    /*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}


.boks_arrows {
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    height: 10%;
    top:198px;
    font-size: 10px;
    padding:3px;
    /*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}

.edit_faneblad {
    position:absolute; 
    width:20px;
    padding: 2px;
    left:0px; 
    top:0px;
}
