@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for YAML standard layout (3 columns without column dividers)
 * (de) IE-Korrektur-Stylesheet für das YAML Standard-Layout (3 Spalten ohne Spaltentrenner)
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

/* 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 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */


  * html #col3 { height: 1%; }
  * html #col1 {margin-right: -3px;}
  * html #col2 {margin-left: -3px;}
  * html #col3 { margin-left: 22%; margin-right: 22%; }
  
  /* IE7 */
   *+html #col3_content { width: 30.7em; padding: 3.5em 0 0 0; }
   * html #col3_content { padding: 34px 1em 1em 0.5em;} /* nur für den IE6 */
   *+html #col2_content { padding-top: 32px; }
  
  #header,
  #nav {
	margin-left: -1px;
	margin-right: -1px;
  }
  
  /* body hack für ie7 */
  *+html body { overflow: hidden;  }

  /* body hack für ie6 */
  * html body { overflow: hidden;  }
  
  #col1_content li {
    list-style-image: url(../../images/icons/pfeil.gif);
    margin-left: 1em;
  }

 /**
  * min-width/max-width workaround for IE5.x & IE6
  *
  * @workaround
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */

  * html .page_margins, * html #footer {
    /* Fallback if JavaScript is disabled */
    width: 83.5em;

    /* JS-Expression for min-/max-width simulation */
  width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "1004px" : ((document.documentElement.clientWidth > (83.5 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "83.5em" : "auto" )) : ((document.body.clientWidth < 740) ? "1004px" : ((document.body.clientWidth > (83.5 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "83.5em" : "auto" )));
  }
}
