@charset "utf-8";
body  {
	background: #dddddd;
	margin: 0;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
    }
	
    .twoColFixRtHdr #container {
	width: 1000px;  /* 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. */
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color:#f7ef76;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
    } 
    .twoColFixRtHdr #header { 
    	
		height:150px; 
    } 
    
    .twoColFixRtHdr #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 277px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #f7ef76;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
    }
    .twoColFixRtHdr #mainContent {
	width: 657px;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#f7ef76;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffcc66;
    } 
    .twoColFixRtHdr #footer { 
    	padding: 0 10px 0 0px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#DDDDDD; 
    } 
    .twoColFixRtHdr #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. */
    }
    .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;
    }.twoColFixRtHdr #container #mainContent h1 {
	font-size: 16pt;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent #newsticker {
	padding-top: 0px;
		
}

.twoColFixRtHdr #container #mainContent #newsticker img {
	
	padding-bottom:5px;	
}
.twoColFixRtHdr #container #mainContent p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	
	font-weight: bold;
	padding-bottom:5px;
}
.twoColFixRtHdr #container #sidebar1 img {
	padding-bottom: 20px;
}
.twoColFixRtHdr #container #sidebar1 p {
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent #newsticker #outer .holder .more a, 
.twoColFixRtHdr #container #mainContent .text a {
	text-decoration: none;
	color: #af0126;
}

.twoColFixRtHdr #container #mainContent #newsticker #outer .holder .more a:hover {
	text-decoration: none;
	color: #009999;
}
.twoColFixRtHdr #container #mainContent .text {
	padding-bottom: 10px;
}
.twoColFixRtHdr #container #mainContent .text h4 {
	font-style: italic;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent .text li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left:50px;
	padding-bottom:3px;
}


.twoColFixRtHdr #container #mainContent .text li ul li{
	list-style-type: circle;
	list-style-position: inside;
		
}
.twoColFixRtHdr #container #mainContent .text h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}



.twoColFixRtHdr #container #mainContent .text h5 {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-top:10px;
}


.twoColFixRtHdr #container #mainContent .text img {
	padding-bottom: 20px;
}
.twoColFixRtHdr #container #mainContent .text strong {
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 #logos {
	
}
.twoColFixRtHdr #container #mainContent .text h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.twoColFixRtHdr #container #sidebar1 a {
	color: #af0126;
}
.twoColFixRtHdr #container #mainContent #hoehe {
	height: 600px;
}
