@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.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #FFF; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 950px; background: #FFF; }
  #header { color: #000; background: url("images/header_background.jpg") no-repeat; height: 297px; margin-top: 200px; }
  
  #topnav { 
  	position:static; 
  	height: 50px; 
   }
  	
  #main { margin: 20px 0; background: #FFF; }
  #footer { background: #f0f0f0; border-top: 1px #9e9e9e solid; }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */
/* width col1 was 633px */
  #col1 { float: left; margin-left: 30px; width: 603px}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 633px }
  #col1_content { padding: 0 40px 0 0}
  #col3_content { padding: 0 0 0 0;}
	
  /*-------------------------------------------------------------------------*/
}