@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; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #FFF;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFix #container {
	width: 1310px;  /* 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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #mainContent {
	width: 800px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ueber1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #7a231c;
	font-weight: bold;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
}
.textKlein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #333;
}
.textKleinRot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #7a2322;
}
.textNavi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #7a2322;
	text-decoration: none;
}
a {
	color: #4F4F4F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
	text-decoration: none;
	color: #b99346;
}
a:active {
	text-decoration: none;
	color: #4F4F4F;
}
.linie {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
}
/* Vertikale Navigation */
   div#Tmenu {
	font-size: 12px;
	width: 10em;
	padding: 0.2em;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	color: #7a231c;
   }
* html div#Tmenu {
	width: 11.3em;
	w\idth: 5em;  /* (IE 6 in standards-compliant mode) */
   }
ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: left;
   }

   ul#Navigation li {
	list-style: none;
	position: relative;
	padding: 0;
	margin-top: 0.4em;
	margin-right: 0em;
	margin-bottom: 0.4em;
	margin-left: 0em;
   }
   * html ul#Navigation li {
	margin-right:1.5em;  /* Platz fuer Link-Verbreiterung im IE reservieren */
	margin-bottom:0;
   }

   ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 7.6em;
   }
  ul#Navigation li ul li {
     margin: 0; padding-left: 1.4em;
   }

   ul#Navigation a, ul#Navigation span {
	display: block;
	width: 7em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: normal;
	padding: 0.2em 1em;
	border: 0px none #fff;
	color: #4F4F4F;
	background-color: #fff;
	font-size: 12px;
   }
   * html ul#Navigation a, * html ul#Navigation span {
	width: 9em;
	w\idth: 7em;  /* (IE 6 in standards-compliant mode) */
   }
   ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
	border-left-color: #fff;
	border-top-color: #fff;
	background-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
   }
   li a#aktuell {
	border-right-color: #fff;
	border-bottom-color: #fff;
	background-color: #fff;
	border-top-color: #fff;
	border-left-color: #fff;
	color: #979797;
   }
   ul#Navigation li ul span {
	border-left-color: #fff;
	color: #fff;
	background-color: white;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
   }
   ul#Navigation li a:active {
	color: black;
	background-color: #fff;
   }

/* dynamisches Ein-/Ausblenden */
   ul#Navigation li ul {
     display: none;
   }
   ul#Navigation li:hover>ul {
     display: block;
   }
   ul#Navigation>li:hover>a {
	width: 8.2em;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
   }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
   * html ul#Navigation li.hoverIE {
     margin-right:0;  /* reservierten Platz freigeben */
     margin-bottom:-1.15em;  /* Fehlerkorrektur, ggfls. anpassen */
   }
   * html ul#Navigation li.hoverIE ul {
     display: block;
   }
   * html ul#Navigation li .hoverIE {
	width: 10.3em;
	w\idth: 8.2em;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
   }
.rahmen {
	border: 1px solid #D2D2D2;
}

.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;
}
