@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision: 443 $
 * @lastmodified    $Date: 2009-12-31 18:05:05 +0100 (Do, 31. Dez 2009) $
 */

@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 {}

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #c8d9ed url("../../img/bg.png") repeat-x top left fixed; padding: 0; position: relative; }
/*   body { background: #ffffff url('/ai/img/sections/atelco_winter_hg.jpg') repeat-x top left fixed; padding: 0; position: relative; background-size: 100% auto; } */

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 995px; max-width: 995px; background: none;}

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    background: #fff url('../../img/header/top_logo.jpg') no-repeat top left;
    padding: 0 2em 1em 0;
    height: 105px;
    z-index: 1002;
  }

  #topnav { 
    color: #aaa; 
    background: transparent;  
  }

  #nav{
    background: transparent; 
  }
  
  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul {}

  #main { background: #fff;
          padding:10px 0; 
          border-left: 1px solid #bebebe;
          border-right: 1px solid #bebebe;
          border-bottom: 1px solid #bebebe;
          }

  #footer {
    padding: 10px 20px;
    line-height: 1.5em;
    font-size: 9pt!important;
    color: #407DB6;
    text-align: center;
    background: #ffffff; 
    padding: 0px;
  }

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

  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | 26    | 74                    |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* Fixed width for left column | Fixe Breite für Linke Spalte */
  #col1 { width: 74%; float: right; }
  #col1_content { padding: 0px 0.8em 0px 0.4em; }

  /* Hide right column | Rechte Spalte abschalten */
  #col2, #col2_content { display:none; }

  #col3 {margin-right: 74%; margin-left: 0; }

  #col3_content { padding: 0px 0.8em 0px 1.5em; }
  
  /* Einspalltiges Layout*/

  #col0_content { padding: 0px 1.5em 0px 1.5em; }

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

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent; }

  #footer a { font-size: 9pt!important; color: #407DB6; text-decoration: underline;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #F29400;}
  
  #footer p { padding:0;margin:0; }
  
  #footer h1 {font-size: 130%;}
  #footer h3 {font-size: 100%;}

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
  color: #fff; 
  background: #333; 
  border-bottom: 1px #000 solid;
  padding: 10px 0;
  text-decoration:none;
  z-index: 10;
  }
  
  /** Overrides */
  .subcl, .subcr{
   padding: 0 0.4em 0 0.4em;
  }
}
