var contentheight = xHeight('contentcontainer');
var menuheight = xHeight('hauptmenue');
var hwopics = (contentheight - 336 - menuheight) + "px";
var logo_2 = document.getElementById("noten");

if (hwopics != "px") {logo_2.style.marginTop = hwopics;}

