$(document).ready(function(){
	var w=window,d=document,e=d.documentElement,g=d.getElementsByTagName('body')[0],ViewportX=w.innerWidth||e.clientWidth||g.clientWidth,ViewportY=w.innerHeight||e.clientHeight||g.clientHeight;


	var MGHoehe = parseInt($('#inhaltEOF').offset().top);
	$('#mg').css('top', (parseInt(MGHoehe,10) + 'px'));
	$('#MGLinks').css('top', (parseInt(MGHoehe,10) + 'px'));
	$('#MGRechts').css('top', (parseInt(MGHoehe,10) + 'px'));
	$('#claim').css('top', (parseInt(MGHoehe,10) +36 + 'px'));
});
document.write('<div id="MGLinks" class="milchglassleiste">&nbsp;</div>');
document.write('<div id="MGRechts" class="milchglassleiste">&nbsp;</div>');
