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

/* style default a tags */ 
.barMain a {
	display: block;
	padding: 17px 32px 17px 32px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	text-decoration: none; 
	color: #ffffff;
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.barMain .selected a, .barMain .selected a:hover, .barMain .selected a:active, .barMain .breadcrumb a {
	color: #c8c8c8;
	background-image: url(../../images/site/bullet_mainnav_selected.png);
}
.barMain a:hover {
	color: #c8c8c8;
}


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