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

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


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