      #cart
      {
        position: absolute; left: 0px; top: 30px;
        width: 108px; height: 8px;
        background-image: url(../../pix/btn/gastro/cartoon.gif);
        text-decoration: none;
        background-repeat: no-repeat;
        overflow: hidden;
      }

      #club
      {
        position: absolute; left: 0px; top: 52px;
        width: 108px; height: 8px;
        background-image: url(../../pix/btn/gastro/club.gif);
        text-decoration: none;
        background-repeat: no-repeat;
        overflow: hidden;
      }

      #unde
      {
        position: absolute; left: 0px; top: 74px;
        width: 108px; height: 10px;
        background-image: url(../../pix/btn/gastro/underground.gif);
        text-decoration: none;
        background-repeat: no-repeat;
        overflow: hidden;
      }

      #cafk
      {
        position: absolute; left: 0px; top: 96px;
        width: 108px; height: 9px;
        background-image: url(../../pix/btn/gastro/cafka.gif);
        text-decoration: none;
        background-repeat: no-repeat;
        overflow: hidden;
      }

      #miet
      {
        position: absolute; left: 0px; top: 118px;
        width: 108px; height: 8px;
        background-image: url(../../pix/btn/gastro/mieten.gif);
        text-decoration: none;
        background-repeat: no-repeat;
        overflow: hidden;
      }


      #cart:hover { background-position: 0px -8px; }
      #club:hover { background-position: 0px -8px; }
      #unde:hover { background-position: 0px -10px; }
      #cafk:hover { background-position: 0px -9px; }
      #miet:hover { background-position: 0px -8px; }

