$(document).ready(function(){
  $('a[rel="impressum"]').click(function(){
    $("div.impressum").toggle();
    return false;
  });

});  
