@charset "UTF-8";
body {
	background-color: #FFFFFF;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

table {
	border-width:0px;
	border-style:none;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

#titelleiste {
	position:absolute;
	left:70px;
	top:72px;
	overflow: visible;
	z-index: 1;
}
#menu {
	position:absolute;
	left:70px;
	top:110px;
	width:250px;
	height:416px;
	overflow: hidden;
	z-index: 5;
}
#descr {
	position: absolute;
	top: 110px;
	left: 350px;
	width: 300px;
	font-size: 11px;
	z-index: 6;	
}
#benny, #chris, #fabian, #wintersong, #thewoods, #danielschmid, #videonoir {
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 7;	
}
#benny {
	top: 0px;	
}
#chris {
	top: 15px;	
}
#fabian {
	top: 30px;	
}
#danielschmid {
	top: 78px;	
}
#wintersong {
	top: 93px;	
}
#videonoir {
	top: 141px;	
}
#thewoods {
	top: 156px;	
}
.titelzeile {
	position: absolute;
}
.subtitel {
	color: #555;
}
.pfeil {
	font-size: 8px;
	color: #555;
	cursor: pointer;	
}
a {
	color: #000000;
	text-decoration: none;
}
.link:hover, .pfeil:hover {
	color: #B00000;
}
a:visited {
	color: #000;
	text-decoration: none;
}