.barFooter {
}
.barFooter ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barFooter li {}
.barFooter li div {}

/* style default a tags */
.bottomnav1 .barFooter a {
	text-transform: uppercase;
}
.barFooter a {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: 600;
	text-decoration: none; 
	color: #bfc1c2;
}
.barFooter .selected a, .barFooter .selected a:hover, .barFooter .selected a:active, .barFooter .breadcrumb a {
	color: #000000;
}
.barFooter a:hover {
	color: #000000;
}


/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.barFooter img, .barFooter .image, .barFooter .moimage, .barFooter .image a, .barFooter .moimage a, .barFooter .image a:hover, .barFooter .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}