.barLang {}
.barLang ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barLang li {}
.barLang li div {}

/* style default a tags */ 
.barLang a {
	display: block;
	padding: 4px 0px 7px 10px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	text-decoration: none; 
	color: #959595;
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #959595;
	background-color: #f5f5f5;
}
.barLang .selected a, .barLang .selected a:hover, .barLang .selected a:active, .barLang .breadcrumb a {
	color: #ffffff;
	background-color: #aaaaaa;
}
.barLang a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}

.barLang .lastrow a {
	border-bottom: 1px solid #959595;
}
.barLang .firstrow a {
	border: 0px;
	background-color: transparent;
}
.langSelector.active .barLang .firstrow a {
	border-top: 1px solid #959595;
	background-color: #f5f5f5;
}
.langSelector.active .barLang .firstrow a:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}


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