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

window.onload = ausrichtung();