.barArtist {}
.barArtist ul {
	padding: 0px; /* Abstand für alle Browser vereinheitlichen */
	margin: 0px; /* Abstand für alle Browser vereinheitlichen */
	list-style: none;
}
.barArtist li {}
.barArtist li div {}

/* style default a tags */ 
.barArtist a {
	text-decoration: none; 
	color: #000000;
}
.barArtist .selected a, .barArtist .selected a:active, .barArtist .breadcrumb a {
	color: #000000;
	text-decoration: none;
}
.barArtist a:hover, .barArtist .selected a:hover {
	color: #BF271E;
	text-decoration: none;
}
	

/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.barArtist img, .barArtist .image, .barArtist .moimage, .barArtist .image a, .barArtist .moimage a, .barArtist .image a:hover, .barArtist .moimage a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
	background-image: none !important;
}