
body, html {
	height: 100%;
}

#rahmen00 {
	overflow: auto;
}

*html #rahmen00 {
	overflow: auto;
	height: 100%;
}

/* Überdeckung und Galerie */


div.galerie {
	height: 1%;
	display: block;
	margin: 20px 0px 0px 80px;
	
}

div.fliessbilder {
	display: block;
	
}

div.einzelbild {
	width: 130px;
	height: 150px;
	float: left;
	margin: 0px 10px 10px 0px;
}

div.einzelbild div.bildbereich {
	width: 130px;
	float: left;
	margin-left: 0px;
}

div.einzelbild div.bildbereich img {
	display: block;
	padding: 1px;
	border: 1px solid #222222;
	margin-left: 0px;
}

div.einzelbild div.textbereich {
	width: 120px;
	clear: left;
	float: left;
	margin: 5px 0px 0px 0px;
}

div.einzelbild div.textbereich p {
	font-size: 70%;
	line-height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#flaeche {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #bbbbbb;
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

* html div#flaeche {
	position: absolute;
	z-index: 10;
}

div#bild {
	position: fixed;
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 21;
	text-align: center;
}

* html div#bild {
	position: absolute;
	z-index: 11;
}

div#bild img {
	border: 10px solid white;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div#bild div#schliessen {
	width: 500px;
	margin: 1% auto 0px auto;
	border-bottom: 1px solid #eeeeee;
}

div#bild div.eckeol {
	background-image: url(/bilder/deko/ol.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#bild div.eckeor {
	background-image: url(/bilder/deko/or.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#bild div#schliessen p {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}

div#bild div#beschreibung {
	width: 500px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #eeeeee;
}

div#bild div.eckeul {
	background-image: url(/bilder/deko/ul.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#bild div.eckeur {
	background-image: url(/bilder/deko/ur.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#bild div.innen {
	padding: 5px 5px 5px 5px;
	margin: 0px 8px 0px 8px;
	background-color: white;
}

div#bild div#beschreibung h2 {
	display: none;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}

div#bild div#beschreibung p {
	display: none;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
}

div#bild div#beschreibung p span.bildvonwem {
	font-style: italic;
	font-size: 70%;
	line-height: 200%;
}


  /* ENDE Galerie */


