@charset "UTF-8";
@media screen, projection
{
  * html #page_margin {width:1150px}
  * html #mitte {height: 1%}
  * html #links {margin-right: -3px}
  * html #rechts {margin-left: -3px}
  * html #mitte{margin-left: 15%; margin-right: 20% }
  * html #rechts_content, #news {margin-top:0px;}


  * html .page_margins {
    /* Fallback if JavaScript is disabled */
    width: auto;

    /* JS-Expression for min-/max-width simulation */
    width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "740px" : ((document.documentElement.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )));
  }
}
