@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #787772;
	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;
}
.twoColFixLt #container {
	width: 800px;  /* 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. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

.twoColFixLt #menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DCC39E;
	background-color: #4C5258;
	margin: auto;
	padding: 6px;
	text-align: center;
	letter-spacing: 1px;
}
hr {
	width: 100%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #4C5258;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #4C5258;
}
a:hover {
	color: #808A94;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #4C5258;
}


#menu a:link {
	color: #DCC39E;
	text-decoration: none;
}
#menu a:visited {
	color: #DCC39E;
	text-decoration: none;
}

#menu a:hover {
	color: #E0DFD8;
	text-decoration: none;
}

#menu a:aktive {
	color: #DCC39E;
	text-decoration: none;
}


.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 186px; /* 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. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px!important;
	font-weight: bold;
	font-color: #808A94;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	line-height: 20px;
}



.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
} 
.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;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px!important;
	font-weight: bold;
	color: #4C5257;
	line-height: 20px;
	margin-bottom: 0px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px!important;
	font-weight: bold;
	color: #4C5257;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 34px;
}

h3 {
	margin: auto;
	line-height: 20px;
	font-size: 12px;
	color: #4C5257;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C5258;
	background-color: #FFFFFF;
	padding: auto;
	line-height: 16px;
	font-size: 10px;
	margin: auto;
}




.twoColFixLt #menufoot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #DCC39E;
	background-color: #4C5258;
	margin: auto;
	padding: 6px 20px 6px 6px;
	text-align: right;
}

#menufoot a:link {
	color: #DCC39E;
	text-decoration: none;
}
#menufoot a:visited {
	color: #DCC39E;
	text-decoration: none;
}

#menufoot a:hover {
	color: #E0DFD8;
	text-decoration: none;
}

#menufoot a:aktive {
	color: #DCC39E;
	text-decoration: none;
}

.activ {
	color: #E0DFD8;
}

.subline {
	margin: auto;
	line-height: 20px;
	font-size: 12px;
	color: #4C5257;
}
.titleimg {
	margin-right: 20px;
}

ol,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C5258;
	background-color: #FFFFFF;
	line-height: 16px;
	font-size: 10px;
	text-indent: -28px;
	list-style-position: inside;
	list-style-type: none;
	padding-bottom: 10px;
	margin: auto;
	
}