    body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	background-attachment:fixed;

	
	margin-top: 10px;
    }
    .oneColElsCtr #container {
	width: 900px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #004c90;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
    }
    .oneColElsCtr #mainContent {
padding: 0 0px;

    }
body,td,th {
	font-size: 12px;
	color: #004483;
}
h1 {
font-size: 12px;
font-weight:normal;
}
body,td,th {
	color: #333333;
}

.Stil3 {color: 004c90}
a:link {
	color: #004c90;
	text-decoration: none;
}
a:visited {
	color: #004c90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #004c90;
	text-decoration: none;
}
.Stil1 {
	font-size: 16px;
	font-weight: bold;
}
.Stil2 {font-size: 10px}

