/* CSS FILE FILMSICHERUNG */

/* GLOBALS */
*{ 			
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
}			
html, body{		
	background-color: #000000;
}
.clear{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.gesamt{
	width: 984px;
	margin: 0px auto;
}
.rechtespalte{	
	width: 198px;
	float: left;
}
.linkespalte{	
	width: 393px;
	float: left;
}
.mittelspalte{	
	width: 389px;
	float: left;	
	border-right: dashed 1px rgb(224,7,50);
	border-left: dashed 1px rgb(224,7,50);
}

/* HEAD */
.head{		
	background-image:url(../bilder/header.jpg);
	background-repeat: no-repeat;
	width: 984px;
	height: 189px;
	margin: 20px 0px 0px 0px;
}
.headnavi{	
	/*width: 944px;*/
	height: 18px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;   /* padding right wieder auf 0 setzen, sobald englisch sichtbar wird*/
}
.headnavi li{	
	list-style-type:none;
	float: right;
	margin: 0px 0px 0px 40px;
	font-weight: bold;
}
.headnavi li#englisch{
	text-align: right;
	margin: 0px 20px 0px 285px;
}
.headnavi li a{
	text-decoration: none;
	color: rgb(255,255,255);
}			
.headnavi li a:hover{
	color: rgb(94,95,98);
}
#kopfbild{
	width: 944px;
	margin: 0px auto;
	display: block;
}

/* NAVIGATION */
.navigation{	
	width: 974px;
	margin: 20px auto 0px auto;	
}
			
.navigation  li{ 	
	list-style-type: none;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	color: rgb(255,255,255);
	width: 194px;
	height: 31px;
	text-align: center;
	border-right: solid 1px rgb(255,255,255);
}			
.navigation li#letztenav{
	border:none;
	font-size: 9pt;
}			
a.zweizeiler{
	display: block;
	width: 194px;
	height: 31px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
}			
a.zweizeiler:hover{
	display: block;
	width: 194px;
	height: 31px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
	background-image: url(../bilder/linkhover.jpg);
	background-repeat: repeat-x;
}
a.einzeiler{
	display: block;
	width: 194px;
	height: 23px;
	padding: 8px 0px 0px 0px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.einzeiler:hover{
	display: block;
	width: 194px;
	height: 23px;
	padding: 8px 0px 0px 0px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
	background-image: url(../bilder/linkhover.jpg);
	background-repeat: repeat-x;
}			
a.einzeiler_aktiv{
	display: block;
	width: 194px;
	height: 23px;
	padding: 8px 0px 0px 0px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
	background-image: url(../bilder/linkhover.jpg);
	background-repeat: repeat-x;
}
a.zweizeiler_aktiv{
	display: block;
	width: 194px;
	height: 31px;
	font-size: 9pt;
	color: rgb(255,255,255);
	text-decoration: none;
	background-image: url(../bilder/linkhover.jpg);
	background-repeat: repeat-x;
}
.flag{
	display: block;
	float:left;
	margin: 2px 5px 0px 0px;
}

/* CONTENT */
.content{	
	width: 982px;
	padding-top: 18px;
	padding-bottom: 10px;				
	border-left: solid 1px rgb(94,95,98);
	border-right: solid 1px rgb(94,95,98);
}
.playercontainer{		
	width: 320px;
	height: 180px;
	padding: 3px;
	margin: 0px auto;
	background-color: rgb(94,95,98);
}
.ersatzbild{		
	width: 320px;
	height: 180px;
	margin: 0px auto;
}
p.videotext{
	color: rgb(255,255,255);
	text-align: justify;
	margin: 10px 36px 0px 36px;
}
h1.ueberschriftbox{
	width: 351px;
	margin: 0px auto 15px auto;
	padding: 3px 0px 0px 0px;
	background-image: url(../bilder/ueberschrift.jpg);
	background-repeat: no-repeat;
	height: 16px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
}

h1.impressum{
	width: 355px;
	margin: 0px auto 15px auto;
	padding: 3px 0px 0px 0px;
	background-image: url(../bilder/impressum.jpg);
	background-repeat: no-repeat;
	height: 16px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
}

h2.zwischenueberschrift{
	color: rgb(224,7,50);
	font-weight: bold;
	margin: 0px 19px 20px 19px;
}
p.text{
	color:rgb(255,255,255);
	text-align: justify;
	margin: 0px 19px 20px 19px;
}	
.einzelbild{	
	width: 157px;
	height: 118px;
	margin: 25px auto 5px auto;
	display: block;
}
ul.liste {
	margin-left: 35px;
}	

ul.liste li{
	color: rgb(255,255,255);
	text-align: justify;
}
ol.liste {
	list-style-type:decimal;
	margin-left: 40px;
}	

ol.liste li{
	color: rgb(255,255,255);
	text-align: justify;

}

/* FOOTER */
.foot {			
	background-image: url(../bilder/foot.jpg);
	background-repeat: no-repeat;
	width: 984px;
	height: 15px;
	padding: 8px 0px 0px 0px;
}	
p.adresse{		
	font-size: 7pt;
	font-weight:bold;
	text-align: center;
	color: rgb(44,44,44);
}

/* COUNTER */
h2.counterueberschrift{
	color: rgb(255,255,255);
	height: 16px;
	width: 153px;
	padding: 1px;
	border: solid 2px rgb(224,7,50);
	font-weight: bold;
	text-align: center;
	margin: 0px auto 15px auto;
}
p.countertext{	
	color: rgb(255,255,255);
	margin: 0px 19px;
	padding-bottom: 10px;
}
.counter{
	width: 157px;
	margin: 3px auto;
}	
.counter img{	
	float: left;	
	display: block;
	margin: 0px -1px 0px 0px;
}	
	


/* Unterseiten */
h1.beschreibung{
	width: 549px;
	margin: 0px auto 28px auto;
	padding: 3px 0px 0px 0px;
	background-image: url(../bilder/ueberschrift_unterseite.jpg);
	background-repeat: no-repeat;
	height: 16px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: center;
}	
.linkespalte_unterseite{
	width: 588px;
	float: left;
	border-right: dashed 1px rgb(224,7,50);
}	
.rahmen{		
	width: 130px;
	margin: 0px 0px 0px 19px;
	float: left;
}
.rahmenkopf{	
	width: 130px;
	height: 6px;
	background-image: url(../bilder/rahmen_oben.jpg);
	background-repeat: no-repeat;
}	
.rahmenfuss{	
	width: 130px;
	height: 7px;
	background-image: url(../bilder/rahmen_unten.jpg);
	background-repeat: no-repeat;
}
.galerie{		
	width: 128px;
	border-right: solid 1px rgb(129,131,133);
	border-left: solid 1px rgb(129,131,133);
}
.inhalt{
	width: 409px;
	margin: 0px 20px 0px 10px;
	float: left;
}	
h2.zwischenueberschrift_unterseite{
	color: rgb(224,7,50);
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}	
p.text_unterseite{
	color: rgb(255,255,255);
	text-align: justify;
	/* falls gebraucht line-height: 12pt; */
	margin: 0px 0px 20px 0px;
}
.bilder{		
	margin: 0px 4px 20px 4px;
	display: block;
}
.bilder_letzte{	
	margin: 0px 4px 0px 4px;
	display: block;
}	
.rechtespalte_unterseite{
	width: 393px;
	float: left;
	height: 200px;
}