body {
	margin:10px;
	padding:0;
	font-size:11px;
	font-family: Verdana; }

ul, li { list-style-type: none;
margin:0;
padding:0; }

/*um das hauptmenu o. die ebene zu positionieren*/
div.menu {
	position:absolute;
	width:450px;
	top:102px;
	z-index:3;
	left:273px; }

div.menu li {float:left; width:90px; }
	 
div.menu a {
margin:0 2px;
height:18px;
display:block;
text-align:center;
font-weight:normal;
border:1px solid gray;
text-decoration:none;
color:#FFFFFF;
background:#5D7D93; }


#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
display:none;
float:left;
width:90px;
font-size:9px;
color:#FFFFFF; }

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a {
font-weight:normal;
border-top:0 none; }

/*fuer das subsubmenu*/
#ssmenu a {
	background-color:#A7ACB2;
	color:#FFFFFF; }
#ssmenu a:hover {
	background-color:#E7E7E8; }

#smenu1 a:hover {
	background-color:#A7ACB2; }
#smenu2 a:hover {
	background-color:#A7ACB2; }
#smenu3 a:hover {
	background-color:#A7ACB2; }
#smenu4 a:hover {
	background-color:#A7ACB2; }
#smenu5 a:hover {
	background-color:#A7ACB2; }
/*um den menupunkt unter einem submenu mit hovereffekt zu versehen*/
a.unten:hover {
background-color:#E7E7E8; }

/*hier kommen nachträglich angelegt Stile, die mit dem eigentlichen Menü nichts zu tun haben*/
.Stil2 {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	font-family: Verdana;
}
.ueberschrift {
	font-family: "Incised901 Nd BT";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #5D7D93;
}
.fliesstext {
	font-family: Verdana;
	font-size: 9px;
	color: #686868;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.zwischenueberschrift {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.fehleingabe {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
/*damit die Links im Text immer brünjes-blau sind, über die seiteneigenschaften kann ich das nicht machen*/
/*dann nimmt der IE diese Farben auch fuer das menu*/
a.linkfarbe {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #5D7D93;
	text-decoration: none;
	}
