
function farbwechsel(typ,farbe)
{
typ.style.backgroundColor=farbe;
}
