

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen, projection
{
  /**
   * Bugfix for  IE 5.x/Win, IE6
   */

  * html #col3 {height: 1%;}       
  * html #col2 {margin-right: -3px;}
  * html #col3 { margin-left: 74%; }

 /**
  * min-width/max-width for IE5.x & IE6
  */

  * html #page_margins {
   /* width: 80em;*/
    /* JS-Expression for min-/max-width simulation */
	/*width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "740px" : ((document.documentElement.clientWidth > (80 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "80em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (80 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "80em" : "auto" )));*/
  }
}

