.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;
	
	display: table;
	height: 66px;
}
.barMain li {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 70px 0px 0px;
}
.barMain li div {
	display: inline;
}

/* style default a tags */ 
.barMain a {
	display: block;
	padding: 0px 0px 0px 0px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 800;
	text-decoration: none; 
	color: #BD9A14;
	text-transform: uppercase;
}
.barMain .selected a, .barMain .selected a:hover, .barMain .selected a:active, .barMain .breadcrumb a {
	color: #000000;
}
.barMain a:hover {
	color: #000000;
}
.barMain .firstrow a {
	border-left: 0px;
}

/* ---- custom ---- */
.barMain li.lastrow {
	display: none;
}

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