.css_kopfbereich
{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 858px;
	height: 80px;
	margin: 0px 0 0 -429px;	
	overflow: hidden;
	z-index: 1;
}

.css_logo
{
	position: absolute;
	top: 64px;
	left: 50%;
	width: 190px;
	height: 52px;
	margin: 0px 0 0 -415px;	
	overflow: hidden;
	z-index: 2;
}


.css_menuebereich
{
	position: absolute;
	top: 130px;
	left: 50%;
	width: 846px;
	height: 20px;
	margin: 0px 0 0 -423px;	
	overflow: hidden;
	z-index: 1;
}


.css_hauptbereich
{
	position: absolute;
	top: 180px;
	left: 50%;
	width: 846px;
	height: 408px;
	margin: 0px 0 0 -423px;	
	overflow: hidden;
        background-image: url(../images/hg_hauptbereich.gif);
        background-repeat: no-repeat;
	z-index: 1;
}

.css_hauptbereich_content
{
	position: absolute;
	top: 200px;
	left: 50%;
	width: 806px;
	height: 365px;
	margin: 0px 0 0 -404px;	
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-base-color:#C0C0C0;
  	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#FFFFFF;
  	scrollbar-face-color:#C0C0C0;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#FFFFFF;
  	scrollbar-track-color:#FFFFFF;
	z-index: 2;
}

.css_debug
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 3;
}


