body,  textarea {
	background:#AAA;
}

.block_banner {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	overflow:auto;
	display: block;
	width:575px;
	height:117px;
	border : 0px;
	background-image : url(grafik/layout/banner.gif);
}

.block_grafik_bg {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	overflow:auto;
	display: block;
	width:100%;
	height:350px;
	border : 0px;
	background-image : url(grafik/layout/bg_grau.gif);
}

.block_menu {
	position:absolute;
	top:117px;
	left:111px;
	z-index:1;
	overflow:no;
	display: block;
	width:670px;
	height:35px;
	border:0px;
	background-image : url(grafik/layout/bg_hell_grau.gif);
}

.block_submenu {
	position:absolute;
	top:152px;
	left:111px;
	z-index:1;
	overflow:no;
	display: block;
	width:653px;
	height:18px;
	border:0px;
	background-image : url(grafik/layout/bg_submenu.gif);
}

.block_content {
	position:absolute;
	top:152px;
	left:111px;
	z-index:0;
	overflow:no;
	display: block;
	width:653px;
	height:445px;
	background: #FFF;
		font-size:11px;
	font-family:Verdana;
	line-height:18px;
	color:#676767;

}

.block_content_text {
	position:absolute;
	top:55px;
	left:285px;
	z-index:3;
	overflow:auto;
	display: block;
	width:340px;
	height:360px;
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
	color:#676767;
}

.block_content_grafik {
	position:absolute;
	top:40px;
	left:30px;
	z-index:0;
	overflow:auto;
	display: block;
	width:207px;
	height:390px;

}

.block_content_wo {
	position:absolute;
	top:555px;
	left:392px;
	z-index:0;
	overflow:no;
	display: block;
	width:403px;
	height:50;
	font-size : 50px;
	font-family : Verdana;
	color:#E7E7E7;
}

.block_grafik {
	position:absolute;
	top:117px;
	left:764px;
	z-index:6;
	overflow:no;
	display: block;
	width:231px;
	height:480px;
	background : #AAAAAA;
}

.text {
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
	color:#676767;
}

.text_s {
	font-size:10px;
	font-family:Verdana;
	line-height:15px;
	color:#676767;
}

.text_klein {
	color:#AAAAAA;
	font-size:9px;
	font-family:Verdana;
	line-height:12px;
}
A:link {
	text-decoration: none;
	color: #676767;
	font-weight : normal;
}

A:visited {
	text-decoration: none; 
	color: #676767;
	font-weight : normal;
}

A:active {
	text-decoration: none; 
	color: #676767;
	font-weight : normal;	
}

A:hover {
	text-decoration: none; 
	color: #EBB6B8;
	font-weight : normal;	
}

