/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	}
#sandbox {
	width:925px;
	margin:auto;
	text-align:left;
	}
img {
	border:none;
	}
.clear {
	clear:both;
	}
#head {
	height:80px;
	}
#logo {
	float:left;
}
#navigation ul {
	padding:45px 0px 0px 0px;
	list-style-type:none;
	float:right;
	}
#navigation li {
	display:inline;
	color:#FFFFFF;
	}
.home #navigation li,
.trailer #navigation li {
	color:#999999;
	}
#navigation li a {
	text-decoration:none;
	color:#FFFFFF;
	}
.home #navigation li a,
.trailer #navigation li a {
	color:#999999;
	}
#navigation li a.hi {
	color:#999999;
	}
.home #navigation li a.hi,
.trailer #navigation li a.hi {
	color:#666666;
	}
#navigation li a:hover {
	color:#DF0404;
	}
#main {
	background-image:url(images/main_bg.jpg);
	background-repeat:no-repeat;
}
.home #main,
.trailer #main {
	background-image:url(images/main_bg_lo.jpg);
	background-repeat:no-repeat;
}
#leftimage {
	float:left;
	width:225px;
	padding-bottom:575px;
	}
#rightimage {
	float:right;
	width:225px;
	padding-bottom:575px;
	}
#reader {
	width:475px;
	background-color:#FFFFFF;
	float:left;
	background-image:url(images/textende.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:125px;
	font-size:13px;
	line-height:17px;
	}
.home #reader {
	background-image:url(images/textende_lo.gif);
	}
#reader .content {
	padding:30px 25px 15px 25px;
	}
#reader .trailerview {
	padding:20px;
	background-color:#000000;
	color:#FFFFFF;
	background-image:url(images/bg_trailer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:800px;
	}
#reader .trailerview p {
	padding:0px;
	}

/*Textformatierungen*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DF0404;
	font-size:25px;
	/*text-transform:uppercase;*/
	margin:0px;
	padding:0px 0px 20px 0px;
	}
h2 {
	font-size:18px;
	margin:0px;
	padding:10px 0px 0px 20px;
	}
p {
	margin:0px;
	padding:10px 0px 5px 20px;
	}
.findersection p {
	margin:0px;
	padding:8px 0px 0px 20px;
	}
.findersection p.between {
	margin:0px;
	padding:20px 0px 0px 0px;
	}
p a {
	text-decoration:underline;
	color:#333333;
	}
p.title {
	padding:10px 0px 0px 10px;
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
	font-weight:bold;
	}
.imagelistitem {
	padding:0px 0px 10px 0px;
}
.imagelistitem .imageinfo {
	padding:5px 0px 0px 0px;
}
.imagelistitem .imageinfo a {
	text-decoration:underline;
	color:#333333;
}
