function suche(bundeslandname) {
	//if (bundeslandname != "")
	//{
		document.forms["suche"].bundesland.value = bundeslandname;
		document.getElementById("zipField").value = "";
		document.getElementById("cityField").value = "";
	//}	
	//document.forms["suche"].action = "index.php?id=" + seitenid;
	document.forms["suche"].submit();
}
