   function bg (Farbe, i) {
        document.getElementById('box_'+i).style.backgroundColor=Farbe;
   } 
   
