@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
{
  /*-------------------------------------------------------------------------*/

  /* (de) Randbereiche & Seitenhintergrund */
  body { background-image: url(../../images/bg-site.jpg); padding: 10px 0; font: 100% Arial, Helvetica; }

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto; min-width: 960px; max-width: 90em;  }
  .page {  }
  #header { width: 960px; height:100px; padding: 0 0 0 150px; }
  #main { width: 1180px; padding: 0 10px 0 10px; margin: 0 10px 0 10px; }
  #footer {  }

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

  /**
   * (de) Formatierung der Inhalts-Container
   */

  #col1 { float: left; width: 150px; padding: 18px 0 0; }
  #col3 { width: auto; margin: 0 150px 0 150px; }
  #col1_content { padding: 20px 10px 0 0; }
  #col3_content { padding: 0 }
	
  /*-------------------------------------------------------------------------*/
}