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

@media screen, projection
{
 /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  .hlist { background: transparent; border: 0 none; float: left; width: 790px; margin-top: 145px; }
  .hlist ul { margin-left: 0; border: 0 none; }
  .hlist ul li { width: auto; border:0; padding: 0; }
  .hlist ul li.last { margin-left: -5px; float:right; border-right: 1px #ccc solid;}

  .hlist ul li a,
  .hlist ul li strong { text-align: center; width: 100px; display: block; color: #5b5b5b; font-weight: normal; margin: 0 5px 0 0; padding: 0 0 5px 0; border: 0; border-bottom: 4px solid #DEDFDA; background: transparent;  }

  .hlist ul li a span { display: block; color: #888; }
  .hlist ul li strong span { display: block; color: #aaa; }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active {  background: transparent; color: #5b5b5b; border-color: #bbb; }

  .hlist ul li.active { background:transparent; border: 0 none; }
  .hlist ul li.active strong { background: transparent; color: #008ca3; border-color: #bbb; }



 /**
   * (en) Modifying vertical navigation
   * (en) Anpassung der vertikalen Navigation
   */


 /* title */

  h6.vlist { display: none; visibility: hidden; }

  .vlist {
    width: 198px;
    overflow: hidden;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    padding: 0 0 0 2px;
  }

  .vlist ul {
    list-style-type: none;
    margin:0;
    padding: 0;
  }

  .vlist li {
    float:left; /* LTR */
    width: 100%;
    margin:0;
    padding: 0;
  }

  .vlist a,
  .vlist strong,
  .vlist span {
    display:block;
    padding: 10px 0px 10px 10%;
    margin-top: 1px !important;
    text-decoration: none !important;
    border-bottom: 0;
    background: #f0f0f0 url("/02_bilder/templates_layout/bg_layout_zwischenleiste.jpg") repeat-x top left;
;
  }

  .vlist a,
  .vlist a:visited {
    color: #191816;
    text-decoration: none;
  }

  .vlist li span {
    display:block;
    font-weight: normal;
    border-bottom: 0;
  }

  /* active list element */
  .vlist li.active {
    background: transparent;
  }
  .vlist li.active span {
    color: #191816; 
    background-color: transparent;  
    font-weight: bold;
  }
  .vlist li a.active {
    /* color: #fff; */
    background-color: transparent; 
  }

  /* Level 1 */
  .vlist li a,
  .vlist li strong,
  .vlist li span { width: 90%; padding-left: 10%; } /* LTR */

  .vlist li a:focus,
  .vlist li a:hover,
  .vlist li a:active { /* background-color:#fff; color: #008ca3; */ }

  /* Level 2 */
  .vlist li ul li a,
  .vlist li ul li strong,
  .vlist li ul li span { width: 80%; padding-left: 20%; } /* LTR */

  .vlist li ul li a, 
  .vlist li ul li a:visited { /* background-color:#e6e6e6;  color: #000;*/ }
  .vlist li ul li a:focus,
  .vlist li ul li a:hover,
  .vlist li ul li a:active { /* background-color:#fff;  color: #008ca3; */}


}