<!--
// *** Suche ***
function Verlassen(){
  if(document.suche.query.value == ""){
  document.suche.query.value = "Suchbegriff";
  }
}

function Fokusieren(){
  if(document.suche.query.value == "Suchbegriff"){
  document.suche.query.value = "";
  }
}
//-->