/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : iehacks_2col_left_vlines.css
**  Funktion    : IE-Korrektur-Stylesheet f�r ein 3-Spalten-Layout mit einfachen #col3-Spaltentrennern
**
*/

/* LAYOUT-UNABH�NGIGE ANPASSUNGEN -------------------------------------------------------------------- */
@import url(../main/iehacks.css);

/* LAYOUT-ABH�NGIGE ANPASSUNGEN ---------------------------------------------------------------------- */
@media screen
{

/* IE5.x kollabierendes padding bei #main abfangen */
* html #main {margin-top: 0; padding-top: 0; }


/* min-width & max-width width JS-Expressions */

    * 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 > (85 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "85em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (85 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "85em" : "auto" )));
  }

}

