function ausrichtung() {
	if (screen.availHeight < 630) {
		document.getElementById("balken").style.marginTop = "0px";
		document.getElementById("balken").style.top = "0px";
	}
}

window.onload = ausrichtung();
