@charset "UTF-8";   
/**  
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework  
 * (en) IE patch stylesheet   
 * (de) IE-Anpassungs-Stylesheet  
 *  
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)  
 * @file          patch_Keynode.css  
 * @-yaml-minver  3.1  
 */  
  
/* 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 #col3 {margin-left: 583px}

	/**
   * (en) No need to force scrollbars in older IE's - it even makes problems in IE6 when set
   * (de) Scrollbar-Fix wird in alten IE's nicht benötigt, zudem verursacht der Fix Probleme im IE6
   *
   * @workaround
   * @affected   IE6, IE7
   * @css-for    IE6, IE7
   * @valid      no
   */

  body { o\verflow:visible; }
		
}  

