/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { text-align: center; padding: 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; text-align: left; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 990px; background: #fff; }
  .page { padding: 25px 0 0 0; }
  #header { height: 448px; padding: 0; color: #000; background-color: #fff; background-repeat: no-repeat; background-position: 5px 15px; }
    #logo { margin-left: 15px; position: relative; z-index: 1; }
#headerimage { position: absolute; top: 15px; left: 5px; z-index: 0; }
    #fontsizer { position: absolute; left: 0; bottom: 0px; width: 194px; text-align: center;}
  #main { margin: 10px 0; background: #fff; }
  #footer { padding-top: 170px; padding-bottom: 20px; color:#666; background: url(../../images/footer.png) no-repeat; font-size: 9pt;  }
  #footer_content { margin-bottom: 2em; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 194px;}
  #col2 { display: none;}
  #col3 { width: auto; margin: 0 0 0 194px;}
  #col1_content { padding: 0 10px 0 20px; }
  #col3_content { padding: 0 10px 0 36px; }
  .subpage { margin-left: 155px; padding-left: 25px !important; }
  
  /*-------------------------------------------------------------------------*/
}