@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-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    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 */
    background: transparent;
    line-height: 0;
  }

  .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 0px; /* LTR */
    padding: 0;
  }

  .hlist ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.00em;
    line-height: normal;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color:  #669ACC;
    display: block;
    /* font-size: 1em; */
    font-weight: normal;
    margin: 0;
    padding: 0.2em 0.8em 0.2em 0.8em; 
    text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  {  background: transparent; /**/ color: #FFFFFF; text-decoration: none; }

  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background: #272727; 
    border-left: 0px #444 solid;
    border-right: 0px #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: #00CCFF; text-decoration: none; }

  .hlist ul li.passive strong,
  .hlist ul li.passive a:focus,
  .hlist ul li.passive a:hover,
  .hlist ul li.passive a:active { background: transparent; color: #00CCFF; text-decoration: none; }
}

  .hlist ul li.current strong,
  .hlist ul li.current a:focus,
  .hlist ul li.current a:hover,
  .hlist ul li.current a:active { background: transparent; color: #00CCFF; text-decoration: none; }

.schriftsize100 {
	font-size: 1.00em;
	vertical-align: bottom;
	
}

.schriftsize110 {
	font-size: 1.10em;
	vertical-align: top; 
}

.schriftsize120 {
	font-size: 1.20em;
	vertical-align: top; 
}

.schriftsize130 {
	font-size: 1.30em;
	vertical-align: top;
	
}

.hellblau { background: transparent; color: #00CCFF; text-decoration: none; }

