﻿
/*@charset "UTF-8";*/   
/**   
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(nav_shinybuttons.css);
@import url(basemod.css);
@import url(content.css);

/**
 * "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: #ffffff 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: 990px; max-width: 90em; background: #fff; }
  .page { padding: 0px 20px 0px 20px; }
  #header { padding: 2px 0px 0em 0px; color: #000; background: #fff; }
  #topnav { color: #aaa; background: transparent; }
  #nav { overflow:hidden; padding: 0px 0px 0px 3px; }
  div.hlist {  }
  #main { margin: 1px 0px 0px 3px; background: #fff; }
  #footer { padding: 5px 5px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 0px; }
  
  /*-------------------------------------------------------------------------*/

  /*
   *
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * border: 1px solid red;
   */

  #col1 { display:none}  /*alt: { float: left; width: 40%} */
  #col2 { display:none}
  #col3 { width: 100%; margin: 0 0 0 0} /*alt: #col3 { width: auto; margin: 0 0 0 40%} */
  #col1_content { padding: 0px 0px 0px 0px; }
  #col3_content { padding: 10px 0px 0px 0px; }
	
  /*-------------------------------------------------------------------------*/
}

