@charset "utf-8";
html, body {
  height:100%;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FFF;
}
.twoColFixLtHdr #container {
	width: 865px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  min-height:100%;
  height: auto !important;
  height: 100%;
  position:relative;
}

.twoColFixLtHdr #header {
	padding: 0;
  position:relative;
  height:170px;
}


.twoColFixLtHdr #header #logo {
  padding:0;
  position:absolute;
  left:30px;
  top:50px;
}

 
.twoColFixLtHdr #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: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
  margin-bottom:20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	/*margin-left: 250px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  font-family:Helvetica;
  color:#6e6350;
  font-size:9.5pt;
  float:right;
  width:630px;
} 
.twoColFixLtHdr #footer {
  position:absolute;
  bottom: 0;
  width:865px;
	padding: 0;
} 
.twoColFixLtHdr #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. */
	color: #808080;
	font-size: xx-small;
	text-align: center;
	background-color: #FFF;
}
.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;
}


/* cms by jimmy */
div.cmsnav {
  width:170px;
  padding-right:15px;
  border-right-style:solid;
  border-right-width:2px;
  border-right-color:#AA3F00;
}

a.CGNav1 {
  display:block;
  font-family:'century gothic',verdana,arial,helvetica,sans-serif;
/*  font-size:11.5px; */
  font-size:12.5px;
  text-align:right;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  color:#6e6350;
}

a.CGNav1:hover {
  font-style:italic;
}

a.CGNav1_selected {
  display:block;
  font-family:'century gothic',verdana,arial,helvetica,sans-serif;
/*  font-size:11.5px;*/
  font-size:12.5px;
  text-align:right;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  color:#ce7019;
  font-weight:bold;
  font-style:italic;
}

a.CGNav2 {
  display:block;
  font-family:helvetica,sans-serif;
/* font-size:10px; */
  font-size:11px;
  text-align:right;
  padding-top:4px;
  padding-bottom:4px;
  text-decoration:none;
/*  color:#999e8e;*/
  color:#6e6350;
}

a.CGNav2:hover {
  font-style:italic;
}

a.CGNav2_selected {
  display:block;
  font-family:helvetica,sans-serif;
/* font-size:10px; */
  font-size:11px;
  text-align:right;
  padding-top:4px;
  padding-bottom:4px;
  text-decoration:none;
  color:#eaa76b;
  font-weight:bold;
  font-style:italic;

}

