@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-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 all
{
  
  #topnav a,
  .bcDivi {
    color: #338982;
  }
  
  #topnav a:hover,
  #topnav a:focus{
    color: #fff;
    text-decoration: none;
  }
  
  #topnav a {
     
  }
  
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    border-bottom: none;
    line-height: 0;
    padding: 0;
    margin: 0;
  }
  
   
  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 0px; /* LTR */
    padding: 0 10px 0 10px;
    border-top: 5px solid #ff8c00;
  }
  
  .hlist ul li {
    border-left: none;
    border-right: none;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .hlist ul li a,
  .hlist ul li strong {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: transparent;
    color: #ff8c00;
    display: block;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding: 0.3em 0.7em 0.5em 0.7em;
    margin: 0 0px 0 0px;
    text-decoration: none;
    width: auto;
  }
  
  .hlist ul li a:visited {
    color: #ff8c00;
  }
  
  .hlist ul li a:focus,
  .hlist ul li a:hover { color: #e53d00; text-decoration: none; }
  
  .hlist ul li#current a { background: transparent url("../../images/rw_mainnaiv_bg.gif") repeat; color: #e53d00; text-decoration: none; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #272727 url("images/shiny_buttons/background_active.png") repeat-x center right;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { color: #fff; text-decoration: none; }
  
  ul#submenu {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0; /* LTR */
    padding: 0;
    background-color: transparent;
    border-top: solid 1px #ffba66;
  }
 
  
  ul#submenu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 270px;
  }
  
 
  ul#submenu li a {
    background: transparent;
    color: #ffe9d2;
    display: block;
    font-size: 1.0em;
    line-height: 1.45em;
    font-weight: normal;
    letter-spacing: 0.03em;
    padding: 0.2em 0 0.25em 1.5em;
    margin: 0;
    text-decoration: none;
    width: auto;
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
    border-bottom: solid 1px #ffba66;
    background: transparent url("../../images/rw_subanvi_bullet_off.gif") no-repeat 0px 0.4em;
  }
  
  ul#submenu li a:hover,
  ul#submenu li a:focus {
    color: #fff;
    text-decoration: none;
    background: transparent url("../../images/rw_subanvi_bullet_over.gif") no-repeat 0px 0.4em;
  }

  ul#submenu li#current2 a {
    color: #fff;
    text-decoration: none;
    background: transparent url("../../images/rw_subanvi_bullet_on.gif") no-repeat 0px 0.4em;
  }

  ul#subsubmenu {
    
  }
  
  ul#subsubmenu li {
  display: inline;
    float: left; /* LTR */
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0.2em 0 0;
  }
  
  ul#subsubmenu li a, ul#subsubmenu li a:visited {
    color: #338982;
    font-size: 1em;
    margin-right: 1.5em;
    padding: 0.1em 0.3em 0.1em 2em;
    background: transparent url("../../images/rw_fwbutton_on.gif") no-repeat 0 0em;
  }
  
  ul#subsubmenu li a:hover,
  ul#subsubmenu li a:focus {
    color: #e53d00;
    text-decoration: none;
    background: transparent url("../../images/rw_fwbutton_off.gif") no-repeat 0 0em;
  }
  
  ul#subsubmenu li a#current3 {
    color: #e53d00;
    text-decoration: none;
  }
