@charset "utf-8";
/* CSS Document */




#Deckblatt{
	background-color:#000000;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	filter:alpha(opacity:0);
	opacity:0;
	text-align:center;
	display:none;
	z-index:4000;
}
/*
#DeckblattInhalt{
	position:absolute;
	left:0px;
	z-index:4;
	filter:alpha(opacity:0);
	opacity:0;
	display:none;
}
*/
#Film1{
	padding:5px;
	z-index:1;
	filter:alpha(opacity:0);
	opacity:0;
	position:absolute;
	left:-1000px;
	top:-1000px;
	z-index:4000;
	background-color:#999999;
}
#filmfenster{
	filter:alpha(opacity:0);
	opacity:0;
	/*background-color:#FFFFFF;*/
	z-index:4001;
}

.CloseButton{
	clear:both;
	text-align:center;
	padding:5px;
	background-color:#000000;
}
.CloseButton a{
	width:100%;
	text-align:center;
	color:#dcdcdc;
	padding-top:10px;
}
.CloseButton a:hover{
	color:#cc0000;
	padding-top:10px;
}
/*#BGBildergalerie{
	background-color:#000000;
	z-index:2;
}*/
