.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;
}
.twoColFixLtHdr #container {
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFFFFF;
	z-index: 1;
	width: 930px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
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: #CCCCCC;
}
.twoColFixLtHdr #header {
	height: 120px;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3E3220;
	background-image: url(images/header.jpg);
}
.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: 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: #3E3220;
}
#div_linetop   {
	position: inherit;
	width: 930px;
	height: 12px;
	text-align: center;
	clear: both;
	float: none;
	z-index: auto;
	padding-bottom: 10px;
}
#div_linebottom {
	position: relative;
	width: 930px;
	height: 5px;
	text-align: center;
	float: inherit;
	z-index: auto;
	clear: both;
	top: 2px;
	padding-top: 20px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 380px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	margin: 0;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	top: 10px;
}
.twoColFixLtHdr #mainContent2  {
	float: left;
	width: 650px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	margin: 0;
	padding: 0px;
	height: 335px;
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	top: 50px;
	z-index: 2;
}
.twoColFixLtHdr #mainImage {
	float: left;
	width: 340px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	margin: 0;
	padding: 0px;
	height: 335px;
	background-color: #FFFFFF;
	position: relative;
	left: 30px;
	top: 30px;
	z-index: 3;
}
.twoColFixLtHdr #mainImage2 {
	float: left;
	width: 1px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	clear: none;
	height: 1px;
	background-color: #FFFFFF;
	position: relative;
	left: 1px;
	top: 30px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 350px;
	background-color: #FFFFFF;
	color: #3E3220;
	left: 10px;
	position: relative;
	margin-top: 10px;
}

.twoColFixLtHdr #container #mainContent #ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-position: center;
}
.twoColFixLtHdr #container #mainContent #text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3220;
	text-align: justify;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3220;
	text-align: justify;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}

.twoColFixLtHdr #container #sidebar1 table {
	background-color: #FFFFFF;
	width: 150px;
}

.twoColFixLtHdr #container #sidebar1 td {
	font-size: 14px;
	font-style: normal;
	color: #3E3220;
	height: 30px;
}
.menuHover {
	background-color: #FFF4E6;
	cursor: pointer;
}
.menuselect {
	background-color: #D3C3A0;
}



.twoColFixLtHdr #footer {
	height: 25px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #footer p {
	text-align: center;
	font-size: 11px;
	border-top-width: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 6px;

}

.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;
}
.twoColFixLtHdr  #container   hr  {
	color: #3E3220;
	height: 3px;
	background-color: #59472E;
	width: 905px;
	text-align: center;
}
.twoColFixLtHdr  #container  .line  {
	width: 905px;
	height: 1px;
	
}
#haftung{
	font-size:10px;
	line-height: normal;
	letter-spacing: normal;
}
.twoColFixLtHdr #container #mainContent #text2 #textinhalt {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
}
.Stil_red {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px
}
.Stil_red_big {font-size: 20px}

.SpryHiddenRegion {
	visibility:hidden;
	}

