@charset "utf-8";
body  {
	background: #666666;
	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: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
    .thrColFixHdr #container {
	width: 965px;  /* 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; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	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;
	top: 10px;
	position: relative;
    } 
    .thrColFixHdr #header {
	background-color: #FF9900;
	height: 85px;
	padding-top: 10;
	padding-right: 0px;
	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: 200px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFE3BB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	top: 0px;
	position: relative;
	height: 430px;
	margin: 0px;
	
 
	
	
	
	
	
	}
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFE3BB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
	top: 0px;
	height: 430px;
	margin: 0px;
	
    }
    .thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E6E6E6;
	position: relative;
	top: 2px;
	height: 450px;
	width: auto;
    }
    .thrColFixHdr #footer {
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: relative;
	height: 30px;
	z-index: 20;
	top: auto;
	background-color: #FFB66C;
    } 
    .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;
    }
#logo_container  {
	visibility: visible;
	position: absolute;
	z-index: 10;
	left: 10px;
	width: 150px;
	height: 200px;
	top: -2px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 2px;
}

#bmp_container  {
	visibility: visible;
	position: absolute;
	z-index: 12;
	top: 151px;
	left: 136px;
	width: 90px;
	height: 82px
}



#menue_ebene1     {
	background-color: #f90;
	background-image: url(hg_menue_links.jpg);
	text-align: center;
	visibility: visible;
	margin-top: 8px;
	margin-left: 10px;
	position: relative;
	top: 0;
	left: 0;
	width: 180px;
	height: 20px;
	border-top: 0 solid;
	border-bottom: 1px solid #fff
}
#menue_ebene1 a    { text-decoration: none; background-color: #f90; background-image: url("hg_menue_links.jpg"); visibility: visible; position: absolute; top: -1px; left: 0; width: 180px; height: 20px; border-top: 0 solid #333; border-bottom: 1px solid #999 }
#menue_ebene1 a:hover    { text-decoration: none; background-color: #ffe3bb; background-image: url("hg_menueover_links.jpg"); visibility: visible; position: absolute; top: -1px; left: -1px; width: 180px; height: 20px; border-style: solid; border-width: 0; border-color: #ccc #333 #333 }

.menu1    { color: #600; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; top: 3px; left: 10px }
.menu1 a  { color: #600; text-decoration: none }
.menu1 a:hover { }

.inhalt_zentriert  {
	color: #600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px
}

#hauptmenue {
	visibility: visible;
	position: absolute;
	z-index: 11;
	top: 64px;
	left: 529px;
	width: 360px;
	height: 30px;
	clear: left;
	float: none;
}
.menue_top2   {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps
}
.menue_top2 a   {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	margin-left: 10px
}
.menue_top2 a:hover  {
	color: #600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #ffe3bb
}
h2  {
	color: #600;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin-top: 15px;
	margin-left: 20px
}

.inhalt_block { color: #600; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify; margin-top: 10px; padding-left: 10px; width: 460px }
.inhalt_klein { color: #600; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-top: 10px; padding-left: 15px; width: 460px }
.text_formular {
	color: #600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left
}

#menue_ebene2     { background-color: #cf6; text-align: center; visibility: visible; margin-top: 5px; margin-left: 18px; position: relative; top: 0; left: 0; width: 172px; height: 18px; border-style: solid none; border-width: 1px medium; border-color: #000 #000 #ff9 }
#menue_ebene2 a    { text-decoration: none; background-color: #cf6; visibility: visible; position: absolute; top: -1px; left: 0; width: 172px; height: 18px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc }
#menue_ebene2 a:hover    { text-decoration: none; background-color: #fc3; visibility: visible; position: absolute; top: -1px; left: -1px; width: 172px; height: 18px; border-style: solid; border-width: 1px 0 0; border-color: #ccc #333 #333 }
.menu2     { color: #600; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: -10px; position: relative; top: 3px; left: 10px }
.menu2 a  { color: #600; text-decoration: none; padding-left: -10px }
.menu2 a:hover  { }
#menue_ebene2-1     { background-color: #cf6; text-align: center; visibility: visible; margin-top: 5px; margin-left: 18px; position: relative; top: 0; left: 0; width: 172px; height: 18px; border-style: solid none; border-width: 1px medium; border-color: #000 #000 #ff9 }
#menue_ebene2-1 a    { text-decoration: none; background-color: #cf6; visibility: visible; position: absolute; top: -1px; left: 0; width: 172px; height: 18px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc }
#menue_ebene2-1 a:hover     { text-decoration: none; background-color: #f66; visibility: visible; position: absolute; top: -1px; left: -1px; width: 172px; height: 18px; border-style: solid; border-width: 1px 0 0; border-color: #ccc #333 #333 }
.menu2-1     { color: #600; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: -10px; position: relative; top: 3px; left: 10px }
.menu2-1 a  { color: #600; text-decoration: none; padding-left: -10px }
.menu2-1 a:hover  { }
#menue_ebene2-2     { background-color: #cf6; text-align: center; visibility: visible; margin-top: 5px; margin-left: 18px; position: relative; top: 0; left: 0; width: 172px; height: 18px; border-style: solid none; border-width: 1px medium; border-color: #000 #000 #ff9 }
#menue_ebene2-2 a    { text-decoration: none; background-color: #cf6; visibility: visible; position: absolute; top: -1px; left: 0; width: 172px; height: 18px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc }
#menue_ebene2-2 a:hover      { text-decoration: none; background-color: #3f0; visibility: visible; position: absolute; top: -1px; left: -1px; width: 172px; height: 18px; border-style: solid; border-width: 1px 0 0; border-color: #ccc #333 #333 }
.menu2-2     { color: #600; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: -10px; position: relative; top: 3px; left: 10px }
.menu2-2 a  { color: #600; text-decoration: none; padding-left: -10px }
.menu2-2 a:hover  { }
#menue_ebene2-3     { background-color: #cf6; text-align: center; visibility: visible; margin-top: 5px; margin-left: 18px; position: relative; top: 0; left: 0; width: 172px; height: 18px; border-style: solid none; border-width: 1px medium; border-color: #000 #000 #ff9 }
#menue_ebene2-3 a    { text-decoration: none; background-color: #cf6; visibility: visible; position: absolute; top: -1px; left: 0; width: 172px; height: 18px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc }
#menue_ebene2-3 a:hover      { text-decoration: none; background-color: #39f; visibility: visible; position: absolute; top: -1px; left: -1px; width: 172px; height: 18px; border-style: solid; border-width: 1px 0 0; border-color: #ccc #333 #333 }
.menu2-3     { color: #600; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: -10px; position: relative; top: 3px; left: 10px }
.menu2-3 a  { color: #600; text-decoration: none; padding-left: -10px }
.menu2-3 a:hover  { }
h3 {
	color: #600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin-top: 15px;
	margin-left: 20px
}
.textlink   {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal
}
.textlink a  {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}
.textlink a:hover  {
	color: #800000
}
