/**
 * "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) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #f2f2f2; padding: 0 0 0 0; }

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 999px; background: #fff; }
  .page { padding: 0 0 0 0;}
   #header { padding: 0 0 0 0; color: #000; height:55px; z-index:2; width:999px; background-image:url(../../images/header.jpg); background-repeat:no-repeat; }
  #main { margin: 0 0 0 0;  background: #fff; height:900px;  z-index:1;}
  #footer { padding: 13px 0 13px 0; color:#000; background: #fff; height:15px; margin-top:26px;}

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

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

  #main { padding: 0 0 0 0;}
	
  /*-------------------------------------------------------------------------*/
}