@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: navigation.shinybuttons.css 1043 2011-08-12 06:59:27Z hieblmedia $
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

/**
 * Optional: Import YAML stylesheet nav_shinybuttons.css as base
 * @import url(../../../libraries/jyaml/yaml/navigation/nav_shinybuttons.css);
 */

@media all
{
/* Blocksatz */
.dlist ul
{
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: justify;
        text-align-last: justify;
        height: 81px;
}

.dlist ul:after
{
        content: "\A0";
        display: inline-block;
        height: 0;
        width: 100%;
}

.dlist li, .dlist li:lang(zxx)
{
        display: inline-block;
        padding: 46px 0 0;
        margin: 0;
}

*+html .dlist li
{
        display: inline;
}

.dlist li#spacer{
  display: inline;
}

.dlist li#spacer.item-first,
.dlist li#spacer.item-count1,
.dlist .item-first{
  display: none;
}

.dlist ul li.active span {
    padding-bottom: 10px;
    border-bottom: 10px solid #BBE3FA;
    color: #333;
}

.dlist ul li a, .dlist ul li strong{
  color: #7F7F7F;
  font-weight: normal;
}
}