.barFooter {
	text-align: right; /* Textausrichtung: left, right, center */
	padding: 20px 0px 0px 0px;
	clear: both;
}
.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 */ 
.barFooter a {
	display: block;
	padding: 3px 0px 3px 0px;
	/* font-size: 12px; ->layout_1.css */
	font-weight: normal;
	text-decoration: none; 
	color: #ffffff;
	float: right;
	clear: both;
}
.barFooter .selected a, .barFooter .selected a:hover, .barFooter .selected a:active, .barFooter .breadcrumb a {
	color: #67676f;
}
.barFooter a:hover {
	color: #67676f;
}



/*
--- 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;
}