@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: #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #E5DDD0;
}
.twoColFixLtHdr #container {
	width: 930px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 649px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	color: #A78255;
} 
.twoColFixLtHdr #mainnavi {
	height: 218px;
	min-height: 218px;
	width: 930px;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #mainContent {
	width: 924px;
	height: 353px;
	float: none;
	min-height: 353px;
	position: absolute;
	top: 218px;
	border-right-color: #A48256;
	border-left-color: #A48256;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
}
.twoColFixLtHdr #Bildplatz1 {
	width: 308px;
	height: 332px;
	float: none;
	min-height: 332px;
	position: absolute;
	top: 239px;
	left: 23px;
}
.twoColFixLtHdr #Textplatz1 {
	width: 510px;
	height: 332px;
	float: none;
	min-height: 332px;
	position: absolute;
	top: 237px;
	left: 378px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #SubNavi {
	width: 168px;
	height: 332px;
	float: none;
	min-height: 332px;
	position: absolute;
	top: 239px;
	left: 23px;
}
.twoColFixLtHdr #Bildplatz2 {
	width: 140px;
	height: 332px;
	float: none;
	min-height: 332px;
	position: absolute;
	top: 239px;
	left: 192px;
}
.twoColFixLtHdr #Textplatz2 {
	width: 545px;
	height: 332px;
	float: none;
	min-height: 332px;
	position: absolute;
	top: 230px;
	left: 360px;
	overflow: auto;
}

.twoColFixLtHdr #mainContent4 {
	width: 100px;
	height: 250px;
	float: none;
	min-height: 68px;
	position: absolute;
	top: 571px;
	left: 680px;
}
.twoColFixLtHdr #mainContent5 {
	width: 100px;
	height: 22px;
	float: none;
	min-height: 22px;
	position: absolute;
	top: 614px;
	left: 800px;
}
.twoColFixLtHdr #mainContent6 {
	width: 430px;
	height: 365px;
	float: none;
	min-height: 365px;
	position: absolute;
	top: 165px;
	left: 500px;
}
.twoColFixLtHdr #mainContent7 {
	width: 930px;
	height: 78px;
	float: none;
	min-height: 78px;
	position: relative;
	top: 571px;
	background-attachment: fixed;
	background-image: url(../bilder/design/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr #footer {
	width: 930px;
	height: 78px;
	float: none;
	min-height: 78px;
	position: relative;
	top: 571px;
	background-attachment: fixed;
	background-image: url(../bilder/footerbeispiel.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
p {
	font-family: Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 1.2em;
	padding-left: 115px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #Textplatz1 p {
	font-size: 15px;
	color: #A78255;
	font-weight: bold;
	line-height: 1.2em;
}
h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #A48256;
	font-weight: bold;
	padding-left: 15px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	color: #CCC;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.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. */
}
.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;
}
.twoColFixLtHdr #container #Textplatz2 li {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
	list-style-type: circle;
	margin-left: 0px;
	list-style-position: outside;
}
.twoColFixLtHdr #container #Textplatz2 ul {
	padding-left: 100px;
}
.fett {
	font-weight: bold;
}
.icon {
	float: left;
	margin-left: -100px;
}

