@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
**
**  beige  = #f7f3e8
**  orange = #f29300
**  braun  = #735a36
**  rot    = #cb4e00 
**
*/
@media all
{

/* nav_shinybuttons */
#nav_main {background:#cb4e00; border-top:0px; border-bottom:0px;}
#nav_main ul li {border-left:1px #fff solid; border-right:1px #fff solid;}
#nav_main ul li a {font-weight:normal; color:#fff;}
#nav_main ul li a:hover {background:#fff; color:#000;}
#nav_main ul li#current {border-left:none; border-right:none; background:#cb4e00;}
#nav_main ul li#current a, #nav_main ul li#current a:hover {color:#fff; font-weight:bold;}


}
