#divContent .songlist ul {
	padding: 0px;
	float: left;
	width: 360px;
	margin: 0px;
}
#divContent .songlist li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#divContent .songlink a {
	text-decoration: none;
	text-align: left;
	display: block;
	width: 360px;
	background-image: url(../../../../bilder/sound_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	color: #464544;
	background-color: inherit;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#divContent .songlink a:hover {
	text-align: left;
	display: block;
	width: 360px;
	background-image: url(../../../../bilder/sound_off.gif);
	background-repeat: no-repeat;
	background-position: right -34px;
	font-weight: bold;
	color: #922723;
	background-color: inherit;
	margin: 0px;
}
#divContent .song_playing {
	text-decoration: none;
	text-align: left;
	display: block;
	width: 360px;
	background-image: url(../../../../bilder/sound_on.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-weight: bold;
	color: #922723;
	background-color: inherit;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#divContent .pBesetzung {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#divContent .pFlashplayer {
	padding: 0px;
	display: inline;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

