body {
	background-color: #f9f9f9;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/background_img.jpg);
	/*
	background-repeat:no-repeat;
	
	background-size: 150%;
	*/
	
}
/*--------------------------------------------------------------------------------------------*/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:41c31a;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:41c31a;
}
.titel_u {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:41c31a;
}
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:41c31a;
	text-decoration:none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:41c31a;
	text-decoration:underline;
}
.linie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}


/* DIV */
/*--------------------------------------------------------------------------------------------*/					
						
#overall {
	width:				800px;
	height:				1100px;
	position:			relative;
	margin:				auto;
	/*
	border-style:		solid;
	border-width:		2px;
	border-color:		#03F;
	*/
}

/*--------------------------------------------------------------------------------------------*/

#top_layer {
	position:			absolute;
	
	/*
	left: 				100px;
	top: 				200px;
	*/
	
	width:				800px;
	height:				125px;
	
	/*
	border-style:		solid;
	border-width:		2px;
	border-color:		#F3C;
	*/
}

/*--------------------------------------------------------------------------------------------*/

#trailer {
	position:			absolute;
	
	/*
	left: 				100px;
	*/
	top: 				125px;
	
	
	width:				800px;
	height:				450px;
	
	/*
	background-color:	#FFFFFF;
	
	
	background-color:	#000000;
	*/
	/*
	border-style:		solid;
	border-width:		2px;
	border-color:		#F00000;
	*/
}

/*--------------------------------------------------------------------------------------------*/
/*
#movie {
	position:			absolute;
	
	top: 				550px;
	
	
	width:				800px;
	height:				450px;
	
	
	background-color:	#19a00c;
	
	
	border-style:		solid;
	border-width:		2px;
	border-color:		#F00000;
	
}
*/
/*--------------------------------------------------------------------------------------------*/

#bottom_layer {
	position:			absolute;
	
	/*
	left: 				100px;
	*/
	/*
	top: 				1000px;
	*/
	top: 				575px;
	
	
	width:				800px;
	height:				525px;
	
	/*
	background-color:	#19a00c;
	*/
	/*
	border-style:		solid;
	border-width:		2px;
	border-color:		#F93;
	*/
}

/*--------------------------------------------------------------------------------------------*/
