@charset "utf-8";
body {
	background-color: #333;
	text-align: center;
}
#container {
	background-color: #333;
	text-align: left;
	width: 990px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content {
	background-color: #666;
	width: 990px;
	text-align: left;
}
#header {
	background-color: #999;
	text-align: left;
	height: 150px;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	background-color: #999;
	text-align: left;
	height: 30px;
	width: 970px;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.weisseschrift {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
#container table {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}
#container table tr th {
	font-size: 24px;
	font-weight: normal;
}
#container table tr td {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#container #footer table {
	font-size: 16px;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}
a:active {
	color: #999;
}
