function drauf(cell)
{
  cell.style.backgroundColor="#F6BC93";
}


function runter(cell)
{
  cell.style.backgroundColor="#c1042d";
}

function draufrot(cell)
{
  cell.style.backgroundColor="#548648";
}


function runterrot(cell)
{
  cell.style.backgroundColor="#67995b";
}

function logindrauf(cell)
{
  cell.style.backgroundColor="#E4E2D1";
}


function loginrunter(cell)
{
  cell.style.backgroundColor="#E4E2D1";
}


