@charset "utf-8";
body {
	text-align: center;
	color: #000000;
	background-color: #81BD73;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 10;
	padding: 0;
}
#mainContent td {
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 8px;
}

#container {
	width: 938px;
	text-align: left;
	background-color: #00AD35;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
	border: 2px solid #FFFFFF;
	display: block;
}
#header {
	background-color: #0E4236;
	display: block;
	height: 235px;
	width: 938px;

}
#header   h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0;
	clear: both;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menue {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#menue  .links a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
}
#menue .links a:hover {
	color: #0E4236;
	text-decoration: underline;
}
#menue a {
	color: #FFFFFF;
}



#mainContent {
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50;
	padding-left: 0px;
	display: block;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50;
	margin-left: 0;
}
#mainContent h1 {
	font-size: 22px;
	color: #0E4236;
}
#mainContent h2 {
	font-size: 16px;
	color: #FFFFFF;
}
#mainContent   li, #mainContent  p, #menue p {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
#menue .links {
}

#mainContent ul {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#mainContent li {
	margin-bottom: 8px;
}
small  a {
	color: #FFFFFF;
	font-size: 12px;
}
#mainContent iframe {
	border: 1px solid #FFFFFF;
}




.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clear { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainContent a {
	color: #0E4236;
}
#mainContent  .GelberLink a {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.Galerie {
	display: block;
}
#container #mainContent .Galerie img {
	border: 2px solid #0E4236;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table td {
border: 1px solid #fff !important;
padding: 6px;
margin: 0;
}