/* hinterlegt div farbe */
function BgFarbe1(IdName)
{
document.getElementById(IdName).style.backgroundColor = "#4a4a4a";
}
function BgFarbe2(IdName)
{
document.getElementById(IdName).style.backgroundColor = "#252525";
}
