/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : nav_shinybuttons.css
**  Funktion    : Formatierung der Hauptnavigation: Button-Navigation "Shiny Buttons"
**
*/
 
@media all
{

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/

#nav_main {
    width: 100%;
    overflow:hidden;
    background: #4B4C4B ;
    border-top: 0px #4B4C4B solid;
    border-bottom: 5px #609D26 solid;
}

#nav_main ul {
    display: block;
    margin: 0;
    padding: 0px 0px 0px 202px;
    font-size: 1em !important;
    line-height: 1em;
}

#nav_main ul li {
	float: left;
	margin: 0;
	padding: 0;
         font-size: 1em !important;
	line-height: 1em;
         list-style-type: none;
	border-left: 1px #4B4C4B solid;
	border-right: 1px #4B4C4B solid;
         text-transform:uppercase;
}

#nav_main ul li#first {
   border-right: 1px #4B4C4B solid;
   border-left: none;
   padding: 0.5em 0em 0.5em 0em;
   width:480px;
}

#nav_main ul li#last {
   border-left: 1px #4B4C4B solid;
   border-right: none;
   padding: 0.5em 0em 0.5em 0em;
}

#nav_main ul li a {
    display:block;
    width: auto;
	font-size: 0.925em !important;
    font-weight: normal;
	background: #4B4C4B;
	text-decoration: none;
	color: #FFF;
	margin: 0;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#nav_main ul li a:hover {
	background: #999;
	color: #FFF;
	text-decoration: none;
}

#nav_main ul li#current {
    border-left: 0px #444 solid;
	border-right: 0px #888 solid;
	background: #609D26;
}

#nav_main ul li#current a,
#nav_main ul li#current a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

} /* @media all  ENDE */

@media screen {
       .nav_main_rechts {
               color: #fff;
               background: transparent;
               float: right;
               font-size: 0.85em !important;
               line-height: 1em;
               padding: 0.75em 1em 0em 0em;
      }

       .nav_main_rechts a{
               color: #fff;
               background: transparent;
               text-decoration: none;
			       font-weight: normal;
      }
      .nav_main_rechts a:hover {
               color: #fff;
               background: transparent;
               text-decoration: underline;
      }
}