@charset "utf-8";
/* CSS Document */

html, body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		background-color:#787a7b;
		text-align:center;
		scrollbar-3dlight-color: #cac2ad; 	
		scrollbar-arrow-color: #d5c796;		
		scrollbar-darkshadow-color: #333333;
		scrollbar-face-color: #787a7b;	
		scrollbar-highlight-color: #333333;	
		scrollbar-shadow-color: #333333;	
		scrollbar-track-color: #eee9e9;		
		line-height:18px;
		height: 100%;
    	margin: 0;
   		padding: 0;
}

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


#yderramme {
	margin:auto auto auto 15%;
	width:650px;
	height:100%;
	text-align:left;
	position:relative;
	background-color:#c0bebe;
	}

#logoramme {
	margin-left:25px;
	margin-top:45px;
	width:200px;
	height:150;
	text-align:left;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	}
	
#indholdsramme {
	margin:auto auto auto auto;
	width:650px;
	height:500px;
	text-align:left;
	position:relative;
	overflow:auto;
	/*background-color:#eee9e9;*/
	background-color:#c0bebe;
	}
	
	
#kontakt { text-align:center;}
#kontakt td {
	margin:auto auto auto auto;
	text-align:left;
	position:relative;
	vertical-align:top
	}


#medlem { width:280px; border-color:#666666; vertical-align:top;} 
#medlem h5 { font-weight:bold; margin-bottom:2px; margin-top:2px; color:#f3a309;}

#streg {color:#871408; height:1px; width:620px; background-color:#871408;}

#sprogramme { left:0px;bottom:0px;height:75px;width:100%;z-index:1; background-color:#c0bebe;}

#menuramme { background-color:#362b2a; width:650px; height:25px;}

#bannerramme { background-color:#000000; width:650px; height:150px; background-image:url(../billeder/banner.jpg); background-repeat:no-repeat;}


/*------------------------- LINKS ----------------------------------------*/

#indholdsramme a:link { color:#666666; font-size:12px;}
#indholdsramme a:hover { color:#f3a309; font-size:12px;}
#indholdsramme a:visited { color:#807662; font-size:12px;}

/*------------------------- OVERSKRIFTER ----------------------------------------*/

#sideoverskrift { color:#f3a309; font-size:12px; margin-left:0px; margin-top:15px; padding: 2px 2px 2px 15px; display:inline-block; width:150px; border:0px; border-color:#003399; font-weight:none; background-color:#362b2a; height:15px; line-height:16px;}

#underoverskrift { color:#000000; font-size:12px; margin-top:15px; background-color:#none; padding: 3px 3px 3px 3px; display:inline-block; width:200px; border:1px; border-color:#003399; font-weight:bold;}


/*------------------------- TEKSTER ----------------------------------------*/

#normaltekst { color:#000000; font-size:12px; margin-left:15px; margin-top:15px; margin-right:15px;}

#markedstekst { color:#666666; font-size:12px; margin: 5px 5px 5px 5px;}


/*------------------------- HOVEDMENUEN ----------------------------------------*/


div#menu ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#menu {
  position:absolute;
  width: 650px;
  top: 155px;
  left:0px;
  z-index: 15;
}
div#menu li {
  float: left;
  font-size:100%;
  width:145px;
  z-index: 3;
}
div#menu a {
  margin: 0 2px;
  padding-left:5px;
  height: 20px;
  display: block;
  font-weight: none;
  border: 0px solid gray;
  text-decoration: none;
  color: #FFFFFF;
  background: #362b2a;
}
div#menu a:hover {
  /*background: #90a59d;*/
  border-width: 0px;
  border-style:solid;
  border-color: gray; 
  color:#f3a309;
}
div#menu ul ul li a:hover {
  border-width: 0 0px 0px 0px;
  border-style:solid;
  border-color: gray;
  /*background-color:#90a59d;*/

}
#smenu1, #smenu2, #smenu3, #smenu4,#smenu5 {
  display: none;
  float: left;
  width: 120px;
}
ul li ul#smenu1 li a, ul#smenu2 li a, ul#smenu3 li a, ul#smenu4 li a, #smenu5 a {
  font-weight: normal;
  border-top: 0 none;
  font-size: 12px;
  height: 45px;
}
