body {
	background-image: url(background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
}
#logo_container {
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 136px;
	width: 1000px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#logo_tabelle {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	padding-top: 6px;
}
#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	left: auto;
	right: auto;
}

