body         { font-family: Tahoma; font-size: 10pt; background-color: #FFFFFF; }h1           { font-family: Tahoma; font-size: 36pt; color: #4C91C7; font-style: italic;                font-weight: bold }h2           { font-family: Tahoma; font-size: 20pt; color: #4C91C7; font-style: italic }               h3           { font-family: Tahoma; font-size: 14pt; color: #4C91C7; font-style: italic }H4           { FONT-FAMILY: Tahoma; font-size: 12pt;  color: #4C91C7; font-style: italic }H5           {  FONT-FAMILY: Tahoma; font-size: 9pt;  color: #4C91C7; font-style: italic }h6           { font-family: Tahoma; font-size: 10pt; font-weight: bold }P 	{    FONT-FAMILY: Tahoma; font-size: 10pt; }B1{    FONT-FAMILY: Tahoma; font-size: 9pt; color:#FF0000}a            { color: #000000; font-family: Tahoma; font-size: 10pt; padding-left:5px;padding-right:5px; }a:link       { color: #000000; font-family: Tahoma; font-size:                10pt; padding-left: 5px; padding-right: 5px }a:visited    { color: #000; font-family: Tahoma; font-size: 10pt; padding-left:5px;padding-right:5px; }a:hover      { color: #FFFFFF; font-family: Tahoma; font-size: 10pt; background-color: #003366;padding-left:5px;padding-right:5px; }* {margin: 0;padding: 0;}#list li  { text-align: left; line-height: 100%; margin-left: 20; margin-right: 15;                margin-top: 10 }#menu {	padding: 0 0px;	background: lime;	font-family: Tahoma;	font-size: 12px;	line-height: 1.5;	float: middle;}#menu ul {float: left;width: 160px;list-style-type: none;}/*--definiert die Blocküberschriften--*/#menu h3 {	text-decoration: none;	font-family: Tahoma;	font-size: 12px;	text-align: center;	color: #000;	border: 1px solid #003366;	background: #ffffff;	border-bottom: 1px solid #003366;}#menu h6:hover {color: #ffffff;background: #003366;}/*--definiert die "Drop-Down-Links" im Normalzustand--*/#menu a {	text-decoration: none;	display: block;	border: 1px solid silver;	text-align: center;	background: #ffffff;	color: #000;}/*--definiert die "Drop-Down-Links" im Hoverzustand--*/#menu a:hover {margin-left: 0;	color: white;	background: #003366;}/*verhindert im Zusammenhang mit position absolute bei ul ul*eine Höhenvergrößerung von #menu beim Hovern--*/#menu li {position: relative;}/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/#menu ul ul {position: absolute;z-index: 2;display: none;}/*--lässt die Dropdown-Links beim Hovern erscheinen--*/#menu ul li:hover ul {background: #003366;margin-left: 0;display: block;}/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/* html #menu ul li{float: left;width: 100%;}/*--nur für IE 7 erkennbar--*/*+ html #menu ul li {float: left;width: 100%;}/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/*html body {behavior:url(csshover3-source.htc);font-size: 100%;}*html #menu ul li a {height: 2%;}/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/#menu a.direkt {	text-decoration: none;	/*font-weight: bold; */	display: block;	border: 1px solid #ffffff;	text-align: center;	background: #ffffff;	color: #000;}#menu a.direkt:link {	text-decoration: none;	font-family: Tahoma;	font-size: 12px;	text-align: center;	color: #000;	border: 1px solid #ffffff;	background:  #ffffff;	border-bottom: 1px solid #ffffff;}/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/#menu a.direkt:hover {color: #ffffff;background: #003366;border: 1px solid #ffffff;;}