@charset "UTF-8";
/**
 * "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 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { }

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 965px; max-width: 127em; background: #fff; }
  .page { padding: 0 }
  #header { padding: 0 }
  #topnav { }
  #main { }
  #footer { }

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

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

  #col1 { float: left; width: 50%;  margin:0 }
  #col2 { float: left; width: 25%;  margin:0 }
  #col3 { width: auto; margin: 0 0 0 75%}
  #col1_content { }
  #col2_content { }
  #col3_content { }
	
  /*-------------------------------------------------------------------------*/
}