@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
* "YAML for Joomla Template" - http://www.joomla-template-yaml.de
*
* (en) Horizontal list navigation "Shiny Buttons"
* (de) Horizontale Navigationsliste "Shiny Buttons"
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A-NC 2.0 (http://creativecommons.org/licenses/by-nc-sa/2.0/de/),
*                  YAML-C (http://www.yaml.de/en/licence.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0
* @revision        $Revision: 63 $
* @lastmodified    $Date: 2007-06-25 15:47:28 +0200 (Mo, 25 Jun 2007) $
*/

@media all
{
  #nav_main {
  position:relative;
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
   
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
    display:inline;
	 width:100%;
    background: #92a0b8 url("gfx/shiny_buttons/background.gif") repeat-x top right;
    border-bottom: 1px #92a0b8 dotted;
	
  }
  

.Menu {
  	float:left;
   /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
   display:inline;
	 width: 553px;
	height: 27px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9;
	clear: left;
	text-align:center;
	margin:0;
	padding: 0;
	/* (en) Left margin of the first button  */
   /* (de) Abstand des ersten Buttons vom linken Rand  */
   margin-left: 160px;
	list-style:none;
	border-left: 1px #92a0b8 dotted;
	 
}

.MenuRight {
position:relative;
   float:left;
   /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
   display:inline;
	width: 160px; 
	height: 27px;
	 line-height: 11px;
}
.MenuRight img{position:absolute; bottom:5px;}
/*
.Menu a:hover {background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x top right;
		color:#fff;  
}*/

.MenuEntryLevel0 {
   margin: 0;
   padding: 0;
	width: auto;
	min-width: 91px;
	float:left;
	display:inline;
	position:relative;
   line-height: 27px;
	height:27px;
	border-right: 1px #92a0b8 solid;
	z-index:9;
}
.MenuEntryLevel0 a{
    display:block;
    color: #fff;
	 text-align:center;
	 vertical-align:middle;
    font-size: 11px;
    text-decoration: none;
	 padding: 0 10px 0 10px;
	 z-index:9;	
} 
.MenuEntryLevel0 a:focus,
.MenuEntryLevel0 a:activate{} 
.MenuEntryLevel0:hover {background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x top right;} 
/*#current */
#current0.MenuEntryLevel0 a, #current1.MenuEntryLevel1 a {background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x top right;} 
.MenuEntryLevel0 a:hover {background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x top right;} 
.MenuEntryLevel0:hover .Submenu{ display:inline; direction:ltr;}
.MenuEntryLevel0:hover .Submenubox{ display:block;  direction:ltr;}
.Submenubox {  position:absolute !important;
               height: 156px;
					top:0px;
					left:0px;
	            min-width:130px;
					display:none;
					margin:-156px 0 0 0;
					background: transparent url("gfx/shiny_buttons/Milchglas.png") ;
					z-index:9 !important;
					 
					}
.Submenu {
   float:left;
   margin:0;
   padding: 0;
   /*padding-bottom:4px;*/
	min-width: 130px;
 	position:absolute;
	bottom: 0;
	left:0;                        			
	background:none;
 	display:none;  
	list-style:none;
	z-index:9; 
	
}
*html .Submenu {padding-bottom:0px;}
.Submenu li {

   float:left;
   white-space:nowrap;
	width:130px;
   margin:0;
	line-height: 14px;
	font-size:9px;
	background: transparent url("gfx/shiny_buttons/Milchglas.png") ;
	z-index:9;
}

.Submenu li:hover {background:none;background-color: #eecc55;  }
.Submenu li a{
	display:block;
	width:118px; 
	color:#000000; 
	background-image:none; 
	padding: 0 2px 0 2px;
	margin:2px 4px 2px 4px; 
	text-align:left; 
	border-bottom:1px #FFFFFF solid;
	line-height:14px;}
.Submenu li a:focus,
.Submenu li a:active {}
.Submenu li a:hover {background-image:none; color:#000; background-color: #eecc55;  }
#current0 .Submenu li  a {background-image:none;} 
#current0 .Submenu li a:hover {background-image:none; color:#000; background-color: #eecc55;} 
#current0.Submenu li a#active_link { color:#ffffff;background: transparent url("gfx/shiny_buttons/background_active.gif") repeat-x top right;} 
#current0 .Submenu li a#active_link:hover {background-image:none; color:#000; background-color: #eecc55;} 


}
