@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" for Drupal
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2006-2009, Alexander Hass
 * @license         http://www.yaml-fuer-drupal.de/en/terms-of-use
 * @link            http://www.yaml-for-drupal.com
 * @package         yaml-for-drupal
 * @version         6.x-3.1.0.12
 * @lastmodified    2009-06-07
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 945px;
    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 */

    border-top: 0px #333 solid;
    border-bottom: 3px #0064b4 solid;
    line-height: 0;
	margin-left:8px;
	background-color:#fff;
  }

  .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 13px; /* LTR */
    padding: 0;
    border-left: 0px #aaa solid;
    border-right: 0px #fff solid;
  }

  .hlist ul li {
    border-left: 0px #fff solid;
    border-right: 0px #aaa solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    list-style-type: none;
    margin: 0;
	margin-right:25px;
    padding: 0;
  }

  .hlist ul li a {
    background: transparent;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight:bold ;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #eee; color: #333; text-decoration: none; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:url("images/shiny_buttons/background_active.png") repeat-x center right;
  }

  .hlist ul li.active a,
  .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; }
  
  
  .hlist ul li.active-trail  {
    /* CSS für aktiven Pfad */
    background: url("images/shiny_buttons/background_active.png") repeat-x center right;
  	color:#ffffff;
  }
  
   .hlist ul li.active-trail  a,
 .hlist ul li.active-trail  a:focus,
  .hlist ul li.active-trail  a:hover,
  .hlist ul li.active-trail a:active  {
      /* CSS für aktiven Pfad */
    background: url("images/shiny_buttons/background_active.png") repeat-x center right;
 
	color:#ffffff;
  }
  
  
  
  
  
}
