document.all.getElementById(seite).style.setAttribute("backgroundColor", "#000", false);
mach daraus einfach mal:
document.getElementById(seite).style.backgroundColor="#000";
document.all.getElementById(seite).style.setAttribute("backgroundColor", "#000", false);
mach daraus einfach mal:
document.getElementById(seite).style.backgroundColor="#000";