body {
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background: #011919;
}
div, p, td{
	font-family: Arial, Verdana, sans-serif;
}
a{
	text-decoration: none;
	color: white;
}
img{
	border: 0px;
}
#header{
	margin: 30px 30px 0px;
}

#menu{
	margin-left: 270px;
	font: .7em Arial;
	margin-bottom: 5px;
}
#menu a{
	padding-right: 35px;	
}

#title{
	font: 2.5em Arial;
	width: 400px;
	height: 50px;
}
#subtitle{
	position: relative;
	top: 10px;
	margin: 10px 0 0 0;
	font: .70em Arial;
	text-indent: 60px;
}
#subtitle span.tb{
	font-size: smaller;
}
#subtitle span.auftrag{
	display: block;
	width: 250px;
}

#details{
	position: relative;
	left: 425px;
	font-size: 0.4em;
	top: -50px;
}

#main{
	margin: 30px 0px 0px;		
}

#screens{
	position: absolute;
	top: 130px;
	left: 270px;
	width: 470px;
	height: 420px;
	background-color: transparent;
	background-attachment: no-repeat;
	background-image: url('../images/pp3/bg-pp3.jpg');
}

#screens a img{
	padding-right: 5px;
	float: left;	
}

#screens a.link{
	position: absolute;
	display: block;	
	z-index: 5;
	border: none;
}
#screens a.link:hover{
	border: 1px solid red;
}	

#tagline{
	position: absolute;
	top: 65px;
	left: 450px;
	width: 300px;	
	z-index: 4;
	font-size: 1em;
	font-variant: small-caps;
	font-family: fantasy;
}
#sidebar{
	width: 260px;
	float: left;	
}
#mov{
	height: 150px;
	width: 270px;
	position: relative;
	left: 90px;
	top: 55px;
}

#season-selector{
	position: relative;
	width: 270px;
	height: 240px;
}
#season-selector a{
	position: absolute;
	z-index: 3;
}

#pp1 {
	top: 15px;
	left: 70px;
}

#pp2 {
	top: 130px;
	left: 50px;
}

#page-text{
	display: none;
}

