body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #66CC33;	
}
.Stil1 {font-size: small}
.Stil4 {
	font-size: x-large;
	font-weight: bold;
}
.Stil5 {
	font-size: small;
	font-weight: bold;
}
#menue{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 171px;
	height : auto;
	margin-left: -450px;
	border:none;
	background-color: #FF9900;
	border:solid #000000;
}
#submenue{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 583px;
	height : 111px;
	margin-left: -214px;
	border:none;
	background-color: #FF9900;
	border:solid #000000;
}
#content{
	position: absolute;
	top: 129px;
	left: 50%;
	width: 583px;
	height : auto;
	margin-left: -214px;
	border:none;
	background-color: #FF9900;
	border:solid #000000;
}
#sponsor{
    text-align:center;
	position: absolute;
	top: 5px;
	left: 50%;
	width: 140px;
	height : auto;
	margin-left: 380px;
	border:none;
	background-color: #FF9900;
	border:solid #000000;
}



a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}