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

/* style default a tags */ 
.barSitemap a {
	display: block;
	padding: 5px 0px 5px 0px;
	font-family: 'Open Sans', sans-serif;
	/* font-size: 12px; ->layout_1.css */
	font-weight: normal;
	text-decoration: none; 
	color: #596066;
}
.barSitemap .selected a, .barSitemap .selected a:hover, .barSitemap .selected a:active, .barSitemap .breadcrumb a {
	color: #000000;
}
.barSitemap a:hover {
	color: #000000;
}



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