@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-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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2008-04-02 18:35:00 +0700 (Mi, 02 Apr 2008) $
 */

@media all
{
#nav_main ul.l2 {
border-left:1px solid #AAAAAA;
display:block;
left:0;
position:absolute;
top:38px;
background:url("../Images/bfk/teaser_bg.png") repeat-x scroll left bottom white;
border-bottom:1px solid #AAAAAA;
}

  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 762px;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent url(../Images/shiny_buttons/nav_bg.png) repeat-x scroll right top;
    line-height: 0;
    height: 68px;
    position:absolute;
    /* top:147px; */ /*hidden the top*/
    z-index: 10;
  }

  #nav_main ul.l1 {
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin-left: 50px;
    padding: 0;
  }

  #nav_main ul.l1 li {
    border-left: 1px #fff solid;
    border-right: 1px #aaa solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav_main ul.l1 li a,
  #nav_main ul.l1 li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-top:2px;
    padding:11px 2em;
    text-decoration: none;
    width: auto;
  }
  
  #nav_main ul.l2 li a,
  #nav_main ul.l2 li strong {
    padding:2px 1em;
  }

  #nav_main ul.l1 li a:focus,
  #nav_main ul.l1 li a:hover,
  #nav_main ul.l1 li a:active  {
    background: #F3F3F3 url(../Images/bfk/teaser_bg.png) repeat-x scroll left 22px;
    color: #333;
    text-decoration: none;
  }

  #nav_main ul.l1 li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color:#f5f5f5;
    border-left:1px solid #444444;
    border-right:1px solid #888888;
    border-top:1px solid #444444;
  }

  #nav_main ul.l1 li#current strong,
  #nav_main ul.l1 li#current a,
  #nav_main ul.l1 li#current a:focus,
  #nav_main ul.l1 li#current a:hover,
  #nav_main ul.l1 li#current a:active {
    background: transparent;
    color: #c92202;
    text-decoration: none;
  }
}