@charset "UTF-8";
body  {
	background: #968688;
	margin: 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. */
	line-height: 22px;
	color: #968688;
	font-family: /*"Bell Gothic Std",*/ Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.thrColFixHdr #container { 
	width: 1024px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium none #968688;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
} 
.thrColFixHdr #header { 
	background-color: #eadfda;
	background-image: url(../images/logo.png);
	background-position: 30px;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 1014px;
	height: 100px;
} 
.thrColFixHdr #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. */
	color: #FFF;
}


.thrColFixHdr #mainContent h3 {
	fontsize: 140%;
	color: #968688;
	font-style: bold;
	}


.thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; /* 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: #fff; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 15px 15px 0;
	border-top-color: eadfda;
	border-right-color: #eadfda;
	border-bottom-color: #eadfda;
	border-left-color: #eadfda;
}
.thrColFixHdr #sidebar2 {
float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 205px; /* 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: #fff; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding-right: 15px;
	padding-top: 50px;
	border-top-color: #eadfda;
	border-right-color: #eadfda;
	border-bottom-color: #eadfda;
	border-left-color: #eadfda;
}

#news {
	margin-bottom: 10px;
	
	}
#aktivbild {
	border: none;
	}

.thrColFixHdr #mainContent {
	margin-top: 50px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 0;;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #968688;
	border-left: 3px solid #eadfda;
	border-right: 3px solid #eadfda; 
} 

.thrColFixHdr #mainContent img {
	padding-bottom: 20px;
}

.eingang {
	font-size: 16px;
	color: #968688;
	text-decoration: none;
	
	}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px;
	background-color: #eadfda;
	font-size: 75%;
	text-decoration: none;
} 
.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;
	text-decoration: none;
	font-size: 100%;
}
.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;
}

.press{
	width: 120px;
	height: 30px;
	font-size: 100%;
	}
.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;
}

.button { 

	background-color:#eadfda; 
	color:#968688; 
	width: 100px; 
	height: 35px;
	text-align: center;
	vertical-align: top;
	font-size: 90%;
	font-weight: inherit;
	border-line: 2px;
	border-color: #968688;
 }

.bereich {
	text-align: left;
	
	}
	
#impressum {
	font-size: 80%;
	text-decoration: none;
	}

.textbox {
	font-size: 80%;
	text-decoration: none;	
	}