/* CSS Document */
/* filmstreifen */


.stern1,
.stern2,
.stern3{
	width:35px;
	height:34px;
	margin:0 0 0 0;
	margin-left:13px;
	margin-top:27px;
	padding : 0 0 0 0;
	position:absolute;	
}
.stern2{
	width:29px;
	height:31px;
	margin-left:70px;
	margin-top:5px;	
}
.stern3{
	width:33px;
	height:28px;
	margin-left:123px;
	margin-top:49px;	
}

.filmstrDiv{
	width:370px;
	height:511px;
	margin:0 0 0 0;
	margin-left : -500px;
	left : 50%;
	top:0;
	padding : 0 0 0 0;
	position:absolute;
	z-index:1;	
}


.filmstrDiv .imgTop{
	width:370px;
	height:250px;
	background-image: url(../img/filmstr/top_1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.filmstrDiv .imgBottom{
	width:370px;
	height:511px;
	background-image: url(../img/filmstr/bottom_1.jpg);
	background-position: 76px bottom;
	background-repeat: no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;

}

.filmstrDiv .strGruen{
	width:370px;
	height:511px;
	background-image: url(../img/filmstr/filmstr.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}



*html img{
	behavior:url("css/pngfix.htc");
}
#kamera{
	padding:33px 0 0 20px;
	width:203px;
	height:152px;
	z-index:20;
	background-image: url(../img/filmstr/kamera_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;	
	
}
*html #kamera{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/filmstr/kamera_1.png', sizingMethod='image');
	z-index:20;
	cursor:pointer;
}

.strTxt{
	width:267px;
	height:267px;
	margin:-48px 0 0 0;
	padding:0 0 0 0;
	z-index:100;
}

/* filmklappe */
.klappe_blanko{
	position:absolute;
	width:132px;	
	height:130px;
	left : 50%;
	top:420px;
	padding:0 0 0 0;
	margin-left:-290px;
	z-index:200;
	background-image: url(../img/filmklappe.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
*html .klappe_blanko{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/filmklappe.png', sizingMethod='image');
}
.klappe1,
.klappe2,
.klappe1Hover,
.klappe2Hover{
	position:absolute;
	left : 210px;
	top:420px;
	z-index:300;
	width:132px;	
	height:130px;
	margin-top:65px;
	margin-left:15px;
	padding:0 0 0 0;
	background-image: url(../img/but_gewinner_0.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;	
}
.klappe2{
	background-image: url(../img/but_beitraege_0.gif);
	margin-left:23px;
	margin-top:63px;
}

.klappe1Hover{
	background-image: url(../img/but_gewinner_1.gif);
}
.klappe2Hover{
	background-image: url(../img/but_beitraege_1.gif);
	margin-top:63px;
	margin-left:23px;
}



.filmklappeHome{
	margin-left:-170px !important;
}
