@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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{

#menubar{
  background:#fff url("../_img/bckgrnd/menubar_bckg.png") repeat-x center right;
  height:26px;
  width:100%;
   }
    
   
   
.hlist_home {		 
	width: 518px;
	height: 24px;
	margin: 0 auto;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */   
    display:block;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
	  }
	  
	  
.hlist {		 
	width: 558px;
	height: 24px;
	margin: 0 auto;
    overflow:hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */   
    display:block;
    /* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
	  }
  
	  

.hlist_home ul, .hlist ul {
    list-style-type:none;
    margin:0;
    padding:0;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; 
  }

.hlist_home ul li, .hlist ul li {
    border-left:1px #fff solid;
    border-right:0px #aaa solid;
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1em;
    line-height:1em;
    list-style-type:none;
    margin:0;
	
  }
  

.hlist ul li a, .hlist ul li strong, 
.hlist_home ul li a, .hlist_home ul li strong {
    background: transparent url("../_img/bullets/square_white.gif") no-repeat 2px 4px ;
    color:#fff;
    display:block;
    font-size:1.2em;
    font-weight:bold;
	letter-spacing:normal;
    margin:0;
    padding: 7px 0em 7px 29px;
    text-decoration:none;
    width:82px;
  }
  
  

.hlist ul li a:focus,
.hlist ul li a:hover,
.hlist ul li a:active,
.hlist_home ul li a:focus,
.hlist_home ul li a:hover,
.hlist_home ul li a:active  {
   background:transparent  url("../_img/bckgrnd/menubar_bckg_active.png") repeat-x center right; color:#000; text-decoration:none ;}
   


.hlist ul li.active , .hlist_home ul li.active{
	
    background:transparent url("../_img/bckgrnd/menubar_bckg_active.png") repeat-x center right;
	border-left:1px #444 solid;
	border-right:0px #888 solid;
	color: #000000; 
  }
  

.hlist ul li.active a,
.hlist ul li.active a:focus,
.hlist ul li.active a:hover,
.hlist ul li.active a:active, 
.hlist_home ul li.active a,
.hlist_home ul li.active a:focus,
.hlist_home ul li.active a:hover,
.hlist_home ul li.active a:active  { 
   background: transparent url("../_img/bullets/square_white.gif") no-repeat 2px 4px ; color:#000; text-decoration:none; }
  
  
  
.hlist #home a, .hlist_home #home a {
    display:block;
    margin:0;
    padding:0px 5px 0px 8px ;  
    width:auto;
  }
  
#menu_list {
   
	  }
  
.hlist #left, .hlist_home #left {
   /*width: 666px;*/
    width: 450px;
    float:left;
	border-right: 2px #000 solid;
	}
	
.hlist_home #left {
    
    width: 450px;
    float:left;
	border-right: 2px #000 solid;
	}

	
.hlist #right, .hlist_home #right {
   /* width: 322px;*/
    width: 60px;
	float:left; 
	}

#home {
    width: 60px;
	float:left; 
  
}


}

