@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: #c0c0c0 url("images/shiny_buttons/background.png") repeat-x center right;
		border-top: 1px #333 solid;
		border-bottom: 1px #333 solid;*/
		height:25px;
		line-height: 0; margin:0px; padding:0px;
	}

  .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 {
    border-right: 1px #fff solid;
    text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

	#lastli {
		border-right: 1px #5ba128 solid;
	}

	.hlist ul li a{
	    background: #5ba128;
	    color: #fff;
	    display: block;
	    font-size:10pt;
	    font-weight: bold;
	    margin: 0;
	    padding: 8px 13px 8px 13px;
	    text-decoration: none;
	    width: auto;
  	}

	.hlist ul li a:focus,
	.hlist ul li a:hover,
	.hlist ul li a:active  { 
	  	background: #0095d8;
	  	color: #fff; 
	  	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: 1px #444 solid;
	 }
	
	
	 .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.wissen a:focus,
	.hlist ul li.wissen a:hover,
	.hlist ul li.wissen a:active,
	.hlist ul li.wissen_current a { 
		background: #27762f;
	}

	.hlist ul li.shop a:focus,
	.hlist ul li.shop a:hover,
	.hlist ul li.shop a:active,
	.hlist ul li.shop_current a { 
		background: #b9d58d;
	}

	.hlist ul li.mitmachen a:focus,
	.hlist ul li.mitmachen a:hover,
	.hlist ul li.mitmachen a:active,
	.hlist ul li.mitmachen_current a { 
		background: #eb690b;
	}

	.hlist ul li.aktuell a:focus,
	.hlist ul li.aktuell a:hover,
	.hlist ul li.aktuell a:active,
	.hlist ul li.aktuell_current a { 
		background: #e2007a;
	}

	.hlist ul li.schuetzen a:focus,
	.hlist ul li.schuetzen a:hover,
	.hlist ul li.schuetzen a:active,
	.hlist ul li.schuetzen_current a { 
		background: #006293;
	}

	.hlist ul li.erleben a:focus,
	.hlist ul li.erleben a:hover,
	.hlist ul li.erleben a:active,
	.hlist ul li.erleben_current a { 
		background: #572381;
	}

	.hlist ul li.stiftung a:focus,
	.hlist ul li.stiftung a:hover,
	.hlist ul li.stiftung a:active,
	.hlist ul li.stiftung_current a { 
		background: #0095d8;
	}

	.hlist ul li.presse a:focus,
	.hlist ul li.presse a:hover,
	.hlist ul li.presse a:active,
	.hlist ul li.presse_current a { 
		background: #6b4828;
	}

	li#lastli a {
		padding-right: 62px;
	}

	div.clear {
		clear: both;
	}
}
