@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-2007, 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.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff; padding: 10px 0; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  #page_margins { min-width: 740px; max-width: 80em; margin: 0 auto; border: 1px #889 solid; }
  #page{ background: #f2f8ee; border: 0px #aaa solid; }

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

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    background-image: url(../../images/header1.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 109px;
    padding: 0px 0em 0em 0px;
  }



  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */

#mainlevelnav_main {

  }

  #mainlevelnav_main ul li a,
  #mainlevelnav_main ul li strong {
    color: #fff;
    font-weight: normal;
  }

  #nav {
         height: 1.83em;
         background-color: white;
  }

  #path {
         position: absolute;
         padding: 4px 0 0 18px;
         font-size: 11px;
  }

  #col3_content_wrapper {
	text-align: justify;
  }




  #main { background: none;padding: 20px 0; }

  #col1 div.moduletable {background: #FFFFFF;}

  #col3 {
	text-align: justify;
         font-size: 110%;
}

  #col3 div.moduletable h3 {
	background: none;
         border-bottom: 1px solid #558d68;
         text-align: left;
	font-weight: bold;
         text-indent: 4px;
         color: #558d68;
         margin: 0px 10px 10px 10px;
         font-size: 100%;
  }

  #col3 div.moduletable {
         line-height: 20px;
	text-align: left;
         color: white;
         text-indent: 10px;
         margin-bottom: 1.5em;
  }

  #footer {
    color:#666;
    background: none;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    border-top: 2px #efefef solid;

  }

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

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


  #col1 { width: 21%; }
  #col1_content { padding: 1px 5px 10px 15px;}

  #col2 { width: 18% }
  #col2_content { padding: 1px 15px 10px 5px; }

  #col3 { margin-left: 22%; margin-right: 19%; }
  #col3_content { padding: 1px 0 0 0; }

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

  * html body *{overflow:visible}


  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #mainlevelnav * { border: 0px none !important}
  #mainlevelnav_main { background: none; width: auto; font-size: 0.92em;}
  #mainlevelnav_main ul { margin-left: 0px; border-right: none; }
  #mainlevelnav_main ul li { line-height: 1.2em; border-right: none;}

  #mainlevelnav_main ul li a,
  #mainlevelnav_main ul li strong { color: #666; font-weight: bold; padding: 0.5em 0.8em 0.5em 0.8em;}

  #mainlevelnav_main ul li a:focus,
  #mainlevelnav_main ul li a:hover,
  #mainlevelnav_main ul li a:active  { background: #E2F0D9;}

  #mainlevelnav_main ul li#active { background: transparent }

  #mainlevelnav_main ul li#active strong,
  #mainlevelnav_main ul li#active a,
  #mainlevelnav_main ul li#active a:focus,
  #mainlevelnav_main ul li#active a:hover,
  #mainlevelnav_main ul li#active a:active { color: #4D87C7; font-weight: bold }

  #search {float: right; width: auto;}
  #language {float: right; margin-left: .5em; width: auto;}
  #toolbox {float: right; width: auto; margin-top: .4em;}

}