html, body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-align:center;
		margin-top:10px;
		margin-bottom:15px; 
		margin: 0;
		padding: 0;
		
		scrollbar-3dlight-color: #cac2ad; 	
		scrollbar-arrow-color: #99CC33;		
		scrollbar-darkshadow-color: #333333;
		scrollbar-face-color: #42463a;	
		scrollbar-highlight-color: #99CC33;	
		scrollbar-shadow-color: #333333;	
		scrollbar-track-color: #FFFFFF;		
		line-height:18px;
}


/*------------------------- SIDEOPSÆTNINGEN ----------------------------------------*/


#skabelon {
	background-repeat:no-repeat;
	margin:25px auto auto auto;
	padding:0px;
	width:1000px;
	height:100%;
	text-align:left;
	position:relative;
}

#logoramme 
	{ 
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:950px;
	height:35px;
	float:left;
	z-index:1;
	}

.klubnavn { font-size:22px; vertical-align:bottom; font-family:Arial, Helvetica, sans-serif; font-weight:bold; z-index:50; line-height:25px;}

#overskrift
	    {
		text-align:left;
		color:#aba71b;
		font-weight:bold;
		font-size:14px;
		margin:5px 5px 5px 5px;
		}
#tekst
	    {
		margin-left:0px;
		color:#000000;
		margin:5px 5px 5px 5px;
		height:100%;
		width:490px;
		overflow:auto;
		background-color:#FFFFFF;
		float:left;
		}
		
#tekst2
	    {
		margin-left:0px;
		color:#000000;
		margin:5px 5px 5px 5px;
		height:100%;
		width:490px;
		overflow:auto;
		background-color:#FFFFFF;
		float:right;
		}		
		
#indholdbred
	    {
		height:100%;
		width:1000px;
		background-color:#FFFFFF;
		margin-top:0px;
		text-align:left;
		margin-left:0px;
		float:left;
		}

#bundramme
	    {
	background-color:#3a3a2e;
	width:1000px;
	height:28px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	z-index:15;
	text-align:left;
		}

#webdesign
	    {
	background-color:#FFFFFF;
	width:1000px;
	height:15px;
	margin-left:0px;
	margin-top:0px;
	z-index:15;
	text-align:center;
		}

#menuramme {
	/*background-color:#42463a;*/
	background-color:#aba71b;
	background-repeat:no-repeat;
	width:1000px;
	height:28px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	z-index:15;
	text-align:left;
}

#billedramme {
	background-color:#42463a;
	background-repeat:no-repeat;
	width:1000px;
	height:250px;
	margin-left:0px;
	margin-top:0px;
	float:left;
	z-index:15;
	text-align:left;
	}

<!-- --------------------------------------- MENU ----------------------------------- -->

.sub {
background:url(sub.gif);
}

#hnav, #hnav li, #hnav ul {
margin:0;  
background:#FFFFFF; 
list-style:none;
}
#hnav{
float:left; 
margin:0px 0px 10px 0px;
padding:0; 
border:3px outset #000000; 
border-width:0px; 
font-size:12px;
font-weight:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
z-index:15;
position:absolute;
display: block;
}
#hnav li{
position:relative; 
float:left; 
behavior:url(hover.htc);
background-color:#aba71b;

}
#hnav a{
display:block; 
padding:5px 7px; 
color:#257;
text-decoration:none;
color:#000000;
}
html*#hnav a:hover{/* Skjul for Opera */
background:#3a3a2e;
color:#FFFFFF;
} 
#hnav ul{
display:none; 
padding:2px; 
border:0px outset #3a3a2e; 
width:14em; 
z-index:1;
}
#hnav li li{
float:none;
}
#hnav li li a{
padding:2px;
}
* html #hnav li li{display:inline;}
* html #hnav li li a{width:100%;}

#hnav li:hover{background:#FFFFFF;}
#hnav li:hover > ul{display:block; position:absolute; top:0; left:100%;}
#hnav > li:hover > ul{top:auto; left:auto;}

/* ie crap */
#hnav li.over ul{display:block; position:absolute;}
#hnav li.over ul ul{display:none;}

#hnav li.over ul li.over ul{display:block; position:absolute; top:0; left:98%;}
#hnav li.over ul li.over ul ul{display:none;}

#hnav li.over ul li.over ul li.over ul{display:block;}