@charset "utf-8";
/* CSS Document */

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #c5c6ca;
    margin: 0 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    padding: 0 0px;
    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;
}
#mainContainer {
	position: static;
    width: 1003px;  /* 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: #c5c6ca;
    margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    border: none;
    text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 0 0px;
}
#pixelContainer {
	position: static;
	width: 1003px;
	height: 1000px;
    padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	margin: 0 0px;
}
#textBereich {
	display: block;
	width: 640px;
	position: relative;
	padding: 0 0px;
	margin-top: -625px;
	margin-left: 295px;
	z-index: 1;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
#textBereich h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
}
#textBereich h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
#textBereich h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
#textBereich table {
	margin-bottom: 20px;
}
#textBereich table td { 
	margin: 0 0px;
	padding: 0 0px;
	vertical-align: top;
}
#textBereich p {
	margin-top: 0px;
}
#textBereich img {
	margin-right: 10px;
	margin-top: 0px;
}
#textBereich ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#textBereich li {
	list-style-type: disc;
	margin-top: 0px;
	margin-left: -25px;
	margin-bottom: 0px;
}
.zwischenZeile { 
	border-bottom-color: #253a67;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0px;
}
#textBereich a:link {
	color: #000;
	text-decoration: none;
}
#textBereich a:visited {
	color: #000;
}
#textBereich a:hover {
	color: #000;
}
#textBereich a:active {
	color: #000;
}
