the menu does not seem to use the .page_item class, but instead uses .menu-item;
therefore, some styles are not specific enough;
in base.css:
.nav li.current_page_parent li a,
.nav li.current_page_item ul li a,
.nav li.current_page_ancestor li.page_item a,
.nav li.current_page_parent li.current_page_item .page_item a,
.nav li.current_page_ancestor li.current_page_ancestor li.page_item a,
.nav li.current_page_ancestor li.current_page_ancestor li.current_page_item li.page_item a,
.nav li.current_page_ancestor li.current_page_ancestor li.current_page_ancestor li.page_item a
{ border:none;border-bottom: 1px solid #e1e1e1; padding: 10px; background: #eee; color: #333; text-shadow:0px 1px 1px #fff; }
probably best to copy all lines with .page_item and add them back with .menu-item;
example:
.nav li.current_page_ancestor li.page_item a,
.nav li.current_page_ancestor li.menu-item a,
the whole section:
http://pastebin.com/FHexCFFm
(tested on ‘smv’-‘referate’-‘film/video’-‘celine..’)
wordpress-hilfe gibt es auch hier: http://forum.wordpress-deutschland.org/
thank you a lot, all works
How did you make your menus and widgets soo nicely rounded? It looks much better this way.