.barTop {
	text-align: center; /* Textausrichtung: left, right, center */
}
.barTop ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barTop li {
	float: left;
}
.barTop li div {}

/* style default a tags */ 
.barTop a {
	display: block;
	padding: 0px 5px 0px 5px;
	font-family: 'Open Sans', sans-serif;
	/* font-size: 12px; ->layout_1.css */
	font-weight: normal;
	text-decoration: none; 
	color: #7777a0;
	text-transform: uppercase;
}
.barTop a span {
	display: block;
}
.barTop a span:before {
	content: "/";
	padding: 0px 10px 0px 0px;
}
.barTop .selected a, .barTop .selected a:hover, .barTop .selected a:active, .barTop .breadcrumb a {
	color: #596066;
}
.barTop a:hover {
	color: #596066;
}
.barTop a span:before:hover {
	color: #7777a0;
}
.barTop .firstrow a span:before {
	content: "";
	padding: 0px 0px 0px 0px;
}
.barTop .lastrow a {
	padding: 0px 0px 0px 5px;
}


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