﻿body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	background-color: Black;
	background: black url('../Images/background.jpg') no-repeat center top;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.4;
}
img { border: 0; }
h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
p {
	margin: 0 0 1em 0;
}

#siteContainer {
	position: relative;
	width: 960px; height: 860px;
	margin: 80px auto 0px auto;
	z-index: 1;
}
#siteContainer.trailerPage {
	height: 760px;
}
#backgroundMovie {
	position: absolute;
	width: 1420px; height: 1150px;
	top: 50%; left: 50%;
	margin-left: -710px;
	margin-top: -575px;
	background-color: transparent;
	z-index: -1;
}

#logo {
	width: 334px; height: 134px;
}
#footer {
	position: absolute;
	bottom: 0px; left: 0px;
	width: 1005px; height: 297px;
}

#pressestimmen {
	position: absolute;
	top: 0px; right: 0px;
}


#navigationContainer {
	position: relative;
	width: 600px; height: 50px;
}

#orderDVD {
	position: absolute;
	right: 215px; top: -25px;
	width: 345px; height: 208px;
	background: transparent url('../Images/order_dvd.png') no-repeat;
	text-indent: -9999em;
}

#countrySelector {
	position: absolute;
	top: 7px; left: 340px;
	width: 55px; height: 35px;
	background: transparent url('../Images/ch_de_switcher.png') no-repeat;
}
.countrySelectorChoice {
	float: left;
	width: 50%; height: 100%;
	text-indent: -9999em;
}

.languageSelector {
	position: absolute;
	top: -20px; right: 0px;
	width: 123px; height: 15px;
	margin: 0; padding: 0;
	list-style-type: none;
}
.languageSelector.de {	
	background: transparent url('../Images/languageSelector_de.png') no-repeat;
}
.languageSelector.en {	
	background: transparent url('../Images/languageSelector_en.png') no-repeat;
}
.languageSelector li {
	float: left;
}
.languageSelector li a {
	display: block;
	width: 61px; height: 15px;
	text-indent: -9999em;
}

.navigation {
	position: absolute;
	top: 20px;
	width: 550px; height: 16px;
	margin: 0; padding: 0;
	list-style-type: none;
}
.navigation.de {	
	background: transparent url('../Images/navigation_de.png') no-repeat;
}
.navigation.en {	
	background: transparent url('../Images/navigation_en.png') no-repeat;
}
.navigation li {
	float: left;
}
.navigation li a {
	display: block;
	height: 16px;
	text-indent: -9999em;
	margin: 0 10px;
}
.de #navigation_1 { width: 46px; margin-left: 0; }
.de #navigation_2 { width: 70px; margin-left: 0;  }
.de #navigation_3 { width: 107px; }
.de #navigation_4 { width: 77px; }
.de #navigation_5 { width: 63px; }
.de #navigation_6 { width: 74px; margin-right: 0; }

.en #navigation_1 { width: 46px; margin-left: 0; }
.en #navigation_2 { width: 70px; margin-left: 0;  }
.en #navigation_3 { width: 91px; }
.en #navigation_4 { width: 89px; }
.en #navigation_5 { width: 53px; }
.en #navigation_6 { width: 72px; margin-right: 0; }

#buttons {
	position: absolute;
	top: 12px; right: 0px;
}

#trailer {
	width: 600px; height: 370px;
}
#trailerMovie {
	display: block;
	width: 600px; height: 362px;
	border: 1px solid black;
}

#content {
	width: 560px; height: 425px;
	padding: 20px;
	background-color: White;
	color: Black;
	overflow: auto;
}

label {
	float: left;
	width: 200px;
}
input {
	width: 326px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
input#submit {
	width: auto;
	float: right;
}
input.checkbox {
	width: auto;
}
textarea {
	width: 526px; height: 10em;
	clear: both;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
fieldset {
	border: none;
	padding: 12px;
	margin-bottom: 20px;
	background-color: #eeeeee;
}
img.contentImage {
	margin-bottom: 1em;
}
small {
	font-size: 0.8em;
}
