@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.0.1 (http://builder.yaml.de)
 * @file        basemod.css
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #bcae9f; }

  /* Layout Properties | Layout-Eigenschaften */
  #page_margins { width: 954px; }
  #page {  }
  #header { }
  #nav { overflow:hidden; }
  #nav_main { background: #fff; }
  #main { min-height: 400px; }
  #teaser { clear:both; padding: 30px 0 10px 20px;  }
  #footer { text-align: right; margin: 30px 0 0 0; border-top:1px solid #fff; height:16px; width:954px;}
  #footer a { text-decoration: none; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul {  }
  #nav ul li a.active { font-weight: bold; }

  /*-------------------------------------------------------------------------*/
  

	
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 33%}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 33%}
  #col1_content { padding: 0 10px 0 20px }
  #col3_content { padding: 0 100px 0 10px }
	
  /*-------------------------------------------------------------------------*/
}