@charset "utf-8";
body  {
	font: 16px Times New Roman; 
	background: #CCCCCC;
	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;
}

<!--
a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #0FF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
-->

.s_h1 {
 font-family: times new roman;
 font-size: 22px;
 font-style: normal;
 font-weight: bold;
 color: #FFFFFF;
} 

.s_h1_c {
 font-family: times new roman;
 font-size: 32px;
 font-style: normal;
 font-weight: bolder;
 color: #FFFFFF;
} 

.s_h2 {
 font-family: times new roman;
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
 color: #FFFFFF;
} 

.s_h2_1 {
 font-family: times new roman;
 font-size: 18px;
 font-style: normal;
 font-weight: bold;
 text-align: justify;
 text-decoration: none;
 color: #FFFFFF;
} 

.s_h3 {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 text-decoration: underline;
 color: #FFFFFF;
} 

.s_h4 {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 color: #FFFFFF;
} 

.s_h4_gal_ {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 color: #FF0000;
} 
.s_h4_ba_ {
 font-family: times new roman;
 font-size: 22px;
 font-style: normal;
 font-weight: bold;
 color: #0FF;
} 
.s_h4_ba_2 {
 font-family: times new roman;
 font-size: 22px;
 font-style: normal;
 font-weight: bold;
 color: #FF0000;
} 
.s_h5 {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 color: #FFFFFF;
} 

.s_h6 {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 text-align: justify;
 color: #FFFFFF;
} 

.s_h7 {
 font-family: times new roman;
 font-size: 16px;
 font-style: normal;
 font-weight: bold;
 text-align: justify;
 color: #FFFFFF;
} 

.oneColFixCtr #container {
	position: relative;
	top: 20px; 
	width: 810px;  /* 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: #2410D2;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 5px solid #999999;
	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. */
}