/**
 * alte stadtapotheke - JS: Animationen
 *
 *
 * @author Danny Otto | pixelbrand.net
 * @date   2010-08
 *
 * hacer con amor
 *
 */
$(document).ready(function() {
  $('#address').after('<hr class="hideme" /><h2 class="hideme">Druckversion</h2><p class="printlink"><a href=\"javascript:window.print();\"><img src="/fileadmin/html/images/ico_print.png" alt="" /> Diese Seite drucken</a></p>')
  $('.lightbox, #prospect #col2-content .page a').fancybox({'titlePosition':'inside'});
  $($('#start #main .floatbox')).each(function() { var el = $(this).find('.txt'); el.syncHeight(); });
  $('.js #start #main .img, .js #start #main .img a').hover(
    function () { $(this).children('img').stop().fadeTo(50,0.5); $(this).children('.hidetxt').css('display','block'); },
    function () { $(this).children('img').stop().fadeTo(50,1); $(this).children('.hidetxt').css('display','none'); }
  )
});
