@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: #000;
	font-family: Arial;
	font-size: 12px;
	line-height: 5mm;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1px;
	background-color: #999;
	
}
.oneColFixCtr #container {
	width: 900px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFDFA;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #FFFDFA;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}
.oneColFixCtr #mainContent {
	padding: 0px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.H1-klein {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 0em;
}
.H1-kleiner {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	line-height: 5mm;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1px;
	display: inline;
	text-align: left;
}
.H1-klein-mitte {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.h2-klein {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	display: inline;
}
.headline {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	display: inline;
	text-align: left;
}
.headline-schwarz {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: inline;
	text-align: left;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
a {
	font-weight: bold;
	color: #620000;
	font-family: Arial;
	letter-spacing: 0.1px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #620000;
	font-family: Arial;
	letter-spacing: 0.1px;
	text-align: center;
}
a:hover {
	color: #F00;
	text-decoration: underline;
	font-family: Arial;
	letter-spacing: 0.1px;
	text-align: center;
}
a.kleiner {
	color: #666;
	font-family: Arial;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a.kleiner:link {
	color: #666;
	font-family: Arial;
	letter-spacing: 0px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a.kleiner:hover {
	color: #F00;
	text-align: center;
}
a.kleiner:visited {
	color: #60F;
	text-align: center;
}

.table-abstabd {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fett {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
}
.fetter {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: normal;
	line-height: 120%;
	color: #666;
}
#erster {
	text-align: center;
	z-index: -1;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Fusszeile {
	background-color: #E6E6E6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
tr {
	text-align: center;
}
#textmitte {
	text-align: center;
}
#td {
	text-align: right;
}
#Text1 {
	background-color: #CCC;
	padding: 20px;
}
.text-hell {
	padding: 20px;
	background-color: #F6F6F6;
	text-align: left;
}
.text-neutral {
	text-align: left;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.textdunkel {
	background-color: #DCDCDC;
	padding: 20px;
	text-align: left;
}
.text-hell2 {
	background-color: #FFFDFA;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}
.textdunkel2 {
	background-color: #DCDCDC;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
}
.text-hell3 {
	background-color: #FFFDFA;
	padding-top: 20px;
	padding-bottom: 20px;
}
.textdunkel3 {
	background-color: #DCDCDC;
	padding: 20px;
	text-align: center;
}
.mittig-hell {
	padding: 20px;
	text-align: center;
}
.textdunkel4 {
	background-color: #DCDCDC;
	padding: 10px 25px;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}
.oneColFixCtr #container #mainContent table tr td p {
	font-family: Arial;
	font-size: 14px;
}
