function setzeStein(reihe, spalte) { document.getElementById(reihe + "/" + spalte).style.backgroundColor= "red"; }