.barTop {
	text-align: center; /* Textausrichtung: left, right, center */
	padding: 0px;
	float: right;
}
.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 8px 0px 8px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: normal;
	text-decoration: none; 
	text-transform: uppercase;
	color: #565759;
	background-image: url(../../images/site/bullet_out.gif);
	background-position: 8px;
	background-repeat: no-repeat;
	border-left: 1px solid #565759;
}
.barTop .selected a, .barTop .selected a:hover, .barTop .selected a:active, .barTop .breadcrumb a {
	color: #565759;
	text-decoration: underline; 
}
.barTop a:hover {
	color: #565759;
	text-decoration: underline; 
}
.barTop .firstrow a {
	border-left: 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;
}