function switch_wallpaper_background(farbe)
{
document.bgColor="#"+farbe;
document.body.style.backgroundRepeat="repeat-y";
//document.getElementById("bannerausrichtung").align='left';
document.getElementById("bannertabelle").width='950';

}