@charset "UTF-8";
/**
 * "YAML for Joomla Template" - http://www.jyaml.de
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @version         $Id: nav_shinybuttons.css 715 2010-03-15 19:29:47Z hieblmedia $
 * @copyright       Copyright 2005-2010, Reinhard Hiebl
 * @license         CC-A 2.0/JYAML-C(all media,html,css,js,...) and GNU/GPL(php),
                    - see http://www.jyaml.de/en/license-conditions.html
 * @link            http://www.jyaml.de
 * @package         yamljoomla
 * @revision        $Revision: 715 $
 * @lastmodified    $Date: 2010-03-15 20:29:47 +0100 (Mo, 15 Mrz 2010) $
*/


/* Import basic YAML stylesheet | Importiere Basis YAML Stylesheet */
@import url(../../../yaml/navigation/nav_shinybuttons.css);

@media screen, projection
{
  /**
   * (en) Modifying "shiny buttons" navigation
   * (de) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border: 0px none !important}
  #nav_main { text-shadow: black 1px 1px 1px; background-image: url("../../../images/default/hintergrundnav.jpg"); background-repeat: no-repeat; background-position: left;}
  #nav_main ul { margin-left: 20px }
  #nav_main ul li { line-height: 1.2em}

  #nav_main ul li a,
  #nav_main ul li span.separator {
    background: transparent;
    color: #ffffff;
    display: block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0.7em 0.5em 0.7em;    text-decoration: none;
    width: auto;
background-image: url("../../../images/default/hintergrundnav1.jpg"); background-repeat: no-repeat; background-position: right;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:active  { color: #dddddd; }


  #nav_main ul li a:hover { color: #ffffff;  background-image: url("../../../images/default/hintergrundnav2.jpg"); background-repeat: no-repeat; background-position: right;}


  #nav_main ul li#current, #nav_main ul li.active { background: transparent }

  #nav_main ul li#current a, #nav_main ul li.active a,
  #nav_main ul li#current a:focus, #nav_main ul li.active a:focus,
  #nav_main ul li#current a:hover, #nav_main ul li.active a:hover,
  #nav_main ul li#current a:active, #nav_main ul li.active a:active { color: #000000; cursor:default; text-shadow: white 1px 1px 1px; background-image: url("../../../images/default/hintergrundnav3.jpg"); background-repeat: no-repeat; background-position: right;}
}