@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @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:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:100%;
/*    overflow:hidden; ausgeblendet, damit .navsub in voller Höhe sichtbar */
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
    border:1px #D2CCC3 solid;
    line-height:0;
   /* font-size:1.25em; */
    background: #fff ;
  }

  .nav1 {background: #fff url("../../images/hg_nav.png") repeat-x left bottom;
      border-bottom-width: 0;
     -moz-border-radius: 3px 3px 0 0; /* FF1+ */
  -webkit-border-radius: 3px 3px 0 0; /* Saf3+, Chrome */
          border-radius: 3px 3px 0 0; /* Opera 10.5, IE 9 */
     font-size:1.30em;
  }

  .nav2 {
      border-top-width: 0;
     -moz-border-radius: 0 0 3px 3px; /* FF1+ */
  -webkit-border-radius: 0 0 3px 3px; /* Saf3+, Chrome */
          border-radius: 0 0 3px 3px; /* Opera 10.5, IE 9 */
     font-size:1.20em;
  }

  .hlist ul {
    margin:0 ;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */

  }

  .hlist ul li {
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color: #333;
    display:block;
    font-size:1em;
    margin:0;
    padding: 0.7em 1.2em;
    text-decoration:none;
    width:auto;

  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#EC7404; color:#333; text-decoration:none; outline: 0 none; }

  .hlist ul li.active {
    background:#F7C79B;
    color: #333;
  }

  .hlist ul li.active strong, .hlist ul li.active a  {color: #333; font-weight: bold;}

  /* oder andere Farben */
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#fff; color:#333; text-decoration:none; outline: 0 none; }

  .hlist ul li.active {
    background:#fff;
    color: #333;
  }

  .hlist ul li.active strong, .hlist ul li.active a { background: #fff;}
  .hlist ul li.active strong {color: #EC7404;}

  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active {color:#333; text-decoration:none; }

  .nav1 li {border-right:1px #D2CCC3 solid;}

}
