html, body {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
}
#background {
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center bottom;
 background-color: #000000;
}
#container { 
	margin: 40px auto 0 auto;
	width: 950px;
	height: auto;
	position: relative;
}
div {
	font-family:Arial;
	font-size:11px;
	color:#000000;
}
.fusszeile div { 
	margin: 10px auto 0 auto;
	width: 950px;
	height: 30px;
	position: relative;
	text-align:right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.fusszeile a { 
	margin: 10px auto 0 auto;
	width: 950px;
	height: 30px;
	position: relative;
	text-align:right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
}
a:hover {font-weight:bold;}
