
		function ort_waehlen(ort)
			{
				document.tarifauskunft.ziel.value = ort;
				document.tarifauskunft.submit();
			}

