@charset "UTF-8";


body,td,th {
	font-family: Arial, Helvetica, sans-serifserif;
	font-size: 12px;
	color: FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

h2,h3,h4,h5,h6 {
	font-weight: bold;

}
h1 {
	font-size: 15px;
	color: #d54015;
	font-weight: bold;
	text-transform: uppercase;	
	
}

.scrolldiv {                             /* der Name kann frei gewählt werden */
	height:300;                       /* Höhe - auch px oder andere Einheiten */
	overflow:auto;                       /* Regel für übergroßen Inhalt */
	          /*Rahmen border: 5px double #ffc95e; */
	padding:0px;                         /* Textabstand zum Rand */
	color:#ffebeb;
	border="0"                     /* Schriftfarbe */
    background-color:#FFFFFF;                     /* Hintergrund */
    line-height: 14pt;
	
}

.scrolldivinterview {                             /* der Name kann frei gewählt werden */
	height:300;                       /* Höhe - auch px oder andere Einheiten */
	overflow:auto;                       /* Regel für übergroßen Inhalt */
	          /*Rahmen border: 5px double #ffc95e; */
	padding:20px;                         /* Textabstand zum Rand */
	color:#000000;
	border="0"                     /* Schriftfarbe */
    background-color:#FFFFFF;                     /* Hintergrund */
    line-height: 14pt;
	
}
        
#home {
	position:absolute;
	left: 0px;
	top: 260px;
	padding: 0px;
	width: 500px;
	height: 300px;
	z-index:5;
	}
	
#startseite {
	position:relative;
	left:50%;
	top:20px;
	width:500px;
	height:0px;
	margin-left:-250px;
	padding: 0px;
	z-index:10;
}

	
#homebuttons {
	position:absolute;
	left: 304px;
	top: 150px;
	padding: 0px;
	width: 178px;
	height: 182px;
	z-index:6;
	}
	
#film {
	position:absolute;
	left: 500px;
	top: 260px;
	padding: 0px;
	width: 500px;
	height: 300px;
	z-index:5;
	}	
	
	
#trailer {
	position:relative;
	left:50%;
	top:500px;
	width:640px;
	height:272px;
	margin-left:-320px;
	padding: 1px;
	background-color: #000000;
	z-index:6;
	}
	
#stoerer {
	position:absolute;
	margin-top:0px;
	left: 79px;
	top: 210px;
	padding: 0px;
	width: 139px;
	height: 159px;
	z-index:5;
	}

#hinter {
	position:relative;
	left:50%;
	top:0px;
	width:1920px;
	height:1200px;
	margin-left:-960px;
	margin-top:0px;
	padding: 0px;
	z-index:1;
	background-repeat: no-repeat;
	background-color: #000000;
	background-image: url(images/hinter.jpg);
	
}

#content {
	position:relative;
	left:50%;
	top:0px;
	width:1000px;
	height:850px;
	margin-left:-500px;
	margin-top:0px;
	padding: 0px;
	z-index:2;
		
}

#navigation {
	position:absolute;
	left:0px;
	top:164px;
	width:1000px;
	height:33px;
	z-index:3;
}

#facebook {
	position:absolute;
	left:150px;
	top:619px;
	width:700px;
	height:446px;
	z-index:5;
	overflow: auto;
}

#buttonfacebook {
	position:absolute;
	left:597px;
	top:209px;
	width:594px;
	height:30px;
	z-index:10;
	overflow: none;
}

#inhalt {
	position:absolute;
	left:73px;
	top:233px;
	width:856px;
	height:202px;
	z-index:5;
	background-image: url(images/inhalt.gif);
	overflow: auto;
}

#presse {
	position:absolute;
	left:140px;
	top:656px;
	width:746px;
	height:300px;
	z-index:5;
	overflow: auto;
}

#impressum {
	position:relative;
	left:50%;
	top:250px;
	width:400px;
	height:0px;
	margin-left:-200px;
	margin-top:-10px;
	padding: 0px;
	z-index:10;
}


