// JavaScript Document
function uebergebeFormular() {
 
 if(document.Formular.agb.checked == false)  {
   alert("Die Online-Reservation ist nur möglich, wenn Sie unsere AGB akzeptieren!");
   document.Formular.agb.focus();
   return false;
  }
    }

 