@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  .hlist {
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    height: 24px;
    overflow: hidden;
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #330033; /*url("images/shiny_buttons/background.png") repeat-x center right;*/
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    line-height: 0;
  }

  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 20px; /* LTR */
    padding: 0;
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
  }

  .hlist ul li {
    border-left: 1px #aaa solid;
    border-right: 1px #aaa solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    background: #fff;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color: #33cc00; /*farbe des ersten Button*/
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0.3em 0.4em 0.5em 0.8em;
    text-decoration: none;
    width: 125px;
  }
  .hlist ul li.active {
		color: #000;
		}
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { 
		background: #FFFF99;/*#CCC;*/ 
		color: black; 
		text-decoration: none; }

  .hlist ul li.active {
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
background: #FFFF99; /*url("images/shiny_buttons/background_active.png") repeat-x center right;*/
border-left: 1px #444 solid;
border-right: 1px #888 solid;
  }

  .hlist ul li.active strong,
  .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; }
}
