function InitSizeBestelPage(){
  var BestelForm = document.getElementById( 'BestelOverlay' );
  if ( BestelForm ){
    BestelForm.style.height = BestelForm.parentNode.parentNode.offsetHeight + 'px';
  }
}

