@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
 * @version         3.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media screen, projection
{
  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins {
  	background: #fff;
  }
  

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

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


  #col1 { width: 39%; }
  #col1_content { padding: 3.5em 1em 1em 1em; }

  #col2 { width: 22%; }
  #col2_content { padding: 2.9em 2em 1em 0; }

  #col3 { margin: 0 22% 0 38%; }
  #col3_content { padding: 3.5em 1.3em 1em 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:#424141; }

  #topnav a { color: #424141; 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 { color: #424141; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline; }
 
  #breadcrumb {
    background: url("../../images/bg_bc.gif") repeat-x top;
	height: 50px;
  }
  
  .bc-ct {
	padding: 2em 0 0 2.5em;
  }
  
  #headline {
    margin-left: 22.1%;
    background: #f8f8f8;
    padding: 5px 0;
  }
  
  .startseite-box-wrapper {
    height: 11em;
  }
  
  .rgtabs-wrapper h1 {
    padding: 0 0 0.5em;
  }
  
  .rgtabs-wrapper ul {
    margin: 0em 0.4em 1em 1em !important;
  }
  
  .rgtabs-wrapper ul li {
    line-height: 1.5em !important;
  }
  
}