body {
	max-width: 1024px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../bilder/hintergrund.gif);
	font-family: Verdana, Arial, sans-serif;
}
#kopf {
	height: 80px;
	padding: 0px;
	margin: 0px;
	background-image: url(../bilder/berlin.gif);
	background-repeat: repeat-x;
}
#inhalt {
	width: auto;
	margin: 10px 30px;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #7F7F7F;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #7F7F7F;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #21612D;
	color: #fff;
}
h1 {
	color: #f00;
	text-align: center;
}
h2, h3 {
	color: #21612D;
}
p {
	line-height: 140%;
	font-size: 12px;
}
.stauf {
	font-size: 105%;
	color: #21612D;
	font-weight: bold;
}
.wichtig {
	font-weight: bold;
	color: #f00;
}
.sonder {
	font-size: 110%;
	font-weight: bold;
	color: #f00;
}
.anker {
	text-align: center;
	font-size: 10px;
}
.anker a {
	text-decoration: none;
	border: 0px;
	margin-bottom: 0px;
}
#menue {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#aktiv {
	font-size: 10px;
	color: #8B0000;
	text-decoration: none;
	border: 0px;
}
#passiv {
	font-size: 10px;
}
#passiv a {
	color: #21612D;
	text-decoration: none;
	border: 0px;
}
#text {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
div table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


