html {
	width:100%;
	height:100%;
}

body {
	height:100%;
	background-color:#000000;
	text-align:center;
	margin:0;
	padding:0;
}

#zentrierer {
	position:relative;
	height:50%;
	width:1px;
}

#container {
	position:relative;
	width:100%;
	height:400px;
	background-color:#191919;
	clear:left;
	margin-top:-220px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#logo {
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:540px;
	background-image:url(grafiken/logo_intro_11.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	height:400px;
}

#slider {
	position:relative;
	float:right;
	width:136px;
	top:401px;
	font-family:'Lucida Grande', Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:rgba(0,0,0,0.00);
	height:22px;
	line-height:30px;
	font-weight:bold;
	border-left:1px solid #D32725;
	border-right:1px solid #D32725;
}

#slider a {
	text-decoration:inherit;
	color:#999999;
}

#slider a:hover {
	text-decoration:inherit;
	color:#D32725;
}

#email {
	position:relative;
	float:right;
	width:136px;
	top:401px;
	height:22px;
	font-family:'Lucida Grande', Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	border-right:1px solid #D32725;
}

#email a {
	text-decoration:inherit;
	color:#999999;
}

#email a:hover {
	text-decoration:inherit;
	color:#D32725;
}

