html{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	min-height: 101%; 
	@charset "utf-8";
	}
	
body {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #fcf0cf;
	color: #4B2924;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	}
img	{
	border: 0px;
	}
	
#footer{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width:770px;
	margin-top: 0px;
	margin-left: 0px;
	text-align:center;
	color: #994444;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	}

#main {
	z-index: 1;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 800px;
	width: 960px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#main_bg {
	z-index: 2;
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 960px;
	position: absolute;
	top: 1px;
	left: 0px;
	overflow: visible;
	background-image: url(../img/bg_content_hauptdarsteller_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#main_menu{
	font-weight:bold;
	height:155px;
	left:538px;
	line-height:20px;
	margin:0;
	padding:0;
	position:absolute;
	text-transform:uppercase;
	top:150px;
	width:225px;
	z-index:3;
	}

	#main_menu ul,li{
		list-style: none;
		padding: 0px;
		margin: 0px;
		}


	#main_menu a, a:hover{
		color: #994444;
		text-decoration:none
		}

	#main_menu a:hover{
		text-decoration: underline;
		}


#main_trailer{
	height:400px;
	left:44px;
	margin:0;
	overflow:visible;
	padding:0;
	position:absolute;
	top:340px;
	width:450px;
	z-index:3;
	}
	
#main_titel{
	font-size:15px;
	font-weight:bold;
	height:155px;
	left:536px;
	line-height:28px;
	margin:0;
	padding:0;
	position:absolute;
	text-transform:uppercase;
	top:332px;
	width:300px;
	z-index:3;
	}
	
#main_content{
	left:536px;
	margin:0 0 40px;
	overflow:visible;
	padding:0 0 40px;
	position:absolute;
	top:385px;
	width:325px;
	z-index:5;
	}
	
	#main_content label{
		float: right;
		display: block;
		width: 300px;
		height: 20px;
		cursor: pointer;
		}
	
	#main_content input{
		color: #4B2924;
		float: left;
		clear: left;
		border: solid #4B2924 1px;
		}
	
	#main_content textarea{
		color: #4B2924;
		float: left;
		clear: left;
		border: solid #4B2924 1px;
		}
	
	#main_content h1,#main_content h2{
		font-size: 13px;
		text-transform: uppercase;
		text-align: left;
		}
	
	#main_content h3{
		font-size: 11px;
		text-transform: none;
		text-align: left;
		margin: 11px 0px 0px 0px;
		}
		
a:link {
	color: #994444;
	text-decoration: none;
	}
	
a:visited {
	color: #994444;
	text-decoration: none;
	}
	
a:hover {
	color: #994444;
	text-decoration: underline;
	}
	
a:active {
	color: #994444;
	text-decoration: underline;
	}
	
textarea.error, input.error {
	border: 1px solid #FE0000;
	background-color: #FFFCE2;
	}
	
.floatbox {
	overflow: hidden;
	}