window.onresize = function() { position(); }

function position() {
	var breite=document.body.clientWidth;
	var rand=0; var pl=0;
	if (breite>973) {
		rand=Math.floor((breite-973)/2);
		document.getElementById('randlinks').style.width=rand+'px';
		document.getElementById('randrechts').style.width=rand+'px';
		document.getElementById('container').style.width=973+(2*rand)+'px';
		document.getElementById('sprachen').style.marginLeft=rand+'px';
	}
}

function preposition() {
	var breite=document.body.clientWidth;
	var rand=0; var pl=0;
	if (breite>973) {
		rand=Math.floor((breite-973)/2);
		document.getElementById('randlinks').style.width=rand+'px';
		document.getElementById('container').style.width=973+(2*rand)+'px';
		document.getElementById('sprachen').style.marginLeft=rand+'px';
	}
}
