/* CSS Document */

.setlist_start {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.setlist_zurueck {
	padding-left: 15px;
	padding-right: 25px;
	background-image: url(img/setlist_pfeil_links.gif);
	background-repeat: no-repeat;
	background-position: left 9px !important;
	background-position: left 5px;
	text-decoration: none;
}

.setlist_zurueck span {
	font-size:11px;
	color: #000000;
}
.setlist_zurueck span:hover {
	color: #D0DCD5;
}

.setlist_weiter {
	padding-left: 25px;
	padding-right: 15px;
	background-image: url(img/setlist_pfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: right 9px !important;
	background-position: right 5px;
	text-decoration: none;
}

.setlist_weiter span {
	font-size:11px;
	color: #000000;
}
.setlist_weiter span:hover {
	color: #D0DCD5;
}

.setlist_link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.setlist_link:hover {
	color: #D0DCD5;
}

.setlist_seite {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	size: 10px;
}

.setlist_trennzeichen {
	width: 19px;
	height: 12px;
	background-image: url(img/setlist_trennzeichen.gif);
	background-repeat:  no-repeat;
}

.setlist_trenntext{
/*	display: none; */
	font-size: 11px;
	color: #000000;
}
