body {
	font-family: "Times New Roman", serif, Arial;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	background-color: #A29770;
}
#main {
	z-index: 0;
	position:absolute;
	width: 917px;
	height: 524px;
	left: 50%;
	top: 40px;
	margin-left: -458px;
	background-image: url(images/hg_main.gif);
	background-repeat: no-repeat;
}
#foto {
	z-index: 1;
	position:absolute;
	top: 66px;
	left: 595px;
}
#menu {
	z-index: 1;
	position:absolute;
	top: 40px;
	left: 241px;
}
#menu img {
	margin-right: 10px;
}
#headline {
	z-index: 2;
	position:absolute;
	top: 0px;
	left: 0px;
}
h1 {	
	font-family: "Times New Roman", serif, Arial;
	font-size: 14px;
	line-height: 16px;
	color: #605634;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* Styles for scrolling layers and scrollbars  */
div#holder { 
	position:absolute;
	top: 115px;
	left: 49px;
	width: 546px;
	height: 312px;
 	overflow:hidden;
	z-index:100 }
div#wn  { 
	position:absolute; 
	left:0; 
	top:0;
	width:546px; 
	height:312px; 
	clip:rect(0, 545px, 312px, 0); 
	overflow:hidden; 
	z-index:1
}
/* op7 needs width set here too (?) */  
div#lyr {
	width: 535px;
}
div.content { 
	position: absolute; 
	visibility: hidden; 
	left:0; top:0; 
	z-index:1 ;
}  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
	position: absolute; 
	visibility: hidden;
	left: 535px; 
	top: 0;
	width: 11px; 
	height: 312px; 
	font-size: 1px; 
	z-index: 2;
}
div#track { 
	position: absolute; 
	left: 0px; 
	top: 12px;
	width: 11px; 
	height: 288px;
	z-index: 1;
	margin: 0;
	padding: 0;
	/*hier hintergrundfarbe für scrolltrack festlegen */
	background-color: #857A53;
}
div#dragBar {
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 11px; 
	height: 1px;
	background-color: #A39972;
	z-index: 1;
}  
div#up { 
	position:absolute; 
	left:0; 
	top:0; 
	z-index:2
}  
div#down {
	position:absolute;
	left:0; 
	bottom:0; 
	z-index:3
}
div#scrollrahmenoben {
	position: absolute;
	z-index: 5;
	top: 66px;
	left: 584px;
	width: 11px;
	height: 48px;
	background-color: #857A53;
}
div#scrollrahmenunten {
	position: absolute;
	z-index: 5;
	top: 428px;
	left: 584px;
	width: 11px;
	height: 45px;
	background-color: #857A53;
}
a:link{ 
	font-size:14px;
	color:#857a53; 
	font-weight:bold;
	text-decoration:none; 
}

a:visited{ 
	font-size:14px;
	color:#857a53; 
	text-decoration:none; 
	font-weight:bold;
}
 
a:hover {
 	font-size:14px; 
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold; 

}
	
