@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) IE-Patch stylesheet for "3col_fixed_seo" layout example
* (de) IE-Korrektur-Stylesheet für das "3col_fixed_seo" Beispiellayout
*
* @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.1
* @revision        $Revision: 92 $
* @lastmodified    $Date: 2007-07-15 10:26:40 +0200 (So, 15 Jul 2007) $
*/

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen
{
  /**
  * Bugfix for an IE5 Rendering Problem
  *
  * @bugfix
  * @affected   IE 5.x/Win
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */

  * html #col3 {margin-left: -3px}
  * html #col3 {ma\rgin-left: 0}
}
