/*- topnavi --------------------------- */
#topnav {
	position:absolute;
	left:16px;
	top:277px;
	width:927px;
	height:64px !important;
	z-index:9999;

}
#topnav ul {
	list-style-type:none;
	padding:0 0 0 0;
	text-indent:-99999px;
	width:927px;
	overflow:hidden;
	height:64px;
}
#topnav li {
	float:left;
	display:block;
	padding:0 0 0 0;
	list-style-type:none;
	height:64px;
}
a.heada {
	display:block;
	height:64px;
	width:236px;
	background:url(../images/layout/navi01.gif) no-repeat 0 0;
	font-weight: normal;
	padding:0 0 0 0;
}
a.heada:hover, a.heada:active {
	display:block;
	height:64px;
	width:236px;
	padding:0 0 0 0;
	background:url(../images/layout/navi01.gif) no-repeat 0 0;
}
a.headb {
	display:block;
	height:64px;
	width:232px;
	background:url(../images/layout/navi02.gif) no-repeat 0 0;
	font-weight: normal;
	padding:0 0 0 0;
}
a.headb:hover, a.headb:active {
	display:block;
	height:64px;
	width:232px;
	padding:0 0 0 0;
	background:url(../images/layout/navi02.gif) no-repeat 0 0;
}
a.headc {
	display:block;
	height:64px;
	width:231px;
	background:url(../images/layout/navi03.gif) no-repeat 0 0;
	font-weight: normal;
	padding:0 0 0 0;
}
a.headc:hover, a.headc:active {
	display:block;
	height:64px;
	width:231px;
	padding:0 0 0 0;
	background:url(../images/layout/navi03.gif) no-repeat 0 0;
}
a.headd {
	display:block;
	height:64px;
	width:228px;
	background:url(../images/layout/navi04.gif) no-repeat 0 0;
	font-weight: normal;
	padding:0 0 0 0;
}
a.headd:hover, a.headd:active {
	display:block;
	height:64px;
	width:228px;
	padding:0 0 0 0;
	background:url(../images/layout/navi04.gif) no-repeat 0 0;
}
/* ------------------------------Submenue ANFANG----------------------------------- */
#subnavi01 ul {
	
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:231px;
	height:61px;
	background-color:#900f3e;
	border: 1px solid #fff;
	position:absolute;
	padding-left:0;
	padding-top:0;
	top:64px;
	left:0px;
	text-indent:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity:0.9;
}
*html #subnavi01 ul{
	height:63px;
}
#subnavi02 ul {
	color:#FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	width:225px;
	height:82px;	
	top:64px;
	left:236px;
	background-color:#900f3e;
	border: 1px solid #fff;
	position:absolute;
	padding-left:0;
	padding-top:0;

	text-indent:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
*html #subnavi02 ul{
	height:85px;
}
#subnavi03 ul {
	color:#FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	width:225px;;
	height:62px;	
	top:64px;
	left:468px;
	background-color:#900f3e;
	border: 1px solid #fff;
	position:absolute;
	padding-left:0;
	padding-top:0;
	text-indent:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
*html #subnavi03 ul{
	height:65px;
}
#subnavi04 ul {
	color:#FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	width:228px;
	height:103px;
	background-color:#900f3e;
	border: 1px solid #fff;
	position:absolute;
	padding-left:0;
	padding-top:0;
	top:64px;
	left:698px;
	text-indent:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
*html #subnavi04 ul{
	height:108px;
}
#topnav ul li ul {
	list-style:none;
	display:none;
} /*  keine margin-Angabe verwenden - durch die Luecke geht das Verhalten verloren */
#topnav ul li ul li {
	padding:3px 0 3 25px;
	border-bottom: 1px solid #fff;
	height:20px;
	display:block;
	float:none;
} /*  background-Angabe ist Wichtig fuer den Explorer - "  */
#topnav ul li ul a {
	color:#fff;
	margin:0;
	float:none;
	text-decoration:none;
	padding-left:10px;
}
#topnav ul li ul a:hover {
	color: #CCCCCC;
	text-decoration:none;
	padding-left:10px;
}

