@charset "utf-8";
body {
	background-color: #000000;
}
#fusszeile {
	width: 711px;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}
#fusszeile a {
	color: #cccccc;
	text-decoration:none;
	border-bottom: 1px solid #555555;
}
#fusszeile a:hover {
	border-bottom: 1px solid #ffcc00;
}

