@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "2col_left_13" layout
 * (de) IE-Korrektur-Stylesheet für das Layout "2col_left_13"
 *
 * @copyright       Copyright 2005-2007, 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.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(/css/yaml/core/iehacks.css);
@import url(/css/vfo/patches/ie_mod.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen
{
  /*-----------------------------------------------------------------------------------------------------*/

    /**
        * 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: auto !important; height: expression(document.getElementById('col1').offsetHeight);}
    * #col1 {margin-right: -3px; margin-top: 0px;}
    * html #col1, * html .col1_content {width: 593px !important;}
    * #col3 {margin-left: 595px; padding-top: 10px !important;}
    * html #col3 {width: 190px; overflow: hidden; margin-left: -3px;}


		/**/
		#col3 {
			margin-top: -10px;
		}
}