function chkFormular() {

  return true;
}

function setFormValidation() {
  error_nachname();
  error_vorname();
  error_street();
  error_wohnort();
  error_plz();
  error_email();
  error_nachricht();
  error_telefon();
  error_mobil();
}

function  error_nachname() {}
function  error_vorname() {}
function  error_street() {}
function  error_wohnort() {}
function  error_plz() {}
function  error_email() {}
function  error_nachricht() {}
function  error_telefon() {}
function  error_mobil() {}

