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

/* style default a tags */ 
.barLang a {
	display: block;
	padding: 15px 0px 15px 0px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 400;
	text-decoration: none; 
	color: #8A8474;
}
.barLang a::before {
	content: "/";
	color: #8A8474;
	font-weight: 400;
	padding: 0px 4px 0px 4px;
}
.barLang .selected a, .barLang .selected a:hover, .barLang .selected a:active, .barLang .breadcrumb a {
	color: #000000;
	font-weight: 700;
}
.barLang a:hover {
	color: #000000;
	text-decoration: none;
}
.barLang .firstrow a {
	border-left: 0px;
}
.barLang .firstrow a::before {
	content: "";
	display: none;
}


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