.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: 3px 0px 3px 25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	background-image: url(../../images/site/bullet_out.gif);
	background-position: 8px;
	background-repeat: no-repeat;
}
.barLang .selected a, .barLang .selected a:hover, .barLang .selected a:active, .barLang .breadcrumb a {
	color: #923C30;
}
.barLang a:hover {
	color: #923C30;
}


/*
--- 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;
}
.barLang img {
	margin-left: 5px;
}