@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
 * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
 *
 * @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;	

		height:44px;
		border-top222: 3px solid #c93e16;
		border-bottom222: 3px solid #c93e16;
    background: #252525 url("../../images/bg-menu.jpg") repeat-x;
}
  .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 50px; /* LTR */
    padding: 0;


  }

  .hlist ul li {

    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
		text-transform: uppercase;
    
  }

  .hlist ul li a,
  .hlist ul li a:visited,
  .hlist ul li strong {
    background: transparent;
    color: #efefef;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding222: 0.5em 0.8em 0.5em 0.8em;
    padding: 13px 40px;
    text-decoration: none;
    padding222: 0px 46px ;
    width: auto;
  }
  .hlist li.current,
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { 
    text-decoration: none; 
    background: #4d87c7 url("../../images/bg-menu-act.gif") repeat-x; color: #fff;
  }
  

.hlist ul li.hlist-cur  a {color: #4d87c7 ; background-color: #FFFFb3;}
	
}
