$(document).ready(function(){
  $("#suchresultat ul.suchresultat_autor img").tooltipp({ tip_data_attr: "alt" });
  $("#suchformular_expert .so").click(function() { $("#alles").attr("checked", false); });
  $("#alles").click(function() { $("#suchformular_expert .so").attr("checked", false); });
});

