@charset "utf-8";
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: #BBBBBB;
    }
    .thrColFixHdr #container {
	width: 900px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 2px solid #000099;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F8F4B6;
	height: auto;
    } 
    .thrColFixHdr #header {
	background-color: #FFCC33;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .thrColFixHdr #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. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 75px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFCC33;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    }
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 75px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFCC33;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
    }
    .thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
    } 
    .thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000099;
    } 
    .thrColFixHdr #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;
    }
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	font-weight: bold;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}



.Adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: left;
}
.Fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	text-align: center;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
}

#menue_ebene1    {
	background-color: #FFCC33;
	visibility: visible;
	position: relative;
	left: -1;
	width: 200px;
	height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menue_ebene1 a   {
	text-decoration: none;
	background-color: #FFCC33;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #000099;
}
#menue_ebene1 a:hover   {
	text-decoration: none;
	background-color: #F8F4B6;
	visibility: visible;
	position: absolute;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
}


.menu1   {
	color: #000099;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 2px;
	font-weight: normal;
	font-variant: normal;
}
.menu1 a { color: #fff; text-decoration: none }
.menu1 a:hover { }
#menue_rohr {
	background-color: #FFFF99;
	visibility: visible;
	position: relative;
	left: -1;
	width: 200px;
	height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menue_rohr a {
	text-decoration: none;
	background-color: #FFFF99;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #000099;
}
#menue_rohr a:hover {
	text-decoration: none;
	background-color: #F8F4B6;
	visibility: visible;
	position: absolute;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
}
#menue_pumpe {
	background-color: #AEC9FF;
	visibility: visible;
	position: relative;
	left: -1;
	width: 200px;
	height: 20px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menue_pumpe a {
	text-decoration: none;
	background-color: #AEC9FF;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	height: 20px;
	border: 1px solid #000099;
}
#menue_pumpe a:hover {
	text-decoration: none;
	background-color: #F8F4B6;
	visibility: visible;
	position: absolute;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
}
#menue_rohr1 {
	background-color: #FFFF99;
	visibility: visible;
	position: relative;
	left: -1;
	width: 200px;
	height: 16px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menue_rohr1 a {
	text-decoration: none;
	background-color: #FFFF99;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	height: 16px;
	border: 1px solid #000099;
}
#menue_rohr1 a:hover {
	text-decoration: none;
	background-color: #F8F4B6;
	visibility: visible;
	position: absolute;
	width: 200px;
	height: 16px;
	border: 1px solid #ccc;
}
.menu2 {
	color: #000099;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 1px;
	font-weight: normal;
	font-variant: normal;
}
.menu2 a {
	color: #fff;
	text-decoration: none
}
.menu2 a:hover {
}
#menue_pumpe1 {
	background-color: #AEC9FF;
	visibility: visible;
	position: relative;
	left: -1;
	width: 200px;
	height: 16px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menue_pumpe1 a {
	text-decoration: none;
	background-color: #AEC9FF;
	visibility: visible;
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px;
	height: 16px;
	border: 1px solid #000099;
}
#menue_pumpe1 a:hover {
	text-decoration: none;
	background-color: #F8F4B6;
	visibility: visible;
	position: absolute;
	width: 200px;
	height: 16px;
	border: 1px solid #ccc;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding-top: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding-top: 0px;
	text-decoration: none;
	padding-bottom: 2px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
}

.link { color: #fff; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; background-color: #aa3f00; text-align: center; margin-top: 1px; margin-bottom: 1px; width: 280px; height: 20px; border-color: #7f0000 }
.link a { color: #fff; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: normal; text-decoration: none; background-color: #aa3f00; text-align: center; margin-top: 1px; margin-bottom: 1px; width: 280px; height: 20px; border-color: #7f0000 }
.text_rot  { color: #a00; font-size: 18pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: normal }
.text_rot1 { color: #a00; font-size: 14pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: normal }
.Textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 2px;
}
.Textrechts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: right;
}
.Angebot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: center;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	padding-top: 0px;
	padding-bottom: -20px;
}
.Angebot2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF0000;
	font-weight: normal;
}
.Angebot3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF0000;
	font-weight: bold;
}
