/* CSS für Förderverein */
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFC;
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.oneColFixCtrHdr_startseite {
	background-color: #00923F;
}
html {
	height: 101%;
}
.oneColFixCtrHdr #container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #container_startseite {
	width: 800px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.oneColFixCtrHdr #ebene2{
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 40px;
	margin-top: 30px;
}
.oneColFixCtrHdr #logo {
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 175px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.oneColFixCtrHdr #mainContent {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 75px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.oneColFixCtrHdr #container #header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.splitright {
	width: 46%;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
}

.splitleft {
	width: 46%;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	color: #363636;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 130%;
	color: #363636;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;
	color: #363636;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #363636;
	padding-bottom: 10px;
}
#container_startseite h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	color: #FFF100;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container p a {
	color: #333;
}
.oneColFixCtrHdr #container #mainContent table tr td a {
	color: #333;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header #ebene2 h3 a {
	color: #000;
	text-decoration: none;
}
#back {
	width: 100px;
	height: 75px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}.oneColFixCtrHdr #container #header #logo #back img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #footer #back a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent img {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
}
.oneColFixCtrHdr .splitleft p img {
	padding: 5px;
	border: 1px solid #000;
	margin: 5px;
}
.oneColFixCtrHdr .splitright p img {
	padding: 5px;
	border: 1px solid #000;
	margin: 5px;
}
hr {
	color:#000;
	width: 100%;
}

blockquote {
	color:#333;
	letter-spacing:0.1em;
	margin-top:10px;
	margin-bottom:10px;
	padding:6px;
	margin-left: 20px;
	margin-right: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #363636;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #363636;
	border-right-color: #363636;
	border-bottom-color: #363636;
}
.oneColFixCtrHdr #container #mainContent h1 a {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #vlightbox a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent ul {
	padding-left: 40px;
}
.oneColFixCtrHdr #container #mainContent ul li a {
	color: #000;
}
