function feld_loeschen(feld) {
	if(feld.value==feld.defaultValue) {
		feld.value='';
		feld.style.color='#000000';
	}
}