@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(explorer/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 #col2 {margin-left: -3px}
  * html #col3 {margin-left: 24%; margin-right: 24% }

 /**
  * 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: auto;

    /* JS-Expression for min-/max-width simulation */
    width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 740) ? "740px" : ((document.documentElement.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )) : ((document.body.clientWidth < 740) ? "740px" : ((document.body.clientWidth > (90 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "90em" : "auto" )));
  }

html * {
    font-size: 100.01%;
}

#header h1 {
  line-height: 95%;
}

  #footer {
    color: #4d87c7;  /* color:#666; */ /* 18.08.2009 is */
    /* background: #f9f9f9; */ /* 18.08.2009 is */
    padding: 10px 10px; /*padding: 10px 20px;*/
    /* border-top: 5px #efefef solid; */ /* 18.08.2009 is */
    border-top: 15px #4d87c7 solid;
    line-height: 2.2em;
  }

  #footer a { color: #4D87C7; background:transparent; font-weight: normal; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}


  #footleft {width: 50%; float: left; }

  #footright {width: 25%; float: left; }

  #footcenter {width: 25%; float: left; background-color: transparent;}
}
