@charset "utf-8";
.liste2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.liste2 a {
	display          : block;
	color            : #CCCCCC;
	width            : 140px;
	text-decoration  : none;
	background-image: url(../Images/index/button2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}

.liste2 a.aktuell {
	display          : block;
	color            : #D60F08;
	width            : 140px;
	text-decoration  : none;
	background-image: url(../Images/index/button2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}

.liste2 a:hover {
	display          : block;
	color            : #D60F08;
	width            : 140px;
	text-decoration  : none;
	background-image: url(../Images/index/button2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}

.liste2 a:active {
	display          : block;
	color            : #D60F08;
	width            : 140px;
	text-decoration  : none;
	background-image: url(../Images/index/button2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 4px;
}

#pfad {
	padding: 3px 3px 3px 10px;
}
#pfad a:link, #pfad a:visited, #pfad a:active {
	color: #CCCCCC;
	text-decoration:none;
}
#pfad a:hover {
	color: #DF5400;
	text-decoration:underline;
}

