/* CSS Document */
/* 
Background-color:
 */
	
/*Hier legen wir die Hintergrundfarbe als auch die Schriftart, -farbe und -größe der Seite fest*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
	margin:0px;
	padding:0px;
	text-align:center;
	z-index: 1;
}

#main-box {
	margin: 0px auto;
	text-align: center;
	width: 1024px;
	height: 728px;
}

#header_left {
	float: left;
	height:264px;
	width: 400px;
	z-index: 3;
}

#header_right {
	float: right;
	height:264px;
	width: 400px;
	z-index: 4;
}

#center_spacer {
	float: left;
	width: 1024px;
	height: 200px;
	z-index: 5;
}

#left_bottom {
	float: left;
	width: 400px;
	height: 264px;
	z-index: 6;
}

#right_bottom {
	float: right;
	width: 400px;
	height: 264px;
	z-index: 7;
}

#zeitspur {
	margin: 0px auto;
	text-align: center;
	background-color: Blue;
	width: 600px;
	height: 500px;
	z-index: 10;
}

.img_ie {
	display: block;
	border: none;
}

.no_border {
	border: none;
}