function suche_highlight()
{
  document.getElementById("suche").style.backgroundImage="url(fileadmin/images/suche_2.jpg)";
}

function suche_normal()
{
  document.getElementById("suche").style.backgroundImage="url(fileadmin/images/suche_1.jpg)";
}
