.barTop {
	left: 220px;
	position: absolute;
	top: 24px;
}
.barTop ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barTop li {
	display: inline-block;
}
.barTop li div {}
.barTop li div {

}

/* style default a tags */ 
.barTop a {
	display: block;
	padding: 0px 0px 0px 20px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 400;
	text-decoration: none; 
	color: #7B848F;
	text-transform: uppercase;
	
	font-size: 14px;
}
.barTop a:before {
	content: "/";
	margin: 0px 20px 0px 0px;
}

.barTop .selected a, .barTop .selected a:hover, .barTop .selected a:active, .barTop .breadcrumb a {
	color: #bd9a14;
}
.barTop a:hover {
	color: #bd9a14;
}
.barTop a:hover:before {
	color: #7B848F;
}
.barTop .firstrow a:before {
	display: none;
}


/*
--- 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;
}