@charset "UTF-8";
/*
 *****************************************
 * (c)2009 - www.ATTENTION-GETTER.at *****
 *****************************************
 *
 * "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; */
    position:absolute;
	top:78px;
	z-index: 102;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    line-height: 0;
  }

  .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 58px; /* LTR */
    padding: 0;
  }

/********* 1. Ebene *********/

  .hlist ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    background:transparent url(../../img/top-nav-bg.png) no-repeat scroll 0 0;
	display:inline;
	float:left;
	font-size:12px;
	height:70px;
	line-height:12px;
	list-style-type:none;
	margin:0 2px 0 0;
	padding:0;
	width:135px;
  }

  .hlist ul li a, 
  .hlist ul li a:visited,
  .hlist ul li strong {
    background: transparent;
    color: #50a426;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 1px;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    width: auto;
    height: 70px;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #57AB27; 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: #57AB27;
    color: #fff; 
    text-decoration: none; 
    }
    
  .hlist ul li.active a, 
  .hlist ul li.active a:visited { color:white; text-decoration: none; }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: #57AB27; color: #fff; text-decoration: none; }

/********* 2. Ebene - TEST *********/
/*
ul.hlist ul a { padding: 0 10px; }

ul.hlist ul {
	list-style-type: none;
    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #26383D;
    border:1px solid #FFF9E4;
    display:none;
    min-width:180px;
   
}
*/

/* IE-Hack für die Breite */
/**html ul.hlist ul { width:180px; }*/

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
/*ul.hlist ul.hover, ul.hlist li.hover ul, ul.hlist li:hover ul  { display:block; }
ul.hlist ul li { float:none; background-color: transparent; }*/

/********* Slideout box *********/

#yymenu { z-index: 1000000;}
		
#yymenu > div { }

#yymenu a {
			border-top:1px dotted white;
			color:#ffffff;
			display:block;
			font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
			font-size:11px;
			margin:0px;
			padding:3px 8px 3px 8px;
			text-decoration:none;
			font-weight: normal;
			width: 115px;
			text-decoration: none;
			}
		
#yymenu a:hover { background: rgb(83, 162, 37); color:#fff; font-weight: normal; text-decoration: none; width: 115px; padding:3px 8px 3px 8px;}
		
#yymenu a.last { border:none; }
		
#yymenu .mmContent div.mmlink a.submenu:hover { }
		
#yymenu .mmLevel1, #yymenu .mmLevel2 {
			background:transparent url(../../img/topsubnav.png) repeat-y;
			border:none;
			margin-bottom:10px;
			padding-top:0px;
			width: 138px;
			margin-top: 0;
			z-index: 9999;
		}
		
#yymenu .sub { }
		
#yymenu .mmContent { }
		
#yymenu .mmLevel1 { }


}
