/* GALERIE ANFANG */
#div_vollbild {
	background-image: url("/Images/transparency100x100.png"); /*IE wiederholt 1x1-Grafik nicht vollstaendig*/
	background-repeat: repeat;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#prev_bild {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url(/Images/gallery_arrow_left.png);
	left: 50px;
	top: 50%;
	margin-top: -32px;
	z-index: 6;
	cursor: pointer;
}

#next_bild {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url(/Images/gallery_arrow_right.png);
	right: 50px;
	top: 50%;
	margin-top: -32px;
	z-index: 6;
	cursor: pointer;
}

#close_button {
	display: block;
	position: absolute;
	/*width: 66px;*/
	width: auto;
	/*height: 32px;*/
	height: auto;
	top: 20px;
	right: 50px;
	z-index: 6;
	cursor: pointer;
	color: white;
	overflow: hidden;
	padding: 3px;
	background-color: #661111;
}

#alttext {
	display: block;
	position: absolute;
	background-color: white;
	bottom: 2px;
	color: red;
	left: 50%;
	/* margin-left: -50px; Sollte jetzt in JS geändert werden*/
	padding: 3px 30px 3px 30px;
}