.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 {
	background-image: url(../../images/pages/mainnav_spacer.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.barMain li.firstrow div {
	background-image: none;
}

/* style default a tags */
.barMain a {
	display: block;
	padding: 20px 10px 40px 10px;
	margin: 0px 0px 0px 1px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #898b8d;
	width: 170px;
	min-height: 40px;
}
.barMain .selected a, .barMain .selected a:hover, .barMain .selected a:active, .barMain .breadcrumb a {
	color: #669390;
	background-color: #ffffff;
}
.barMain a:hover {
	color: #669390;
}
.barMain .firstrow div {
	margin: 0px 0px 0px 2px;
}
.barMain .notapproved {
	color: #ff0000 !important;
	text-decoration: line-through;
}



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