@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #F2F6FC;
    	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;
    }
    .oneColFixCtrHdr #container {
    	width: 780px;  /* 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: 1px solid #F06E10;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
    }
    .oneColFixCtrHdr #header {
    	background: url(images/header.jpg); 
    	height:170px;
		padding:0;
	
		background-position:top; 
    	padding: 0 px;  
    }
    .oneColFixCtrHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .oneColFixCtrHdr #mainContent {
    	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    	background: #FFFFFF;
    }
    .oneColFixCtrHdr #footer {
    	padding: 0 10px; 
		max-height: 25px;
    	background:#195FC9;
    }
    .oneColFixCtrHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 5px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
	.footer 
{
	font-size:12px;
	color: FFF;
}
.footer a:link{
   text-decoration: none;
   color: #FFF;
  	font-size: 12px;
   font-weight: bold;
   }
.footer a:visited{
text-decoration: none;
   color: #FFF;
   font-weight: bold;
}
.footer a:hover {   
   text-decoration: none;
   color: #E0718E;
   font-weight: bold;
   }
.footer a:aktive {
text-decoration: none;
   color: #E0718E;
   font-weight: bold;
    }
	
.text {

font-style:normal;
color:#333333;
font-size:13px;
}
.text a:link{
   text-decoration: none;
   color: #195FC9;
  	font-size: 12px;
   font-weight: bold;
}
.text a:visited{
text-decoration: none;
   color: #195FC9;
   font-weight: bold;
}
.text a:hover {   
   text-decoration: none;
   color: #F06E10;
   font-weight: bold;
} 
.text a:aktive {
text-decoration: none;
   color: #F06E10;
   font-weight: bold;
   }
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:18px; color: #195FC9;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:15px; color: #195FC9;}

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
	
.textx {

font-style:normal;
color:#333333;
font-size:13px;
padding-left: 220px;
}
.textx a:link{
   text-decoration: none;
   color: #195FC9;
  	font-size: 12px;
   font-weight: bold;
}
.textx a:visited{
text-decoration: none;
   color: #195FC9;
   font-weight: bold;
}
.textx a:hover {   
   text-decoration: none;
   color: #F06E10;
   font-weight: bold;
} 
.textx a:aktive {
text-decoration: none;
   color: #F06E10;
   font-weight: bold;
   }
   
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:15px; color: #195FC9;padding-left: 220px;}