@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_unter  {
	/* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 952px;
	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;
	line-height: 0;
	background-image: url(../../images/img_nav_speis/tafel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  }

  .hlist_unter  ul {
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left; /* LTR */
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 40px;
	text-align: center;
  }

/** ==== Navigationen im Grundzustand ===================**/
  .hlist_unter  ul li {
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 155px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left 0px;
	text-indent: -9999px;
  }
  
  .hlist_unter  ul li#Suppen_nav {
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
	/**(en|de) Bugfix: IE - Doubled Float Margin Bug */
	background-image: url(../../images/img_nav_speis/suppen.jpg);
	width: 152px;
	
  }
  
 .hlist_unter  ul li#Warme_nav {
	 border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
/*	(en|de) Bugfix: IE - Doubled Float Margin Bug */
	background-image: url(../../images/img_nav_speis/warme_speisen.jpg);
	width: 157px;
  }
  
   .hlist_unter  ul li#Jausen_nav {
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
/* 	(en|de) Bugfix: IE - Doubled Float Margin Bug */
	background-image: url(../../images/img_nav_speis/jausen.jpg);
	width:152px;
  }
  
  .hlist_unter  ul li#Desserts_nav {
	/* border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
	(en|de) Bugfix: IE - Doubled Float Margin Bug */
	background-image:url(../../images/img_nav_speis/suesses.jpg);
	width: 136px;
  }
  
  .hlist_unter  ul li#Getraenke_nav{
	/* border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
	(en|de) Bugfix: IE - Doubled Float Margin Bug */
	background-image:url(../../images/img_nav_speis/getraenke.jpg);
	width: 145px;
  }
  

  .hlist_unter  ul li a,
  .hlist_unter  ul li strong {
	background: transparent;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	width: auto;
	height: 155px;
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
  }


/** = = = =  N a v i g a t i o n e n   H o v e r = = = = = = = = = = = = = = = = = = = * */
 .hlist_unter ul li  a:hover  {
	text-decoration: none;	
	background-position: left -156px;
	background-repeat: no-repeat;
}

 .hlist_unter ul li#Suppen_nav  a:hover {
  width: 152px;
	background-image: url(../../images/img_nav_speis/suppen.jpg);
}

.hlist_unter  ul li#Warme_nav a:hover {
	background-image: url(../../images/img_nav_speis/warme_speisen.jpg);
	width: 157px;
  }
  
   .hlist_unter  ul li#Jausen_nav a:hover {
	
	background-image: url(../../images/img_nav_speis/jausen.jpg);
	width:152px;
  }
  
  .hlist_unter  ul li#Desserts_nav a:hover {
	
	background-image:url(../../images/img_nav_speis/suesses.jpg);
	width: 136px;
  }
  
  .hlist_unter  ul li#Getraenke_nav a:hover {
	
	background-image:url(../../images/img_nav_speis/getraenke.jpg);
	width: 145px;
  }

  
 



/** = = = =  N a v i g a t i o n e n   A c t i v e = = = = = = = = = = = = = = = = = = = * */
 

  

  .hlist_unter  ul li#Getraenke a:active { text-decoration: none;	
  background-image:url(../../images/img_nav_speis/getraenke.jpg);
	background-position: left -156px;
	background-repeat: no-repeat;}
  
  

  
}

