@charset "UTF-8";
body  {
	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: #663;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f7f7e0;
	font-weight: normal;
}
.thrColFixHdr #container {
	width: 950px;
	/* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	background-color: #caca94;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	top: 7px;
	left: 244px;
	border: 20px solid #FFF;
} 
.thrColFixHdr #header {
	background-color: #caca94;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	width: 950px;
} 
.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-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #663;
	height: 80px;
	width: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 95px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 12px;
	color: #663;
	background-color: #caca94;
	padding: 8px;
	border: thin dotted #f7f7e0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 175px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 11px;
	color: #663;
	background-color: #caca94;
	border: thin dotted #f7f7e0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.thrColFixHdr #mainContent {
	background-color: #FFF;
	color: #663;
	width: 700px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	height: auto;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #663;
	border-right-color: #663;
	border-bottom-color: #663;
	border-left-color: #663;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: bold;
	float: none;
} 
.thrColFixHdr #footer {
	color: #600;
	background-color: #636347;
	height: auto;
	padding: 8;
	margin-top: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #f7f7e0;
	border-right-color: #f7f7e0;
	border-bottom-color: #f7f7e0;
	border-left-color: #f7f7e0;
	margin-bottom: 10px;
} 
.thrColFixHdr #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. */
	font-size: 9px;
	color: #600;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #636347;
	background-color: #636347;
	text-align: center;
}
.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;
}.thrColFixHdr #container #header p {
	font-size: 12pt;
	background-color: #F7f7e0;
	color: #f7f7e0;
}
.Uberschrift1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #660;
}
.thrColFixHdr #container #mainContent p {
	font-size: 8px;
	text-align: left;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p {
	text-align: center;
}
.thrColFixHdr #container #mainContent p {
	font-size: 10px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	width: 495px;
	border: thin none #ece6da;
	background-color: #FFF;
}
.mittig {
	text-align: center;
	margin: 5px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent table tr td {
	font-size: 9px;
	width: 500px;
}
.thrColFixHdr #container #mainContent p strong {
	font-weight: normal;
	font-size: 12px;
}
.thrColFixHdr #container #sidebar2 p strong {
	font-size: 11px;
}
.thrColFixHdr #container #mainContent {
	font-weight: normal;
	background-color: #f7f7e0;
	width: 500px;
	margin-top: 4px;
	text-align: justify;
	white-space: normal;
	display: block;
	border: thin dotted #660;
	padding: 6px;
	margin-bottom: 4px;
}
.thrColFixHdr #container #mainContent {
	width: 620px;
	background-color: #FFF;
	text-align: center;
	font-size: 10px;
}
.thrColFixHdr #container #sidebar2 p {
}
.thrColFixHdr #container #mainContent p {
	text-align: left;
	font-size: 10px;
}
.thrColFixHdr #container #mainContent p .mittig {
	text-align: center;
}
.thrColFixHdr #container #mainContent p .mittig {
	text-align: center;
}
.thrColFixHdr #container #mainContent p .mittig {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.thrColFixHdr #container #mainContent p .mittig strong {
	font-size: 10px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 12px;
	text-align: right;
}
.thrColFixHdr #container #mainContent p .Uberschrift1 {
	text-align: center;
}
.thrColFixHdr #container #mainContent h2 {
	text-align: center;
}
.thrColFixHdr #container #mainContent p {
	font-size: 9px;
}
.thrColFixHdr #container #mainContent p {
	text-align: left;
}
.thrColFixHdr #container #mainContent p {
	font-size: 10px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 12px;
	width: 600px;
}
.thrColFixHdr #container #mainContent p .mittig {
	font-size: 10px;
}
