function enableTeamLeistungenMainFotoHover () {
  $(".teamLeistungenMainFoto > div").hover(
    function() { $(this).stop().fadeTo("fast", 1); },
    function() { $(this).stop().fadeTo("fast", 0); }
  );
}
jQuery(enableTeamLeistungenMainFotoHover);
