.barSimple {}
.barSimple ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barSimple li {}
.barSimple li div {}

/* style default a tags */ 
.barSimple a {
	display: block;
	padding: 0px 0px 3px 15px;
}
.barSimple .selected a, .barSimple .selected a:hover, .barSimple .selected a:active, .barSimple .breadcrumb a {
	color: #000000;
	text-decoration: none;
}
.barSimple a:hover {
	color: #000000;
	text-decoration: none;
}


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