@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 screen and (max-width: 1024px)
{
/*
  * ------------------------------------------------------------------------------------------------- #
  *
  * top navigation
  */
  #nav {
    width: 673px;
    height: 32px;
    padding:0;
    margin:0;
  }

  #nav_main {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    margin-right:-14px;
  }

  #nav_main ul {
    /* (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;
    border: 1px solid #8caab9;
    border-right:0px;
    border-bottom:0px;
    z-index: 9999;
  }

  #nav_main ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #8caab9;
    border-bottom: 0px solid #8caab9;
    z-index: 9999;
  }

  #nav_main ul li img {
    z-index: 9999;
    position: relative;
  }
  #nav_main ul li div {
    z-index: 9999;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    width: auto;
    z-index: 9999;
  }
  #nav_main ul li a{
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active,
  #nav_main ul li a.active   {
  }

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active {
  }
  ul.gn_level1,
  ul.gn_level2,
  ul.gn_level3  {
    margin:0px 0 0 0px;
    padding:0;
    width:185px;
    background-color: #407195;
    color:#ebebe5;
    text-align: left;
    overflow:hidden;
    border:1px solid #8caab9;
    z-index: 1;
  }
  ul.gn_level1  {
    margin:-1px 0 0 -1px;
    /*border-top:0px;*/
  }
    ul.gn_level1 li,
    ul.gn_level2 li,
    ul.gn_level3 li
    {
      line-height:1em;
      list-style-type: none;
      margin-left:12px;
      margin: 0.5em 0;
      z-index: 1;
     }

    ul.gn_level1 li a,
    ul.gn_level2 li a,
    ul.gn_level3 li a
    {
      /*height: 20px;*/
      display:block;
        color:#ebebe5;
      text-decoration:none;
      z-index: 1;
      vertical-align: bottom;
    }

    ul.gn_level1 li div
    {
  }

    ul.gn_level1 li a .span_block,
    ul.gn_level2 li a .span_block,
    ul.gn_level3 li a .span_block
    {
      padding-left: 13px;
      margin-left: 12px;
      display: block;
      /*height: 20px;*/
      background: transparent url('../../img/Dreieck-weiss.gif') 0 5px no-repeat;
  }

  ul.gn_level1 li a .span_block span,
    ul.gn_level2 li a .span_block span,
    ul.gn_level3 li a .span_block span
    {
      line-height: 1.3em;
      display: inline-block;
      margin: 2px 0 0 0;
  }
    ul.gn_level1 li a:HOVER,
    ul.gn_level2 li a:HOVER,
     ul.gn_level3 li a:HOVER
    {
      padding-left: 0;
      background: transparent url('../../img/Navi_2Hoover.gif') 0 0 repeat-x;
    }

  #navLastElement  {
    display:none;
  }
}