/* Copyright Torsten Bartels 03-2010 */

 
/*********************************************************************************************************************************************
															Hintergrundfaren zur Kontraolle der DIV-Boxen
**********************************************************************************************************************************************/
/* 
#container{
	background-color: #FFFFFF;
}

#left{
	background-color:#3366FF;
}

#top{
	background-color:#9900FF;
}

 #content{
 	background-color:#ff0000;
}

 #footer{
 	background-color:#00FF66;
}
*/

/*********************************************************************************************************************************************
															Einstellungen für die Scrollbalken
**********************************************************************************************************************************************/

body{
	scrollbar-arrow-color: #B3B8BC;
	scrollbar-base-color: #EAEBED;
	scrollbar-track-color: #DCDDDF;
	scrollbar-face-color: #E5E5E5;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-3dlight-color:;
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-shadow-color: #EAEBED;
	background-color: #CC0099

}

/*********************************************************************************************************************************************
*															Einstellungen für die Plakate in der Kopfzeile									 *
**********************************************************************************************************************************************/


.plakate{
	margin: 0px;
	height: 100px;
	width: 69px;
	border: 1px solid #000000;
}

/* Filter für Mouseover setzen */

.filter img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.filter:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/*********************************************************************************************************************************************
*																	Mouseover imdb, pdf														 *						         *
**********************************************************************************************************************************************/



a.imdb{
	display: block;
	margin-top: 5px;
	width:57px;
	height:27px;
	float: left;
	background: transparent url(../img/imdb-logo_css.gif) 0px 0px no-repeat;

}

a:hover.imdb{
	background: transparent url(../img/imdb-logo_css.gif) 0px -27px no-repeat;
}

a.imdb40x20{
	display: block;
	margin-top: 5px;
	width:40px;
	height:20px;
	float: left;
	background: transparent url(../img/imdb_40x20_css.gif) 0px 0px no-repeat;

}

a:hover.imdb40x20{
	background: transparent url(../img/imdb_40x20_css.gif) 0px -20px no-repeat;
}

a.pdf{
	display: block;
	width:20px;
	height:20px;
	background: transparent url(../img/pdf_20x20_css.gif) 0px 0px no-repeat;
	float: left;

}

a:hover.pdf{
	background: transparent url(../img/pdf_20x20_css.gif) 0px -20px no-repeat;
}

a.cu{
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	width:87px;
	height:21px;
	background: transparent url(../img/crew_united_css.gif) 0px 0px no-repeat;
	text-indent:-9000%;
}

a:hover.cu{
	background: transparent url(../img/crew_united_css.gif) 0px -21px no-repeat;
}

#link{
	clear:left;
}
/*********************************************************************************************************************************************
*																	Menü																	 *
**********************************************************************************************************************************************/


.menue{
        text-align: left;
        text-decoration: none;
        font-family: Arial;
        font-size: 15px;
		font-weight: bold;
        color: #000000;
 }

 .menue:hover {
        border-style: solid;
        border-width: 0px;
        border-color: #548F49;
        color: #FFFFFF;
        background-color: #000000;
}

.menue:active {
		color: #FFFFFF;
		background-color: #666666;

}

.menue_aktuell{
		text-align: left;
        text-decoration: none;
        font-family: Arial;
        font-size: 15px;
		font-weight: bold;
		background-color: #000000;
		color: #FFFFFF;
}


/*********************************************************************************************************************************************
*																		Links																 *
**********************************************************************************************************************************************/
/*
.imdb {
	background: url(../img/imdb-Logo.gif) no-repeat scroll left;
  	padding: 1em 0.5em 0.5em 35px;
	height: 30px;
	width: 60px;
}
*/



/*********************************************************************************************************************************************
*																	Content																	 *
**********************************************************************************************************************************************/

a:focus{
	outline: none; 											 	/* entfernen der Focus-Kennzeichnung */
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a {
	font-weight: bold;
}

html{
	overflow: hidden;
}

body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/BG.jpg);
	background-color: #b4b8bc;
	overflow: hidden;									 			/* blendet den Scrollbalken des Browserfensters aus */
}

.flowplayer{
	display: block;
	width: 496px;
	height: 222px
}

#container{
	margin: 0px auto;												/* zentrieren des Containers */
	width: 971px;			 										/* 955px für Auflösung 1024 + 16px Scrollbalken */
	height: 600px;
	overflow: hidden;
}

#left{
	width: 200px;
	height: 475px;
	margin-top: 110px;
	float: left;
}

#top{
	height: 105px;
	width: 755px;													/* für IE6 750px */
	overflow: hidden;
	/*text-align: center;*/
}

 #content{
	height: 453px;
 	width: 771px;													/* für IE6 750px */
	margin-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
 }
 
 #content_films_erste-zeile{
  	margin-top: 0px;
	margin-bottom: 40px;
}

 #content_films{
  	margin-top: 40px;
	margin-bottom: 40px;
	min-height: ;
}

 #col_1{
	width: 200px;
	margin-left: 0px;
	float: left;
	font-weight: bold;
}

#col_2{
	width: 50px;
	float: left;
}

#col_3{
	width: 500px;
	margin-left: 250px;
}

#col_full_center{
	width: auto;
	height: auto;
	text-align: center;
}

 #footer{
	width:755px;
	height: 10px;
	margin-top: 5px;
	margin-left: 200px;
	font-family:Arial;
	font-size: 8px;
	text-align: center;
	color:#000000;
	clear: left;
}

 #footer_index{
	width:auto;
	height: 10px;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-family:Arial;
	font-size: 8px;
	text-align: center;
	color:#000000;
}

 #line_oben{
	width: 755px;
	height: 3px;
	margin-left: 200px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #000000;

}
 
 #line{
	width: 755px;
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #000000;

}

.h3{
	font-weight: bold;
}

img{
	border: 0;
}

.imgTrailer{
	width: 496px;
	height: 222px;
}

.imgPlakat_home{
	width: 153px;
	height: 222px;
}