/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2011, 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.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 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:#00a3b3;

    line-height:0;
  }

  #nav .hlist ul {
    margin:0;
    padding:0;
    /* (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  */
		text-align: center
  }

  #nav .hlist ul li {
    border-right:2px #fff solid;    
    /* (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;
  }
  
  #nav .hlist ul li a {
    background:transparent;
    color:white;
    display:block;
    font-size:1em;
    margin:0;
    padding:0.5em;
    text-decoration:none;
    width:auto;
  }
  
  #nav .hlist ul li.menu-last {
  	border:0;  	
  }
  
  #nav .hlist ul li.menu-last a {
  	
  }  

  #nav .hlist ul li a:focus,
  #nav .hlist ul li a:hover,
  #nav .hlist ul li a:active,
  #nav .hlist ul li.menu-current a,
  #nav .hlist ul li.menu-parent a { background:#57bfc9; text-decoration:none; outline: 0 none; }

  #nav .hlist ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#57bfc9;

  }

  #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; }
  
  
  
  
  
  /* Unternav */
  
	#nav_u .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 */
		
		line-height:0;
	}

	#nav_u .hlist ul {
		margin: 13px 0 0 0;
		padding:0;
		/* (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  */

	}

	#nav_u .hlist ul li {
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:left; /* LTR */
		font-size:1.0em;
		line-height:1.2em;
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#nav_u .hlist ul li a {
		background:transparent;
		color:#d15610;
		display:block;
		font-size:1.1em;
		margin:0 17px 0 0;
		padding:0;
		text-decoration:none;
		width:auto;
	}

	#nav_u .hlist ul li.menu-last {
		border:0;  	
	}

	#nav_u .hlist ul li.menu-last a {

	}  

	#nav_u .hlist ul li a:focus,
	#nav_u .hlist ul li a:hover,
	#nav_u .hlist ul li a:active,
	#nav_u .hlist ul li.menu-current a,
	#nav_u .hlist ul li.menu-parent a { text-decoration:none; outline: 0 none; font-weight:bold }

	#nav_u .hlist ul li.active {
		/* (en) Repeat the main color from the image */
		/* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
		

	}

	#nav_u .hlist ul li.active a:focus,
	#nav_u .hlist ul li.active a:hover,
  #nav_u .hlist ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  
  
}
