@charset "UTF-8";
/* CSS Document */

/*------------------------ CSS RESET ------------------------------------
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

a:link {
	text-decoration: none;
	color: #fffbf0;
}

a:visited {
	text-decoration: none;
	color: #fffbf0;
}

a:active {
	text-decoration: none;
	color: #fffbf0;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

img,
a img {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*------------------------ SCHRIFT / GRÖSSE------------------------------
-----------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fffbf0;
	text-align: left;
	background-color: #cfc6ab;
	background-repeat: repeat-x;
	line-height: 16px;
}

h1,
h2,
h3 {
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/*------------------------ LAYOUT ---------------------------------------
-----------------------------------------------------------------------*/

#container {
	position: relative;
	width: 1000px;
	height: 500px;
	top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	top: 20px;
	height: 100px;
	width: 400px;
	position: absolute;
	text-align: right;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: right top;
}

.subline {
	font-size: 14px;
	color: #666;
}

#content {
	height: 320px;
	width: 570px;
	position: absolute;
	left: 429px;
	top: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.coming {
	font-size: 30px;
	font-weight: bold;
}

#contentfilm {
	height: 320px;
	width: 500px;
	position: absolute;
	left: 500px;
	top: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contentscroll {
	height: 320px;
	width: 570px;
	position: absolute;
	left: 430px;
	top: 20px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}

#back {
	height: 20px;
	width: 27px;
	position: absolute;
	left: 473px;
	top: 330px;
}

#backstills {
	height: 20px;
	width: 27px;
	position: absolute;
	left: 543px;
	top: 330px;
}


/*------------------------ NAVIGATION------------------------------------
-----------------------------------------------------------------------*/

#navigation {
	position: absolute;
	height: 130px;
	width: 400px;
	top: 213px;
	left: 0px;
	text-align: right;
}

#navigation ul {
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
	position: absolute;
	right: 0px;
	bottom: -8px;
}

#navigation ul li {
	font-size: 24px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	color: #666;
}

#navigation ul li a:link, #navigation ul li a:visited{
	color: #666;
}
#navigation ul li a:hover {
	color: #FFF;
}

#navigation ul li:hover {
	color: #FFF;
}

#navigation p {
}
#navigation ul li a.aktiv {
	color: #FFF;
}

#footer {
	height: 25px;
	width: 1000px;
	position: absolute;
	bottom: 0px;
	text-align: right;
	color: #666;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666;
	left: 0px;
}
.impressum  {
	color: #FFF;
}
#container #footer a.aktiv {
	color: #FFF;
}
img.preview {
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 7px;
}

#bild {
	position: absolute;
	height: 320px;
	width: 200px;
	left: -20;
	top: 0px;
}

#text {
	position: absolute;
	height: 340px;
	width: 172px;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
