#breadcrumb {
	color: #BDBBBD;
	font-size: 75%;
	border-bottom: 1px solid #BDBBBD;

	background-color: #FDFCFC;
text-align:left;

}

#crumb ul li {
	display: inline;
	color: #575959;
	background-color: #FDFCFC;
	text-decoration: none;
	border-bottom: 1px solid #BDBBBD;
}
#crumb ul li a,
#crumb ul li a:link, 
#crumb ul li a:visited {
	margin-left: 0px;
	margin-right: 0px;
	color: #575959;
	background-color: #FDFCFC;
	text-decoration: none;
	background:       url(../shared/crumb.gif) left center;
	background-repeat: no-repeat;
padding-left: 10px;


}

#crumb ul li a:hover,  
#crumb ul li a:active, 
#crumb ul li a:focus,
#crumb ul li a:active a 
 {
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #FDFCFC;
	text-decoration: none;
	background:       url(../shared/crumb.gif) left center;
	background-repeat: no-repeat;
padding-left: 10px;

}


  * html #crumb ul li a {
    width: 9.6em;   /* Breite nach altem MS-Boxmodell f?r IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }