/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2010, 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.3
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 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: #F7F6EF;
    line-height:0;
  }

  .hlist ul {
    margin:0;
    padding:0;
	width: 580px;
    /* (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  */
    /*border-left:1px #aaa solid;*/
    /*border-right:1px #fff solid;*/
  }

  .hlist ul li {
    /*border-left:1px #fff solid;*/
    /*border-right:1px #aaa solid;*/
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
	font-family: "myriad-pro-n7","myriad-pro-1","myriad-pro-2", "Tahoma";
	font-weight:700;
	font-style:normal;
    font-size:14px;
	text-transform:uppercase;
    line-height:1.5em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:#706C69;
    display:block;
    font-size:14px;
    /*font-weight:bold;*/
    margin:0;
	padding: 3px 9px 4px 9px;
	text-decoration:none;
    width:auto;
  }

  .navright li a {padding:3px 12px 4px 5px !important}
  li.red a {
      color: #CC0000 !important;
      }
  .rubrikennav li a,
  .rubrikennav li strong {
	padding: 3px 5px 4px 5px !important;
  }


  .hlist_active,
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#E2DFD6; text-decoration:none; outline: 0 none }


  .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#E2DFD6;
    /*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; }

  .hlist ul li.aktiv a, .hlist ul li.hlist_active a {color:#000;}

  .ebene2 {background-color:#FFF !important; border-top: 1px solid #C3C3C3}

  .navright {width: 380px !important;}

  .rubrikennav li {font-family: "myriad-pro-n4","myriad-pro-1","myriad-pro-2", "Tahoma" !important; font-weight:400 !important; font-style:normal !important; text-transform:none !important;}

}



