body {
	background-color: #66FF66;
	width: 1000px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
.menue {
	width: 17%;
	float: left;
	text-align: left;
	background-color: #00FF66;
	font-size: 75%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.menue a:link 
{
	color: #0000CC;
}
.menue a:visited 
{
	color: #0066FF;
	text-decoration: none;
}
.menue a:hover 
{
	text-decoration: none;
	color: #CCFF00;
	background-color: #003300;
}
.menue a:active 
{
	text-decoration: none;
	color: #FF0000;
	background-color: #003300;
}.links {
	float: left;
	margin-right: 1em;
}
.rechts {
	float: right;
	clear: right;
	margin-left: 1em;
}
.beschr {
	padding: 10px;
	width: 98%;
}
.bild {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #003300;
	margin: 5px;
	float: left;
}
.inhalt {
	width: 82%;
	float: left;
}

