@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "GreenButtons"
 * (de) Horizontale Navigationsliste "GreenButtons"
 *
 * @copyright       Copyright 2005-2009, Michael Ecker; based on shiny buttons by 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
{
	#nav .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: #b1d918 url("images/green_buttons/background.50.png") repeat-x center right;
		border-top: 1px transparent solid;
		border-bottom: 1px #4cbd38 solid;
		line-height: 0;
		margin-top:6px;
		
	}
	
	#nav .hlist ul {
		float: left; /* LTR */
		/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
		display: inline;
		/* (en) Left margin of the first button  */
		/* (de) Abstand des ersten Buttons vom linken Rand  */
		margin: 0; /* LTR */
		padding: 0;
	}
	
	#nav .hlist ul {
		border-left: 0px #e3f6b4 solid;
		border-right: 1px #e3f6b4 solid;
	}
	
	#header #topnav {
		padding:0;
		right: 1em;
		top: 0.5em;
	}
	
	#topnav .hlist ul {
		border: 0;
		margin: 0;
	}
	
	
	.hlist ul li {
		border-left: 1px #e3f6b4 solid;
		border-right: 3px #e3f6b4 solid;
		float: left; /* LTR */
		/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
		display: inline;
		list-style-type: none;
		margin: 0; margin-top:2px;
		padding: 0;
	}
	
	#nav .hlist ul li {
		font-size: 1.0em;
		line-height: 1em;
	}
	#topnav .hlist ul li {
		border-left: 1px #4cbd38 solid;
		padding: 0 0.5em;
	/*	font-size: 0.9em; */
	/*	line-height: 0.9em; */
	}
	#topnav .hlist ul li:first-child {
		border-left: 1px transparent solid;
	}

	#nav .hlist ul li a,
	#nav .hlist ul li strong {
		background: transparent;
		color: #266500;
		display: block;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 0.5em 0.8em 0.5em 0.8em;
		text-decoration: none;
		width: auto;
	}

	#nav .hlist ul li a:focus,
	#nav .hlist ul li a:hover,
	#nav .hlist ul li a:active  { background: #309f1d; color: #FFF;  text-decoration: none; }
	
	#nav .hlist ul li:hover { margin: 0; border-top: 2px solid #309f1d;}
	
	#nav .hlist ul li.active {
		/* (en) Repeat the main color from the image */
		/* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
		background: #7b9610 url("images/green_buttons/background_active.png") repeat-x center right;
		border-left: 1px #b1d918 solid;
		border-right: 3px #e3f6b4 solid;
		margin: 0; border-top: 2px solid transparent;
		
	}
	.hlist ul li.first,  #nav .hlist ul li.first{
		border-left: none;
		padding-left:2px;
	}
	#nav .hlist ul li.first:hover { 
		margin: 0; background: #309f1d;
	}
	
	#nav .hlist ul li.active strong,
	#nav .hlist ul li.active a,
	#nav .hlist ul li.active a:focus,
	#nav .hlist ul li.active a:hover,
	#nav .hlist ul li.active a:active { background: transparent; color: #FFF;  text-decoration: none; }
  
  	#col1_content {
  		
  	}
  	.vmenulist {
  		margin:0;
  		padding:0;
  		
  	}
	.vmenulist ul {
		width: 100%;
		overflow: hidden;
		/* (en|de) Bugfix: IE - collapsing horizontal margins */
		position:relative;
		padding:0;
		margin:0;
	
	}
	.vmenulist ul li {
		background: #b1d918 url("images/green_buttons/background.50.png") repeat-x center right;
		border-left: 1px #e3f6b4 solid;
		border-right: 3px #e3f6b4 solid;
		/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
		list-style-type: none;
		margin: 0; 
		padding: 0;
		font-size: 1.0em;
		line-height: 1em;
	
	}
	.vmenulist ul li  a,
	.vmenulist ul li strong {
		background: transparent;
		color: #266500;
		display: block;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 0.5em 0.8em 0.5em 0.8em;
		text-decoration: none;
		width: auto;
	}
	.vmenulist ul li a:focus,
	.vmenulist ul li a:hover,
	.vmenulist ul li a:active  { 
		background: #309f1d; 
		color: #FFF;  
		text-decoration: none; 
	}
	
	.vmenulist ul li:hover { 
		margin: 0; 
		border-top:0;
		background: #309f1d; 
	/*	background: #7b9610 url("images/green_buttons/background_active.png") repeat-x center right; */
		
	}
	
	.vmenulist ul li.active {
		/* (en) Repeat the main color from the image */
		/* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
		background: #7b9610 url("images/green_buttons/background_active.png") repeat-x center right;
		border-left: 1px #b1d918 solid;
		border-right: 3px #e3f6b4 solid;
		margin: 0;
	}
	
	.vmenulist ul li.active strong,
	.vmenulist ul li.active a,
	.vmenulist ul li.active a:focus,
	.vmenulist ul li.active a:hover,
	.vmenulist ul li.active a:active { 
		background: transparent; 
		color: #FFF;  
		text-decoration: none; 
	}
	
	.vmenulist .indented li {
		margin:0;padding:0;
		padding-left:1em;
		font-size:91.67%;
		border:0;
	}
	.vmenulist .indented li.active {
		border:0;
	}
	.vmenulist .indented .submenu {
		border:0; padding:0;
	}
	
	.vmenulist .indented .indented li {
		margin:0;padding:0;
		padding-left:1.5em;
		font-size:98%;
	}

}
