﻿p {
	font:15px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color:#fff;
	line-height:20px;
	text-decoration:none;
}
body {
	background-color: #94cadf;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif, Serif;
}
#container {
	width: 1280px;
	height: 830px;
	margin: 0 auto;
	text-align: left;
	background: #94cadf url(../images/page_bg.jpg) no-repeat left top;
	position: relative;
}
#selection {
	width: 470px;
	height: 254px;
	margin: 0 auto;
	text-align: left;
	background: #94cadf url(../images/selection_bg.jpg) no-repeat left top;
	position: absolute;
	left: 278px;
	top: 400px;
	overflow: hidden;
}
#zurueck {
	padding:20px 20px 20px 40px;
	width: 410px;
	height: 67px;
	margin: 0 auto;
	top: 673px;
	background: url(../images/zurueck_button.jpg) no-repeat left top;
	position: absolute;
	left: 280px;
	overflow: hidden;
}
#zurueck a {
	font:20px Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color:#fff;
	text-decoration:none;
}
#zurueck a:hover {
	text-decoration: underline;
}
#zurueck a:visited {
	color:#fff;
}
#textfeld {
	width: 430px;
	height: 214px;
	margin: 30px 10px 10px 30px;
}
#textfeld a {
	color:#fff;
	text-decoration:none;
}
#textfeld a:hover {
	color:#fff;
	text-decoration: underline;
}
#textfeld a:visited {
	color:#fff;
}
/* menu */
ul#menu {
	list-style: none;
	color: #fff;
	margin: 2em;
	padding: 0;
}
ul#menu li a {
	line-height: 46pt;
	color: #fff;
	font-size: 24pt;
	text-decoration: none;
	padding-left: 24pt;
}
ul#menu li a#film:hover {
	background: transparent url(../images/hover_film.png) no-repeat left center;
}
ul#menu li a#download:hover {
	background: transparent url(../images/hover_download.png) no-repeat left center;
}
ul#menu li a#contact:hover {
	background: transparent url(../images/hover_contact.png) no-repeat left center;
}
/* footer */
#footer {
	text-align: right;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 670px;
	right: 128px;
	font-size: 10pt;
}
#footer ul li {
	color: #fff;
	float: left;
	margin-right: .2em;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
