   function valida_envia(){

	if (document.anfr.name.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.name.focus();
		return true;
	}
	if (document.anfr.strasse.value.length==0){
		alert("Strasse = Pflichtfeld");
		document.anfr.strasse.focus();
		return true;
	}
	if (document.anfr.plz.value.length==0){
		alert("PLZ = Pflichtfeld");
		document.anfr.plz.focus();
		return true;
	}
	if (document.anfr.ort.value.length==0){
		alert("Ort = Pflichtfeld");
		document.anfr.ort.focus();
		return true;
	}
	if (document.anfr.telf.value.length==0){
		alert("Telefon = Pflichtfeld");
		document.anfr.telf.focus();
		return true;
	}
	if (document.anfr.email.value.length==0){
		alert("Email = Pflichtfeld");
		document.anfr.email.focus();
		return true;
	}
	if (document.anfr.anz_p.value.length==0){
		alert("Anzahl Personen = Pflichtfeld");
		document.anfr.anz_p.focus();
		return true;
	}
	if (document.anfr.abhol.value.length==0){
		alert("Abholort = Pflichtfeld");
		document.anfr.abhol.focus();
		return true;
	}
	if (document.anfr.datum.value.length==0){
		alert("Datum = Pflichtfeld");
		document.anfr.ank.focus();
		return true;
	}
	document.anfr.submit()

   }


   function valida_envia_i(){

	if (document.anfr.name.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.name.focus();
		return true;
	}
	if (document.anfr.telf.value.length==0){
		alert("Telefon = Pflichtfeld");
		document.anfr.telf.focus();
		return true;
	}
	if (document.anfr.email.value.length==0){
		alert("Email = Pflichtfeld");
		document.anfr.email.focus();
		return true;
	}
	if (document.anfr.anz_p.value.length==0){
		alert("Anzahl Personen = Pflichtfeld");
		document.anfr.anz.focus();
		return true;
	}
	if (document.anfr.anz_z.value.length==0){
		alert("Anzahl Zimmer = Pflichtfeld");
		document.anfr.anz.focus();
		return true;
	}
	if (document.anfr.kat.value==0){
		alert("Hotelkategorie = Pflichtfeld");
		document.anfr.kat.focus();
		return true;
	}
	if (document.anfr.ank.value.length==0){
		alert("Datum Ankunft = Pflichtfeld");
		document.anfr.ank.focus();
		return true;
	}
	if (document.anfr.abf.value.length==0){
		alert("Datum Abreise = Pflichtfeld");
		document.anfr.abf.focus();
		return true;
	}
	document.anfr.submit()

   }
   
      function valida_envia_carte(){
   
   	if (document.anfr.event.value==0){
   		alert("Veranstaltung = Pflichtfeld");
   		document.anfr.event.focus();
   		return true;
   	}
   	if (document.anfr.hotel.value==0){
   		alert("Hotelauswahl = Pflichtfeld");
   		document.anfr.hotel.focus();
   		return true;
   	}
   	document.anfr.submit()
   
      }

      function valida_envia_cordoba(){
   
   	document.anfr.submit()
   
      }


