@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	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: #261E17;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f2e9;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #f2f2e9;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #862135;
	border-left-color: #862135;
}
.oneColFixCtrHdr #header {
	background-color: #862135;
	text-align: center;
	height: 245px;
	padding-top: 5px;
	padding-bottom: 0;
	color: #FFF;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #f2f2e9;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #862135;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
.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. */
	text-align: center;
}
.bild-mittig {
	text-align: center;
}
.bild-links {
	text-align: left;
	width: 114px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	clear: left;
	padding-bottom: 0px;
}
.bild-rechts {
	text-align: right;
	width: 400px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	clear: left;
	padding-bottom: 0px;
	margin-right: 15px;
	height: 267px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.bild-therapie {
	text-align: right;
	width: 300px;
	float: left;
	clear: left;
	height: 400px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.h1 {
	text-align: center;
	font-size: 20px;
	display: list-item;
	list-style-type: none;
}
.h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.h3 {
	text-align: left;
	font-size: 20px;
	display: list-item;
	list-style-type: none;
}
.bild-rechts2 {
	text-align: center;
	list-style-type: none;
	overflow: visible;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 15px;
}
.bild-links2 {
	text-align: left;
	list-style-type: none;
	overflow: visible;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 15px;
}
.klein {
	text-align: center;
	font-size: 10px;
	display: list-item;
	list-style-type: none;
	font-weight: normal;
}

