A:link      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
A:visited      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
A:hover      { color: #b71118; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
A:active      { color: #000; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-align: right }
body { color: #444; font-size: 0.88em; font-family: Verdana, Arial; background-color: #f3b6b0; }
.firstline		{ color: #000; font-size: 1em; text-align:left; letter-spacing:1px; }
.firstlineb		{ color: #000; font-size: 1em; text-align:left; font-weight:bold; letter-spacing:1px; }
.headline		{ color: #000; font-size: 1.5em; text-align:left; letter-spacing: 1px; }
.headlineb	{ color: #000; font-size: 1.5em; text-align:left; font-weight:bold; letter-spacing: 1px; }
.header { font-size: 0.93em; font-weight: bold; text-align: center; }
.left   		{ font-size: 0.88em; line-height: 1.25em; text-align:left; }
.right { font-size: 0.88em; line-height: 1.25em; text-align: right; }
.block { font-size: 0.88em; line-height: 1.25em; text-align: justify; }
.centermini { font-size: 0.75em; line-height: 1.25em; text-align: center; }
.leftmini { font-size: 0.75em; line-height: 1.25em; text-align: left; }
* {
margin: 0;
padding: 0;
}
#menu { width: 100%; padding: 0 20px; font-size: 1em; line-height: 1.5; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: left; }
#menu ul { width: 150px; float: left; list-style-type: none; }
/*--definiert die Blocküberschriften--*/
#menu h3 { font-size: 1em; text-align: center; color: #3d2b6c; font-weight: bold; border: solid 1px; background: #f3b6b0; }
/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a { text-decoration: none; display: block; border: solid 1px; text-align: center; background: #f3b6b0; color: #3d2b6c; font-weight: bold; }
/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover { color: #3d2b6c; font-weight: bold; background: #f8d5d1; }
/*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 {
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: 1%;
}
/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/
#menu a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #3d2b6c;
border: solid 1px;
background: #f3b6b0;
}
/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/
#menu a.direkt:hover {
color: #3d2b6c;
background: #f8d5d1;
border: solid 1px;
}
