$(document).ready(function(){ 
  /* text ausEinblenden */
  $(".SlideHeader").click(function () {
        $(this).next().slideToggle("slow");           
 });
  });
  
  


