ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}



/*
* Navigation links
*/
ul#navigation li {
	list-style:none;
	list-style-image:none;
}

ul#navigation {
	margin-left:20px;
	margin-top:15px;
}

ul#navigation a:link, ul#navigation a:visited, ul#navigation a:active {
	display:block;
	text-decoration:none;
	width:167px;
	height:22px;
	line-height:22px;
	font-family:Times, Comic, Arial, Helvetica, Verdana, sans-serif;
	color:#7b1616;
	font-weight:bold;
	/*border-bottom:1px #666 dotted;*/
	padding-left:13px;
	background-image:url(../images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

ul#navigation a:hover {
	color:#aabaca;
}

/*
*Aktiver Link in der linken Navigation
*/
ul#navigation a.navi_aktiv:link, ul#navigation a.navi_aktiv:visited, ul#navigation a.navi_aktiv:active {
	display:block;
	text-decoration:none;
	width:167px;
	height:22px;
	line-height:22px;
	font-family:Times, Comic, Arial, Helvetica, Verdana, sans-serif;
	color:#7b1616;
	font-weight:bold;
	padding-left:13px;
	background-image:url(../images/pfeil_aktiv.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}



/*
* Footernavigation definieren
*/
div.footermenu ul {
margin-left:0px;
margin-top:5px;
}

div.footermenu li {
list-style:none;
list-style-image:none;
}

div.footermenu a:link, div.footermenu a:visited, div.footermenu a:active {
font-family:Arial, Verdana;
font-size:12px;
color:#333333;
font-weight:bold;
text-decoration:none;
display:block;
}