/* ---------------   Fueller und zentrierung */

#zentrierhilfe {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
}

#inhaltAlles, #FuellerOben, #FuellerMitteLinks, #FuellerMitteRechts, #FuellerUnten {
	position: absolute;
	text-align: left;
	background-color: #FFF;
	color:#000000;
	height: 600px;
	top: -300px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	z-index: 2;
	overflow:hidden;
	background: url(../Hintergrund/Bilder/Hauptframe.jpg) no-repeat;
}

#FuellerOben {
	height: 171px;
	top: -471px; /* 300+171 */
	width:954px;
	margin-left: -476px; /* 400+76 */
	background:url(../Hintergrund/Bilder/Oben.jpg);
}

#FuellerMitteLinks {
	width:76px;
	margin-left: -476px; /* 400+76 */
	background: url(../Hintergrund/Bilder/Mitte_Links.jpg);
}

#FuellerMitteRechts {
	width:78px;
	margin-left: 400px;
	background: url(../Hintergrund/Bilder/Mitte_Rechts.jpg);
}

#FuellerUnten {
	height: 76px;
	top: 300px; 
	margin-left: -476px; /* 400+76 */
	width:954px;
	background-image:url(../Hintergrund/Bilder/Unten.jpg);
}

#w3c{
position:absolute;
right:0px;
bottom:0px;
}

/* ---------------  ENDE Fueller und zentrierung */

#inhalt {
	position: absolute;
	height:477px;
	top:80px;
	left:88px;
	width: 620px;
	z-index:auto;
	overflow:auto;
}

#text
{	position:absolute;
	top:25px;
	left:0px;
	width:590px;
	height:auto;
	padding:0px;
	margin:0px;
	overflow:auto;
	z-index:auto;
}


.SetA, .SetB
{
	position:relative;
	float:left;
	width:270px;
	overflow:hidden;
	border: 1px solid #c8c8c8;
	height:135px;
	margin:0px 0px 10px;
	padding:10px 0px 0px 10px;
}

.SetB
{	float:right;

}


.Bild
{
position:absolute;
height:100px;
width:250px;
overflow:visible;
padding:0px;
margin-left:0px;
}

.Beschreibung
{
position:absolute;
height:137px;
left:135px;
width:140px;
overflow:auto;
padding:0px;
margin-top:-4px;
/*font-size:11px;*/
line-height: 17px;
}

.Poesie
{
	padding-bottom:10px;
	padding-left: 20px;
}


@media print{


#zentrierhilfe {
	position:static;
	height: 80%;
}

#FuellerOben, #FuellerMitteLinks, #FuellerMitteRechts, #FuellerUnten {
visibility:hidden
}
#inhaltAlles, #inhalt
{	position: static;
	text-align: left;
	background-color: #FFF;
	color:#000000;
	height: 80%;
	top: 0px;
	width: 800px;
	left: 0px;
	z-index: 2;
	overflow:visible;
	padding:0px;
	margin:0PX;

}

#w3c{
position:absolute;
visibility:hidden;
}


}