#sub_navi .oeffnungszeiten_ohne {
	display:block;
	height:48px;
	width:196px;
	background-image:url(../images/oeffnungszeiten.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	margin-top: 25px;
}
#sub_navi .zeiten {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/oeffnungszeiten.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#sub_navi .zeiten:hover,
#sub_navi .zeiten.sfhover {
	background-image:url(../images/oeffnungszeiten_over.png);
	background-repeat:no-repeat;
}
#sub_navi .zeiten_active, #sub_navi .zeiten_active:hover {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/oeffnungszeiten_over.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#sub_navi .kontakt {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/kontakt.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#sub_navi .kontakt:hover,
#sub_navi .kontakt.sfhover {
	background-image:url(../images/kontakt_over.png);
	background-repeat:no-repeat;
}
#sub_navi .kontakt_active, #sub_navi .kontakt_active:hover {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/kontakt_over.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#sub_navi .news {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/news.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#sub_navi .news:hover,
#sub_navi .news.sfhover {
	background-image:url(../images/news_over.png);
	background-repeat:no-repeat;
}
#sub_navi .news_active, #sub_navi .news_active:hover {
	display:block;
	height:35px;
	width:160px;
	background-image:url(../images/news_over.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
}
