html, body {
	width:100%;
	/* Wenn height auch auf 100% ist, geht die Seite ueber den unteren Rand. */
	height:100%;
	/*overflow:hidden;*/ 
}

body {
	background-color: #660000;
}

.alles {
	position:relative;
	width:100%;
	height:100%;
	width:986px;
	height:1024px;
	margin:0 auto;
}

#background {
	position:absolute;
	z-index:1;
}

.webseite {
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;
}
 
#blackbarleft {
	position:absolute;
	top:66px;
	right:948px;
	overflow:hidden;
	background-color: #1a171b;
	width:9999px;
	height:27px;
}

#logo{
	position:absolute;
	top:54px;
	left:46px;
	background: url('../img/logo-trans.png') no-repeat;
	width:213px;
	height:55px;
}

#blackbarright {
	position:absolute;
	top:66px;
	left:266px;
	background-color: #1a171b;
	width:70px;
	height:27px;
}

#redbar {
	position:absolute;
	top:66px;
	left:342px;
	background-color: #660000;
	width:95px;
	height:27px;
}

#bottom-line {
	position: absolute;
	left: 266px;
	top: 977px;
}
#bottom-line a {
	color: #fff;
	text-decoration: none;
}
#bottom-line a:hover {text-decoration: underline;}
