function barvaPozadi(objekt,barva) {
  objekt.style.background = barva;
}
