function markieren(eintrag) {
  
  document.getElementById(eintrag).style.borderLeft="5px solid rgb(130,0,190)";
  
}
