@charset "utf-8";
body {
    	font: 100% Arial, Helvetica, sans-serif;
    	background: #666666;
    	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;
    }
    .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: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 0px solid #000000;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtr #mainContent {
    	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    }
	
	ul {
	margin-top:2px;
	}
		li {
	margin-top:3px;
	}
	


a.fs:link { color:#fff; text-decoration:underline; }
a.fs:visited { color:#cccccc; text-decoration:underline; }
a.fs:active { color:#cccccc; text-decoration:none; }
a.fs:hover { color:#ccc; text-decoration:underline; }

body,td,th {
	font-size: 12px;
}
body {
	background-color: #FFF;
	margin-top: 2px;
}
a:link {
	color: #287c00;
	text-decoration: none;
}
a:visited {
	color: #287c00;
	text-decoration: none;
}
a:hover {
	color: #287c00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #287c00;
}

.Stil6 {
	color: #CCCCCC;
	font-size: 10px;
}
.Stil8 {
	font-size: 14px;
	font-weight: bold;
	color: #0858F1;
}
.Stil10 {
	color: #666465;
	font-weight: bold;
}
.Stil12 {
	font-size: 12px;
	color: #FFFFFF;
}
.Stil13 {color: #666666}
.Stil14 {color: #0052FA}
.Stil16 {
	color: #FFFFFF;
	font-size: 11px;
}