@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	margin: 10; /* 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;
	line-height: 20px;
}
.rahmen {
	border: 1px solid #333;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
}
.ueber1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #900;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.textKlein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #646464;
	text-decoration: none;
}
.textNavi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #900;
}
.textKleinRot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #900;
}
a 
{
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #c29d09;
}
a:active {
	text-decoration: none;
	color: #900;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* 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 #A5A5A5;
	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;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 250px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 750px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 3px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #ebebeb;
}
.oneColFixCtrHdr #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. */
}
div#Tmenu {
	font-size: 94%;
	width: 58.8em;
	padding: 0.2em;
	border: 1px solid white;
	float: right;
   }
   * html div#Tmenu {
     width: 39.8em;
     w\idth: 39.8em;  /* IE 6 in standards-compliant mode */
   }
   div#Tmenu div {
	clear: left;
   }
   ul#Navigation {
     margin: 0; padding: 0;
     text-align: center;
   }

   ul#Navigation li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0.3em;
	padding: 0;
   }
   * html ul#Navigation li {
     margin-bottom: -0.4em;
   }

   ul#Navigation li ul {
     margin: 0; padding: 0;
     position: absolute;
     top: 1.7em; left: -0.4em;
   }
   * html ul#Navigation li ul {
     left: -1.5em;
     lef\t: -0.4em;
   }
   ul#Navigation li ul li {
     float: none;
     display: block;
     margin-top: 0.2em; margin-bottom: 0.2em;
   }

   ul#Navigation a, ul#Navigation span {
	display: block;
	width: 6.9em;
	font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	padding: 0.23em 1.0em 0.17em 1.07em;
	border: 1px solid #600;
	border-left-color: #ea0;
	border-top-color: #ea0;
	color: white;
	background-color: #CA0402;
   }
   * html ul#Navigation a, * html ul#Navigation span {
     width: 9.2em;
     w\idth: 7em;  /* IE 6 in standards-compliant mode */
   }
   ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
     padding: 0.17em 1.03em 0.23em 0.97em;
     border-color: #ea0;
     border-left-color: #900; border-top-color: #900;
     background-color: #e00;
   }
   ul#Navigation li ul a:hover {
     border-color: #900;
   }
   li a#aktuell {
     border-right-color: #300; border-bottom-color: #300;
     background-color: #900;
   }
   ul#Navigation li ul span {
     border-right-color: #c96; border-bottom-color: #c96;
     color: #900; background-color: white;
   }
   ul#Navigation li a:active, ul#Navigation li:hover a:active {
     color: black; background-color: #f00;
   }

/* dynamisches Ein-/Ausblenden */
   ul#Navigation li ul {
     display: none;
   }
   ul#Navigation li:hover ul {
     display: block;
     background: #eee;
   }
