#blende {
left:0px;
top:0px;
width:100%;
height:100%;
position:fixed;
background:black;
opacity:0.8;
filter:alpha(opacity=80);
display:none;
z-index:3
}
#xbutton {
width:32px;
height:20px;
position:absolute;
top:10px;
right:10px;
background:url(allgemein/xbutton.png) no-repeat;
display:none;
z-index:5
}
.bildzoom {
	width:800px;
	border:16px solid black;
	position:absolute;
	top:30px;
	background-color:#000;
	left:50%;
	margin-left:-416px;
	display:none;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
}
#pfeillinks {
width:32px;
height:200px;
position:absolute;
top:210px;
left:50%;
margin-left:-442px;
background:url(allgemein/pfeillinks.png) no-repeat;
display:none;
z-index:5
}
#pfeilrechts {
width:32px;
height:200px;
position:absolute;
top:210px;
left:50%;
margin-left:408px;
background:url(allgemein/pfeilrechts.png) no-repeat;
display:none;
z-index:5
}
.bildbeschriftung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	line-height: 20px;
}
