function formular_textfeld_leeren(feld)
{
	feld.value = "";
	feld.setAttribute("style", "padding: 5px; border: 0; height: 20px; width: 380px; font-size: 18px; font-weight: bold; color: #2fa5f0; background-image: url(Layout/Buttons/textfeld.jpg);");
}