* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: hidden;
			background-color: #ECDEB3;
			font-family:Tahoma, Verdana, Arial;
			font-size: 10pt;
			color: #822F2B;
			font-weight: bold;}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          overflow: auto;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */
#divContainer{
	Z-INDEX: 23; 
	position:absolute;
	width:60%; 
	height:285px; 
	overflow:hidden; 
	top:130px; 
	left:10px; 
	clip:rect(0,555,285,0); 
	visibility:visible} 
#divContent{
	Z-INDEX: 24;
	position:absolute;
	top:0px;
	left:0px;
	width: 98%;
} 
a:link {
	color: #822F2B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #822F2B;
}
a:hover {
	text-decoration: none;
	color: #822F2B;
}
a:active {
	text-decoration: underline;
	color: #822F2B;
}
#navlayer1{
	position: absolute;
	top: 130px; 
	left: 65%;
	z-index: 22;
	width: 30px;
	height: 60px;
	 }
