@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-2009, 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-for-drupal
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff url(../../images/hintergrund.gif) repeat-y center 0; }

  /* (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 { background: #fff; width: 780px !important; padding-top: 5px; }
  .page {  }

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

  #header { color: #000; background: #fff repeat-x left top; padding: 118px 0 0 98px; }

  #topnav { color: #aaa; background: transparent; }
  
  #topnav a,
  #topnav a:link,
  #topnav a:active,
  #topnav a:visited { color:#fff; text-decoration:none; }
  #topnav a:hover { text-decoration:underline; }  
  
  #header #topnav {
    position:absolute;
		left:10px !important;
		top:22px !important;
		right:inherit !important;
  }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  /* #nav ul { margin-left: 20px; } */

  #main { background: #fff; padding:10px 0 0; }

  #footer {
    
  }

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 230px; }
  #col1_content {  }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 10px 10px 10px; }

  #col3 { width: 530px; margin: 0 250px 0 0; }
  #col3_content { background-image: url(../../images/rote-linie.gif); background-repeat: repeat-x; background-attachment: scroll; background-position: left top; padding-bottom: 10px; border-right: 1px solid #b01116; }

}
