<!--
var ypos=(document.body.offsetWidth - 778) / 2;
document.getElementById('ueber_layer').style.left=ypos+87;
document.getElementById('leistungen_layer').style.left=ypos+245;
if(!window.WWidth && document.body && document.body.offsetWidth) {
  window.onresize = WindowRefresh;
  WWidth = WindowWidth();
}
//-->
