/**
 * "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: #f5f6fa url("../../images/body-bg.jpg") repeat-x; padding: 0px; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 896px; position:relative; }
  .page { padding: 0px; }
  #header { padding: 0px; color: #000; background: url("../../images/header.png"); height:102px; }
  #main { margin: 0; background: #fff; }
  #teaser { clear:both; padding: 0px; margin: 0; height:271px; background:url("../../images/teaser.jpg") no-repeat; }
  #footer { padding: 0px; background: url("../../images/footer.png") no-repeat left top; height:100px; }

  #teaser-left {  }
  #teaser-right {  }
  
  #adsense1 { text-align:center; padding-top:5px; }
  
  #superbanner { margin: 0 auto 10px; text-align:center; width:896px; overflow:hidden; }
  #wideskyscraper-left { position:absolute; left:-170px; top:40px; overflow:hidden; text-align:center; }
  #wideskyscraper-right { position:absolute; right:-170px; top:40px; overflow:hidden; text-align:center; }
  
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: left; width: 302px;}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 302px;}
  #col1_content { padding: 0 0px 0 6px }
  #col3_content { padding: 50px 20px 0 10px }
	
  /*-------------------------------------------------------------------------*/
}