function checkemail () {
  if (document.kontakt.email.value=="") {
    alert("Bitte geben Sie eine E-Mail an");
	return false;
  }
