    <!--
    
    function prestitialhide(aktuell)	{
      document.getElementById(aktuell).style.visibility = "hidden";
      document.getElementById(aktuell).style.position = "absolute";
    }
    function prestitialshow(aktuell)	{
      document.getElementById(aktuell).style.visibility = "visible";
      document.getElementById(aktuell).style.position = "relative";
    }
    
    //-->
