.barSub {
	text-align: center; /* Textausrichtung: left, right, center */
	border-bottom: 1px solid #ececec;
	padding: 10px 0px 0px 0px;
	height: 33px;
}
.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: 5px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
	height: 29px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	text-decoration: none; 
	color: #67676f;
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.barSub .selected a, .barSub .selected a:hover, .barSub .selected a:active, .barSub .breadcrumb a {
	color: #b21c0b;
	background-image: url(../../images/site/bullet_subnav_selected.png);
}
.barSub a:hover {
	color: #c8c8c8;
}
.barSub a.firstrow {
	margin-left: 0px;
}
.barSub a.lastrow {
	margin-right: 0px;
}

/* level 3 */
#subnav2Box .barSub {
	color: #959595;
	border-bottom: 2px solid #ececec;
}
#subnav2Box .barSub a {
	color: #8d8d92;
}
#subnav2Box .barSub .selected a, #subnav2Box .barSub .selected a:hover, #subnav2Box .barSub .selected a:active, #subnav2Box .barSub .breadcrumb a {
	color: #b21c0b;
	background-image: none;
}
#subnav2Box .barSub a:hover {
	color: #c8c8c8;
}

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