@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  body { background: #fff; padding: 0; text-align: center; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { max-width: 954px; min-width: 954px; width: 954px; background: #fff; text-align:left; }
  .page { padding: 0px; }
  #header { height: 120px; color: #000; }
  #main { margin: 10px 0; background: #fff; }
  #footer { padding: 0 176px 0 180px; color:#000; background: #fff; text-align: center; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   */

  #main { float: left; width: 100% }
  #col1 { float: left; width: 593px;  margin: 0 0 0 176px; padding-top: 12px; }
  #col2 { float: left; width: 176px;  margin: 0 0 0 -769px; background: #fff url("../../images/nav_bg.jpg")  no-repeat; height: 620px; padding-top: 12px; }
  #col3 { float: right; width: 185px; margin-left: -5px; margin-right: 0; padding-top: 12px; }
  #col1_content { padding: 0 20px }
  #col2_content { padding: 0 }
  #col3_content { padding: 0 }
	
  /*-------------------------------------------------------------------------*/
}