@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;
	background-image: url(../images/INNENTUEREN/hintergrund%20blaetter%202.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-attachment: fixed;
	background-position: center top;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 20px;
	width: auto;
	height: auto;
	background-color: #000;
	float: none;
	visibility: visible;
	z-index: 1;
}
.twoColFixRtHdr #header {
	padding: 0;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 160px;
	background-repeat: no-repeat;
	width: auto;
	background-color: #000;
	border: thick none #666;
	background-attachment: fixed;
} 
.twoColFixRtHdr #container {
	width: 940px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: none;
	top: auto;
	padding: 20px;
	margin: auto;
	background-position: right top;
	height: auto;
	background-color: #CCC;
	position: static;
	border: medium solid #999;
} 
.twoColFixRtHdr #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. */
	text-indent: -3000px;
	background-color: #000;
	background-image: none;
	position: static;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	position: static;
	text-align: center;
	border: medium solid #000;
	background-repeat: no-repeat;
	background-image: none;
	background-position: center center;
	width: 130px;
	background-color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	right: 0px;
	top: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	color: #FFF;
}
.twoColFixRtHdr #mainContent {
	font-size: 16px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: none;
	background-position: center top;
	text-decoration: none;
	padding-right: 0px;
	width: 720px;
	left: auto;
	top: 0px;
	padding-left: 0px;
	border: thin none #333;
	height: auto;
	padding-top: 0px;
	clear: left;
	float: left;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	background-color: #ABABAB;
} 
.twoColFixRtHdr #footer {
	padding: 0;
	background-repeat: no-repeat;
	background-image: none;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: auto;
	background-image: none;
	right: auto;
	background-color: #000;
}
.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;
	font-size: 16px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}
.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: 9px;
	line-height: 0px;
	color: #FFF;
}.twoColFixRtHdr #container #mainContent h2 {
	font-size: 10px;
}
.twoColFixRtHdr #container #footer p a {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
.twoColFixRtHdr #container #footer p {
	color: #333;
}
.twoColFixRtHdr #container #footer p {
	color: #FFF;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	color: #FFF;
	width: auto;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #FFF;
	text-align: center;
	width: auto;
}
.twoColFixRtHdr #container #header h2 {
	font-size: 60%;
	color: #FFF;
	position: relative;
	background-image: none;
}
.twoColFixRtHdr #container #mainContent {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent h4 {
	color: #FFF;
	font-size: 10px;
}
.twoColFixRtHdr #container #mainContent p {
	color: #333;
}
.twoColFixRtHdr #container #mainContent {
	font-size: 16px;
	color: #FFF;

}
.twoColFixRtHdr #container #mainContent p {
	font-size: 14px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent p {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent p {
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 14px;
	text-align: left;
	color: #333;
}
.twoColFixRtHdr #container #mainContent p strong {
	font-size: 24px;
}
.twoColFixRtHdr #container #mainContent p strong {
	font-size: 10px;
	color: #333;
}
.twoColFixRtHdr #container #mainContent p {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent {
	color: #CECECE;
}
.twoColFixRtHdr #container #footer p {
	font-size: 10px;
	border: thin solid #333;
}
.twoColFixRtHdr #container #mainContent p {
	color: #333;
	font-size: 9px;
}
.twoColFixRtHdr #container #mainContent #form1 table tr .klein .feuer .klein {
	font-size: 9px;
}
.twoColFixRtHdr #container #mainContent #form1 table tr .klein {
	font-size: 9px;
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent #form1 table tr td .dunkel {
	font-size: 9px;
}
.twoColFixRtHdr #container #mainContent p .dunkel {
	color: #333;
}
.twoColFixRtHdr #container #mainContent p {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
.modellgross {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent #form1 table tr td p {
	font-size: 9px;
}
.twoColFixRtHdr #container #mainContent #form1 table tr td p {
	color: #FFF;
}
.schneeweiss {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .modellgross .dunkel .mitte {
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 18px;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 12px;
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent p {
	color: #000;
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent p .schneeweiss {
	font-size: 12px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 11px;
}
