BODY, HTML {
	background-color:#DFDBBE;
	margin:auto;
	width: 100%;
	text-align:center; 
	height:100%; 
	font-family:'Trebuchet MS', Verdana, sans-serif; 
	color: #003366;
	}
.content {
	width:994px; 
	min-height:98%;
	_width:998px; 
	_height:100%;
	border: 2px solid #470101; 
	text-align:left; 
	margin:auto;
	background-image:url(bilder/hg_ie.png);
}
.content .kopf {
	border-bottom: 17px solid #470101; 
	}
/*LINKES MENUE **************************************************************************************/
.content_links {
	width:166px; 
	float:left; 
	height:auto;
}
.content_links DIV {
	border-bottom: 1px solid #470101;
}
.content_links UL {
	margin: 0; padding: 0;
	font-size:0.8em;
	}
.content_links UL LI {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 166px;
	_margin-top: -3px;
	}
.content_links UL LI A {
	text-decoration:none;
	color:#FFFFFF;
	width: 162px;
	display:block;
	padding-left: 4px;
	overflow:hidden;
}
.content_links UL LI UL LI {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #470101;
	_margin-top: -3px;
	}
/*.content_links UL LI:HOVER {
	background-color: #7B7419;
	display:block;
	width: 100%;
}*/	
.content_links UL LI A:HOVER {
	background-color: #7B7419;
}	
.content_links UL LI UL {
	background-image:url(bilder/hg_untermenue.png);
	margin-top: 0px;
	_margin-top: 5px;
	}
.content_links UL LI UL LI {
	border: 0;
	}
.content_links UL LI UL LI A {
	padding-left: 10px;
	color: #7B7419;
	width: 155px;
	}
.content_links UL LI UL LI A:HOVER {
	background-color: #C7C59E;
	}
/*INHALTSBEREICH ************************************************************************************/
.content_mitte {
	float: left;
	width: 656px; _width: 663px;
	border-right: 1px solid black;
	padding: 3px;
	font-size: 0.75em;
	}
.content_mitte P, .content_mitte H1 {
	margin-top: 0;
	}
.content_mitte H1 { 
	font-size: 1em;
	border-bottom: 1px solid #7B7419;
	}
/*RECHTER- BANNERBEREICH ****************************************************************************/
.content_rechts {
	float: left;
	width: 149px;
	}
/*der rest ...*/
.clear {
	clear:both;
	}
