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

/* style default a tags */ 
.barSub a {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 7px 0px 7px 0px;
	/* font-size: 12px; ->layout_1.css */
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none; 
	color: #666666;
	border-left: 1px solid #ffffff;
}
.barSub .selected a, .barSub .selected a:hover, .barSub .selected a:active, .barSub .breadcrumb a {
	color: #ffffff;
}
.barSub a:hover {
	color: #ffffff;
}
.barSub .firstrow a {
	border-left: 0px;
}

.barSub .notapproved {
	color: #ff0000 !important;
	text-decoration: line-through;
}

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