/*

Sourcecode written by
David Boenig

Contact:
david@martial-design.de
www.martial-design.de

*/


body {
	/* Body Bereich */
	background: #f9f8f8;
}


#footer {
	/* Footer (Ende der Seite) */
	color: 		#f9f8f8;
	position:	relative;  
	margin:		auto;
	width:		980px; 
	height:		25px; 
	z-index:	99;
	
	text-decoration: none;
}


#footer td {
	/* Footer (Spalte) */
	background-color: #c50032;
	
	font-size: 10px;
	font-family: Verdana;
	color: #f9f8f8;
	
	padding: 5px;
	height: 20px;
	width: 326px;
}