function rein(dies) {
  dies.style.backgroundColor='#FFEE85';
//  dies.all.tags('A')[0].style.color='#1E1E8C'
//  dies.all.tags('A')[0].style.textDecoration='underline'
}

function raus(dies) {
  dies.style.backgroundColor='#FFDE18';
//  theTableData.all.tags('A')[0].style.color='#FFFFFF'
//  theTableData.all.tags('A')[0].style.textDecoration='none'
}

function klick(dies) {
  document.location.href = dies.all.tags('A')[0].href;
  //'wir_stellen_uns_vor/index.html'
}
