ul{
	list-style-type: none;
	list-style-image:url(../bilder/nav/bfp_off.gif);
	line-height: 15px;
	position: relative;
	left: -20px;
	top: -5px;
}

ol{
	line-height: 15px;
	position: relative;
	left: 0px;
	top: -5px;
}
/* nur für den IE Start*/
* html #hack1 {
	position: relative;
	left: -20px;
	top: -15px;
}

* html #hack11 {
	margin-left: 45px;
}

* html #hack2 {
	position: relative; bottom: 25px;
}

* html #hack3 {
	position: relative;
	left: -20px;
	top: -37px;
}
/* nur für den IE Ende*/

ul li a {
	font-family: verdana, arial, sans-serif;
	padding-right: 15px;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

ul li a:hover {
	/*color: #808080;*/
	text-decoration: underline;
}

ul li a#current {
  /*
	color: #00FF00;
    list-style-image:url(bilder/nav/bfp_on.gif);
  */
}

ul li#current {
    list-style-image:url(../bilder/nav/bfp_on.gif);
}