/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**
*/

@media all
{


#nav_main {
    width: 100%;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    background: #b8b8b8 url("gfx/buttons/background.gif") repeat-x center right; 
    border-top: 1px #333 solid; 
    border-bottom: 1px #333 solid;
    line-height: 0px;
	height:60px;
	overflow:hidden;
}

#nav_main ul {
    float:left;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
    margin-left: 10px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */

    border-left: 1px #aaaaaa solid; 
    border-right: 1px #aaaaaa solid;
}

#nav_main ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0;
	height:60px;
    font-size: 1.0em;
    line-height: 2.5em;
    list-style-type: none;
    border-left: 1px #aaaaaa solid;
    border-right: 1px #000000 solid;
}

#nav_main ul li a {
    display:block;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    color: #aaaaaa;
    margin-top: 0px;
    padding: 1em 2em 1em 2em;
}

#nav_main ul li a:hover {
    background: #b8b8b8 url("gfx/buttons/background_over.gif") repeat-x center ;
    color: #d2d2d2;
    text-decoration: none;	
    /* height:35px; */
}

#nav_main ul li#current { 
    border-left: 1px #444 solid; 
    border-right: 1px #888 solid;
    background: transparent url("gfx/buttons/background_active.gif") repeat-x center right;	
}

#nav_main ul li#current a,
#nav_main ul li#current a:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

}