/**
 * "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) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: none;
    border-top: none;
    border-bottom: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	letter-spacing: 0.05em;
	padding-left: 20px;
	font-size: 87%;
  }

  .hlist ul {
    
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    border-left:none;
    border-right:none;
  }

  .hlist ul li {
    border-left:none;
    border-right:none;
	/* font-size: 87%;  */
  }

  .hlist ul li a {
    color: white;
	display:block;
    /* font-size:1em;  */
	font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
	background: none;
  }

	.hlist ul li a:focus,
	.hlist ul li a:hover  {
	  color: #e2ddaf;
  	}
	
	.hlist ul li a:active,
	.hlist ul li.current a  {
	  color: #e95b2b !important;
  	}

  .hlist ul li.current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    /* background:none; */
    border-left: none;
    border-right: none;
  }

  .hlist ul li.current a,
  .hlist ul a:focus,
  .hlist ul li.current a:focus,
  .hlist ul li.current a:hover,
  .hlist ul li.current a:active {
	  color: #e95b2b !important;
	}
	
	/*** Link-Ebene 2 ***/
	.hlist ul li ul li a,
	.hlist ul li.current ul li a {
		color: black !important;	
	}
	
	.hlist ul li ul a:hover,
	.hlist ul li.current ul li a:hover {
		color: #e95b2b !important;	
	}
	/* die supersized-Formate überscheiben */
	#navigation {
		float: none !important;
		margin: 0 !important;
	}
	#supersized-loader {
		display: none !important;
	}
	#supersized {
		top: 146px;
	}

}
