html, body { height: 100%; }

body { 
	background-color: #264f7a;
	color: rgb(255,255,255);
	font-family: Arial;
	font-size: 100.01%;
	text-align: center; 
}

#layout { 
	position:relative;
	text-align: left;
	width: 850px;	
	min-height: 100%;
	height: auto !important;
	height: 80%;
	margin: 0 auto -20px;
	padding:0;
}

.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

#Tabelle_01 {
 	width:783px;
	height:422px
	border:0;
	margin: 30px 0 0 0;
	padding:0;
	border-collapse:collapse;
}

#Tabelle_01 tr, #Tabelle_01 td{
	padding:0;
	margin:0;
}

#hintergrund {
	position: relative;
	z-index: 1;
}

* html #displays {left: -50px;}

#displays {
	position: absolute;
	top: 360px;
	left:0;
	z-index: 2;
	width: 880px;
	height: 205px;
}

.display {
	position: relative;
	float: left;
	background-image: url(images/index_display2.gif);
	background-repeat: no-repeat;
	z-index: 3;
	width: 192px;
	height: 205px;
	margin:  0 10px 0 0;
	padding: 0 0 0 0;
}

.display p {
	width:162px;
	font-size: 0.75em;
	color: white;
	margin: 0 0 5px 20px;
	padding: 0;
}

.display p.headline {
	margin: 20px 0 5px 20px;
	font-size: 0.9em;
	color: #BF0000;
	font-weight: bold;
	line-height: 1em;
}
