body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #203164;
	font-size: 85%;
}
html {
	height: 101%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #FFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #DEE0E7;
	background-image: url(../images/background_4.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 300px;
}
.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;
}
.oneColFixCtrHdr #navigation {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#3A4E80;
}
.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: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

.oneColFixCtrHdr #container #navigation h1 {
	color: #EE7F00;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 160%;
	font-weight: bold;
	color: #F29A39;
}
.oneColFixCtrHdr #container #footer p {
	color: #CCC;
	font-size: 80%;
}
.oneColFixCtrHdr #container #footer p a {
	color: #F3A54E;
	text-decoration:none;
}

/*- Menu Tabs  */ 

 #tabs12 {
	float:right;
	width:100%;
	font-size:95%;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
      }
    #tabs12 ul {
	margin:0;
	padding:10px 10px 0 220px;
	list-style:none;
      }
    #tabs12 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs12 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs12 a span {
	float:left;
	display:block;
	color:#000;
	background-color: #EE7F00;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs12 a:hover span {
	color:#333;
      }
    #tabs12 a:hover {
      background-position:0% -42px;
      }
    #tabs12 a:hover span {
      background-position:100% -42px;
      }   
/*- Ende Menu Tabs  */ 
.oneColFixCtrHdr #container #mainContent p img {
	border: 1px solid #203164;
	padding: 5px;
	margin: 5px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	color: #F09B3E;
	font-weight: bold;
	font-size: 125%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F09B3E;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #container #mainContent p a {
	color: #333;
}
.oneColFixCtrHdr #container #mainContent p .borderless {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent hr {
	color: #F09B3E;
}
.oneColFixCtrHdr #container #mainContent h3 a {
	color: #F60;
}
.oneColFixCtrHdr #container #mainContent h2 a img {
	border: 1px solid #333;
}

