/* Farbwerte Für Rubrik 0 (neutral) überschreiben ... */

/* Navigation zweite Ebene */

#leftmenu ul li a { background-color: #EDEDED; }
#leftmenu ul li a:hover { background-color: #9B9B9B; }
#leftmenu .act, #leftmenu .act:hover { background-color: #585858; }

/* Navigation dritte Ebene */
#leftmenu ul ul li { background-color: #EDEDED; }
#leftmenu ul ul li a:hover { background-color: #EDEDED; }

/* Pfadanzeige */
#path { background-color: #585858; border-top: 1px solid white; }

/* Content */
#content h1 { color: #585858; }
#contentwrap {width:42em;}