function zentrieren(){m = Math.round((screen.availHeight-500)/4);var forum = document.getElementById("main");forum.style.top=m+"px";}
