.barCurrent {
	text-align: center; /* Textausrichtung: left, right, center */
}
.barCurrent ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barCurrent li {
	float: left;
}
.barCurrent li div {}
.barCurrent li div:before {
	content: ",";
	float: left;
	color: #7777a0;
}



/* style default a tags */ 
.barCurrent a {
	display: block;
	padding: 0px 0px 0px 5px;
	/* font-size: 12px; ->layout_1.css */
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none; 
	color: #7777a0;
	float: left;
}
.barCurrent _a:after {
	content: ",";
}
.barCurrent .selected a, .barCurrent .selected a:hover, .barCurrent .selected a:active, .barCurrent .breadcrumb a {
	color: #c50047;
}
.barCurrent a:hover {
	color: #c50047;
}
.barCurrent .firstrow a {
	border-left: 0px;
}
.barCurrent .firstrow div:before {
	content: "";
}


/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.barCurrent img, .barCurrent .image, .barCurrent .moimage, .barCurrent .image a, .barCurrent .moimage a, .barCurrent .image a:hover, .barCurrent .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}