/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       Christian Rolle | C2 mediaproduction
 * @link          http://www.c-two.de
 * @file          basemod_1col.css
 * @-yaml-minver  3.3
*/

@media screen, projection
{
  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins {  margin: 0 auto; position:relative; }


  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * box model: here width/margin/float/display only
   *
   */
  #col1 { display:none; }
  #col2 { display:none; }
  #col3 { width: auto; margin: 0; }
}