@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: #4d87c7 url("images/bg_blue.gif") repeat-x top left fixed; padding: 10px 0; }

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

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  min-width: 740px; max-width: 100em; background: #fff; }
  .page { padding: 10px; }
  #header { padding: 45px 2em 1em 20px; color: #000; background: #fff; }
  #topnav { color: #aaa; background: transparent; }
  #nav { overflow:hidden; }
  div.hlist {  }
  #main { margin: 10px 0; background: #fff; }
  #footer { padding: 10px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

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

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

  #main {
    padding:0;
  }
  #nav ul { margin-left: 200px; }

  #col1 { float: left; width: 200px;  margin:0 }
  #col2 { float: right; width: 200px;  margin:0 }
  /*#col3 { width: auto; margin: 0 200px 0 200px}*/
  #col3 {
    width: auto;
    margin: 0;
    border-left: 200px #BEDFF7 solid;
    border-right: 200px #BEDFF7 solid;
  }
  #col1_content { padding: 0 10px 0 10px }
  #col2_content { padding: 0 10px 0 10px }
  #col3_content { padding: 0 10px }

  
  /* Dynamic layout changes */
  .hidecol1 #col3, .hideboth #col3 { margin-left: 0; border-left: 0; }
  .hidecol1 #col3_content, .hideboth #col3_content { padding-left: 10px; }

  .hidecol2 #col3, .hideboth #col3 { margin-right: 0; border-right:0; }
  .hidecol2 #col3_content, .hideboth #col3_content { padding-right: 10px; }

  .hideboth #col1, .hideboth #col2, .hidecol1 #col1, .hidecol2 #col2 { display:none; }  
	
  /*-------------------------------------------------------------------------*/
}