@charset "utf-8";
body {
	background-color: #666666;
}
/*-------- Rahmen-Layout --------*/
#container #rahmenschrift {
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 600px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#container #rahmen {
	z-index: 2;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 600px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#container #rahmenschrift2 {
	z-index: 3;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 600px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#container #logo {
	z-index: 10;
	left: 153px;
	top: 37px;
	position: absolute;
	height: 66px;
	width: 60px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#container #inhalt-bg {
	z-index: 3;
	left: 124px;
	top: 90px;
	position: absolute;
	height: 397px;
	width: 753px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #333333;
}
#container #inhalt {
	z-index: 5;
	left: 153px;
	top: 119px;
	position: absolute;
	height: 340px;
	width: 753px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: auto;
}
#container #inhalt_ohne {
	z-index: 5;
	left: 153px;
	top: 119px;
	position: absolute;
	height: 340px;
	width: 753px;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
#inhalt #backlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #999999;
}
#inhalt  #backlink  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #CC0000;
}
#headline {
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.erbaut {
	color: #777777;
}
.tblminhg {
	height: 319px;
}
.tblminhg2 {
	height: 339px;
}
/*-------- für Scrollbar-Preload --------*/
.hiddenpic {
	width:0px;
	height:0px;
	display:none;
}
