@charset "utf-8";
body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
		 scrollbar-base-color:#144A52;
  scrollbar-3dlight-color:#144A52;
  scrollbar-darkshadow-color:#eeeeee;
  scrollbar-highlight-color:#eeeeee;
  scrollbar-shadow-color:#dddddd;
  scrollbar-arrow-color:#F2D785;
  scrollbar-face-color:#144A52;
  scrollbar-track-color:#F7F0B2;
	
	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-color: #F7F0B2;
	background-image: none;
			
    }
    .thrColFixHdr #container {
	
	 scrollbar-base-color:#144A52;
  scrollbar-3dlight-color:#144A52;
  scrollbar-darkshadow-color:#eeeeee;
  scrollbar-highlight-color:#eeeeee;
  scrollbar-shadow-color:#dddddd;
  scrollbar-arrow-color:#F2D785;
  scrollbar-face-color:#144A52;
  scrollbar-track-color:#F7F0B2;
	
	width: 900px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	background-color: #F7F0B2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
    } 
    .thrColFixHdr #header {
	background-color: #144A52;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	vertical-align: middle;
	background-image: none;
    } 
    .thrColFixHdr #header h1 {
	margin: 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. */
	font-size: 24px;
	font-weight: bold;
	color: #FFFFCC;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
    }

.thrColFixHdr #container #mainContent h2 {
	font-size: 18px;
	font-weight: bold;
	color:#144A52;	
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 12px;
	font-weight: bold;
	color:#144A52;	
}


    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #144A52;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 30px;
	background-image: none;
	background-color: #F2D785;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 12px;
	line-height: 1.5em;
	color: #144A52;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
	height: -100px;
	background-color: #F7F0B2;
    }
    .thrColFixHdr #mainContent {
	font-size: 12px;
	color: #333333;
	line-height: 1.65em;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 10px;
	top: 25px;
	position: relative;
    } 
    .thrColFixHdr #footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
    } 
    .thrColFixHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	color: #144A52;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
a:link {
	font-size: 12px;
	color: #144A52;
}
a:hover {
	font-size: 12px;
	color: #144A52;
}
a:hover {
	font-size: 12px;
	color: #144A52;
}

    .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;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

