/* Browserübergreifende Styles */
* {
	margin:0; 
	padding:0;
}

/* Links */
a:link {text-decoration:none;color:#FFFFFF}
a:visited {text-decoration:none;color:#FFFFFF}
a:hover {text-decoration:none;color:#AFAFAF}
a:active {text-decoration:none;color:#AFAFAF}

/* Elementauszeichnungen */
body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

.topFrame {
	position:absolute;
	top:0px;
	left:0px;
	width:955px;
	height:143px;
	z-index:1;
}

.centerFrame {
	position:absolute;
	top:143px;
	left:0px;
	width:955px;
	height:349px;
	z-index:4;
}

.backg_bottomFrame {
	position:absolute;
	top:492px;
	left:0px;
	width:955px;
	height:108px;
	z-index:5;
}

.bottomFrame {
	position:absolute;
	top:492px;
	left:0px;
	width:955px;
	height:108px;
	z-index:6;
}

#statistik {
	 position:absolute;
	 left:843px;
	 top:28px;
	 width:62px;
	 height:20px;
	 font-size:10px;
	 z-index:19;
}

#statistik a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#statistik a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#statistik a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#statistik a:active {
	text-decoration: none;
	color: #FFFFFF;
}
