@charset "utf-8";

#footer {
        width: 1016px;
	height: 50px; 
	padding-bottom: 22px; 	
        margin: 0 auto;
	background: url(img/footer_bg.png) top center no-repeat; 
	_background: url(img/footer_bg.gif) top center no-repeat;  /* IE6 Hack */
	color: #fff;
}

#footer a#imprint {
	float: left;
	margin-left: 70px;
}

#footer a#datenschutz {
	float: left;
	margin-left: 28px;
}

#footer a#www {
	float: right;
	margin-right: 70px;
}

#footer a {
	color: #fff;
	margin-top: 20px;
}