.hiddentext {
	display:none;
}
#konzerte {
    background: url(img/tapastwain/live_web.jpg) no-repeat 0 0 #000;
	display:block;
	width:196px;
	height:372px;
}

#konzerte:hover {
    background-position: -196px 0;
}
#club {
    background: url(img/tapastwain/klub_web.jpg) no-repeat 0 0 #000;
	display:block;
	width:196px;
	height:372px;
}
#club:hover {
    background-position: -196px 0;
}

#birthday {
    background: url(img/tapastwain/Geburtstagsservice-web.jpg) no-repeat 0 0 #000;
	display:block;
	width:96px;
	height:120px;
}
#birthday:hover {
    background-position: -96px 0;
}
#gallery {
    background: url(img/tapastwain/Fotogalerie-web.jpg) no-repeat 0 0 #000;
	display:block;
	width:96px;
	height:120px;
}
#gallery:hover {
    background-position: -96px 0;
}

