body {
	padding:0;
	margin:0;
	background-color: #AF884D;
  	font-family: Verdana, sans-serif;
  	font-size: 8pt;
    color: white;
}

div.mega {
	background-color: #AF884D;
	background-image: url(../../../images/BGenoteca.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

div.menuhead {
	position:absolute;
	top: 17px;
	left: 465px;
	overflow: none;	
	font-size: 8pt;
  	font-weight: bold;
	color: #574428;
}

div.menu {
	position:absolute;
	top: 110px;
	left: 25px;
	width: 180px;
	height: 210px;
	font-size: 9pt;
	overflow: none;
}

div.content {
	background-color: #3E382C;
	background-image: url(../../../images/BGenotecaContent.jpg);
    background-repeat: no-repeat;
	position:absolute;
	top: 46px;
	left: 214px;
	width: 350px;
}

div.content,
div.content p,
div.content i,
div.content b,
div.content font,
div.content span,
div.content u,
div.content td,
div.content a {
	font-family: Verdana, sans-serif;
  	font-size: 8pt;
}

div.images {
	background-color: #AF884D;
    position:absolute;
	top: 46px;
	left: 564px;
	width: 350px;
}

div.contentdata {
  	font-family: Verdana, sans-serif;
  	font-size: 8pt;
  	color: white;	
   margin: 10px;
}

a {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: black;
  text-decoration: none;	
}

a.active_menu, a.active_submenu {
  color: white;	
}

a.mail {
 color: white;	
}

a.mail:hover {
 color: #574428;		
}

div.news {
	position:absolute;
	top: 413px;
	left: 25px;
	width: 220px;
	overflow: none;	
	font-size: 8pt;
}

input.newsmail {
	border: 1px solid black;
	/*background-color: #AF884D;*/
    background-color: transparent;
	font-size: 8pt;
/*	background-image: url(/images/NyhedIndtast.jpg);*/
	height: 18px;
	width: 124px;
	margin: 5 0 9 0;
}

span.title {
	font-size: 8pt;
	font-weight: bold;
}

input.newsbutton {
	margin: 0 4 0 0;
}

#content-menu td {
	padding-bottom:1px;
	padding-top:1px;
}

.content-menu-item1 {
	
}

.content-menu-item2,
.content-menu-item2-active {
	padding-left:20px;
}

.content-menu-item1-active a,
.content-menu-item2-active a {
	color:#ffffff;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../../../white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:785px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../../../close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(../../../transparent.png);
		color:#efefef;
		height:500px; 
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:485px;
/*		overflow-y:auto;	*/
	}

/* OVERLAY END  */

