@charset "utf-8";

*  {margin:0; padding:0}

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-attachment: fixed;
	background-color: #FFF;
	background-image: url(../bilder/wolkenhg_dunkel.jpg);
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 900px;  /* 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;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #ee7f00;
	border-bottom-color: #009ee0;
	border-left-color: #009ee0;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 490px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 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. */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


.twoColFixLtHdr #mainContent {
	float: right;
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../bilder/hg_dachdecker.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr #container #inhalt h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #009ee0;
}
.twoColFixLtHdr #mainContent #inhalt h2 {
	font-size: 15px;
	color: #EE7F00;
}
.twoColFixLtHdr #inhalt p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.twoColFixLtHdr #inhalt a {
	font-style: italic;
	color: #ee7f00;
	text-decoration: none;
}
.twoColFixLtHdr #inhalt #einschub {
	font-weight: bold;
	width: 220px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EE7F00;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #EE7F00;
	border-right-color: #EE7F00;
	border-bottom-color: #EE7F00;
	border-left-color: #EE7F00;
	padding: 10px;
	margin-top: 10px;
}

.twoColFixLtHdr #inhalt   {
	float: right;
	padding: 35px;
	width: 530px;
}


.twoColFixLtHdr #nav {
	background-color: #ee7f00;
	width: 600px;
	float: right;
	height: 35px;
	clear: none;
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 660px;
	float: none;
	width: 200px;
	position: absolute;
	margin-top: 0px;
} 
.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. */
	text-align: right;
}
.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 #schmidt {
	position: absolute;
	margin-top: -450px;
	margin-left: 170px;
}
.twoColFixLtHdr #leiste {
	width: 295px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.runter5 {
	margin-top: 5px;
}
.rueber5 {
	margin-left: 5px;
}
.twoColFixLtHdr #footer a {
	color: #ee7f00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #inhalt li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.twoColFixLtHdr #mainContent table  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border-top-color: #009EE0;
	border-right-color: #009EE0;
	border-bottom-color: #009EE0;
	border-left-color: #009EE0;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #inhalt form {
	border: thin dotted #EE7F00;
}
#inhalt .news {
	height: 500px;
	width: 800px;
	position: absolute;
	margin-left: -300px;
}

