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

/* style default a tags */ 
.barTop a {
	display: block;
	padding: 0px 10px 0px 10px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 700;
	text-decoration: none; 
	color: #2a3637;
}
.barTop .selected a, .barTop .selected a:hover, .barTop .selected a:active, .barTop .breadcrumb a {
	color: #C9D200;
}
.barTop a:hover {
	color: #C9D200;
}
.leihmutterschaft .barTop a:hover {
	color: #f5574e;
}
.leihmutterschaft .barTop .selected a, .barTop .selected a:hover, .barTop .selected a:active, .barTop .breadcrumb a {
	color: #f5574e;
}
.barTop .lastrow a {
	padding-right: 0px
}


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