
/**
 * "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
{
    /* 1st Level Navigation */

  .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 */
    float: left;
    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: #8BAE19 url("../../images/site/bg_menubar.gif") no-repeat center left;
/*    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;*/
    line-height: 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;
    border-left: 0px #aaa solid;
    border-right: 1px #769316 solid;
  }

  .hlist ul li {
    border-left: 1px #769316 solid;
    border-right: 1px #AFD431 solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color: #FFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    width: auto;
    outline:none;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #94BA1B url("../../images/site/bg_menu_hover.gif") no-repeat center left; color: #FFF; text-decoration: none; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #94BA1B url("../../images/site/bg_menu_hover.gif") no-repeat center left;
    border-left: 1px #769316 solid;
    border-right: 1px #AFD431 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #FFF; text-decoration: none; }
  
  


/* 2nd Level Navigation */

    .subhlist {
    /* (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 */
    float: left;
    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: #8BAE19 url("../../images/site/bg_menubar.gif") no-repeat center left;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;*/
    line-height: 0;
  }

  .subhlist 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;
/*    border-left: 0px #aaa solid;
    border-right: 1px #769316 solid;*/
  }

  .subhlist ul li {
/*    border-left: 1px #769316 solid;
    border-right: 1px #AFD431 solid;*/
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .subhlist ul li a,
  .subhlist ul li strong {
    background: transparent;
    color: #444;
    display: block;
    font-size:1em;
    font-weight:normal;
    margin: 0.5em 0em 0.5em 0em;
    padding: 0em 0.8em 0em 0.8em;
    text-decoration: none;
    width: auto;
  }

  .subhlist ul li a:focus,
  .subhlist ul li a:hover
  { 
  background-color:#F1F5E3; color:#718D15; font-weight:normal; text-decoration:none;
   }

  .subhlist ul li.active a {
  background-color:#F1F5E3; color:#718D15; font-weight:bold; text-decoration:none;
  }

  .subhlist ul li.active strong,
  .subhlist ul li.active a:focus,
  .subhlist ul li.active a:hover
   { background-color:#F1F5E3; color:#718D15; font-weight:bold; text-decoration:none; }



/* 3rd-level Navigation */

.contentnav_titel_inaktiv h2 {
color:#444 !important ;
font-weight:bold;
}

#contentnav_presse { margin:0 0px 20px 0px; font-weight:normal; font-size:11px; float:left; background-color:#FFF; }
#contentnav_presse ul { margin:0px 0 15px 0px; padding: 0; }
#contentnav_presse li { margin:0; padding:0px; line-height:2.25em; list-style-type:none;}


#contentnav_presse a:link, #contentnav_presse a:active, #contentnav_presse a:visited {
display:block;
padding:0px 0px 0px 0px;
border-bottom:1px solid #D6D7D8;
background-color:#FFF;
white-space:normal;
text-decoration:none;
width:172px;
}

#contentnav_presse a:hover {
border-bottom:1px solid #D6D7D8;
background-color:#E8EFD1 !important;
color:#444 !important;
font-weight:normal;
white-space:normal;
}

#contentnav_presse a.subactive_presse:link, #contentnav_presse a.subactive_presse:active, #contentnav_presse a.subactive_presse:visited { border-bottom:1px solid #D6D7D8;
background-color:#E8EFD1 !important;
color:#444 !important;
font-weight:normal;
white-space:normal; }





}


