@charset "UTF-8";
@font-face {
    font-family: "Radios";
    src: url(http://vcrp4.vcrp.de/gb/fonts/RADIOSIN.TTF) format("truetype");
}
@font-face {
    font-family: "Elektora";
    src: url(http://vcrp4.vcrp.de/gb/fonts/swift2.ttf) format("truetype");
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #606060;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #000000;
    }

    #label {
  	font: 1.2em "Radios"; 
	background-color: #000000;
	padding: 0;
    }
    
    #container {
	width: 800px;
	text-align: left;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    #header {
	position: relative;
	background-color: #000000;
	padding: 0;
	margin-top: 6em;
	margin-bottom: 1em;
	font-size: 14px;
    } 
    #header h1 {
    	margin: 0;
    	padding: 10px 0;
    }
#header .left {
}
#header .middle {
	position: absolute;
	left: 200px;
	right: 200px;
	text-align: center;
}

#header .middle_text {
text-align:right;
margin-left:173px;
font-size:12px;
}

#header .middle a {
	color: #606060;
}
#header .middle a:hover {
	color: #FF582b;
}
#header .right {
	position: absolute;
	right: 0px;
	text-align: right;
}
    #mainContent {
	background-color: #000000;
	height: 350px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	position:relative;
    }
	
	#mainContent.film {
	background-color:#000000;
	text-align:center;
	}
	
	#film_container { 
	height:350px; 
	margin:0% auto 0%; 
	display:table;
	}
	

#footer {
	position: relative;
	background-color: #000000;
    } 
#footer p {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
    }
#footer .right {
	position: absolute;
	right: 0px;
	text-align: right;
}
a {
	color: #ffad2b;
	text-decoration: none;
}
a:hover {
	color: #FF582b;
}
#before {
	position: absolute;
	z-index: 1;
	top:10px;
	left:10px;
	color: #eeeeee;
	visibility:hidden;
}
#after {
	position: absolute;
	z-index: 2;
	top:10px;
	left:10px;
	color: #eeeeee;
	visibility: visible;
}
.navicontainer {
	position:absolute;
	top: 22px;
	right: 0px;
	width: 11.8em;
	z-index: 1;
}
.navi {
	height: 55px;
}
.navi a {
	font-size: 14px;
	color: #606060;
}
.navi a:hover {
	color: #FF582b;
}

.camera_link {
	display:block;
	float:left;
	background-image:url(kamera.png);
	width:16px;
	height:14px;
	margin-left:3px;
	}
	
.camera_link:hover {
	background-position:0px 14px;
}

	

