#hotel a {
        float: left;
        height: 108px;
		width: 160px;
		display: block;
		background: url("img/button/hotel_button.gif");
        /*margin-top: 10px;*/
		}
#hotel a:hover {background-position: -160px 0px;}
#hotel a:active {background-position: -320px 0px;}

#firma a {
        float: left;
        height: 108px;
		width: 160px;
		display: block;
		background: url("img/button/firma_button.gif");
        margin-top: 10px;
		}
#firma a:hover {background-position: -160px 0px;}
#firma a:active {background-position: -320px 0px;}

#fitness a {
        float: left;
        height: 108px;
		width: 160px;
		display: block;
		background: url("img/button/fit_button.gif");
        margin-top: 10px;
		}
#fitness a:hover {background-position: -160px 0px;}
#fitness a:active {background-position: -320px 0px;}