/**
 * "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) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #D5D5D5 url("images/waben.png") repeat top left fixed; padding: 0.8em 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;  width:75em }
  .page { padding: 0; margin-bottom:3em }
  #header { padding: 0 2em 3em; color: #d5d5d5; }
  #topnav { color: #aaa; }
  #main { margin: 0.8em 0 0; }
  #signature { position:absolute; top:-4em; left:0; width:15.85em }
  #footer { padding: 0.8em 1.05em; color:#666; background: #f7f7f7; border-top: 5px #b0101b solid; border-radius:0.5em; position:relative; margin-top:4em}
  #footernav { position:absolute; right:3em; top:3em }

  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 {
    float:left;
    width:13em;
    margin:0;
  }
  #col2 {
    float:right;
    width:15em;
    margin:0;
  }
  #col3 {
    width:auto;
    margin: 0 15em 0 13em
  }
  #col1_content {
    border: 0.25em solid #B0101B;
    margin-top:-3em;
    margin-right:-2.95em;    /* rechte Rahmenstärke (0.25em) plus Unterschneidung (2.7em) */
    padding: 0.8em;
    padding-right: 3.5em; /* gewünschtes rechtes Padding (0.8em) plus Unterschneidung (2.7em) */
  }
  #col2_content {
    border: 0.25em solid #B0101B;
    margin-top:-1.5em;
    margin-left:-1.3em;    /* linke Rahmenstärke (0.25em) plus Unterschneidung (1.05em) */
    padding: 0.8em;
    padding-left: 1.85em; /* gewünschtes rechtes Padding (0.8em) plus Unterschneidung (1.05em) */
    text-align:center;
    background:white

  }
  #col3_content {
    padding: 1.75em 0.8em 2.3em;
    border: 0.6em solid #B0101B;
    background:white
  }
	
  /*-------------------------------------------------------------------------*/
}