@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_my_layout.css
 * @-yaml-minver  3.1
 */

/* Layout independent adjustments | Layout-unabhängige Anpassungen  */
@import url(../../yaml/core/iehacks.css);
@import url(../../yaml/patches/patch_nav_vlist.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: 242px; margin-right: 232px }

 /**
  * min-width/max-width workaround for IE
  *
  * @workaround
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */

  * html .page_margins{
    /* Fallback if JavaScript is disabled */
    width: 1000px;

    /* JS-Expression for min-/max-width simulation */
/*   width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 1000) ? "1000px" : ((document.documentElement.clientWidth > 1000) ? "1000px" : "auto" )) : ((document.body.clientWidth < 1000) ? "1000px" : ((document.body.clientWidth > 1000) ? "1000px" : "auto" )));
*/  }
  .news_red, .news_blue{ margin-top: -26px; z-index: 20; position: relative}
  #topnav {left: 900px}

.vlist li ul li strong {background-color: red;   }

}

