/*
menu.css
regelt alles bezueglich der Menuefuehrung
zu finden in der sidebar.php
*/

#menu {
border-left: 1px solid #000;
}

#menu ul.navigation {

}

#menu li {
float: left;
}

#menu li a {
display: block;
width: 136px;
height: 20px;
padding: 20px 5px 10px 5px;
border-right: 1px solid #000;
text-align: center;
text-decoration:  none;
}



/*--------------------------------------------------------------*/

li.pagenav {

}

li.pagenav h2 {

}

li.pagenav ul {

}

li.page_item {

}

.page_item a {
color: #000;
}

#menu .page_item a:hover {
padding: 10px 5px 20px 5px;
font-weight: bold;
}

.current_page_item {

}

#menu .current_page_item a {
padding: 10px 5px 20px 5px;
font-weight: bold;
}

#menu .current_page_item a:hover {
color: rgb(190,80,0);
}

/*
Sonderfaelle
*/


#menu .page-item-2 ul,
#menu .page-item-4 ul,
#menu .page-item-6 ul,
#menu .page-item-8 ul,
#menu .page-item-10 ul,
#menu .page-item-12 ul,
#menu .page-item-14 ul {
display: none;
}

/*--------------------------------------------------------------*/

#submenu-wrapper {

}

ul#submenu {
}

ul#submenu li.page_item {
float: left;
}

ul#submenu .page_item a {
display: block;
width: 150px;
padding: 0px 10px;
border-right: 1px solid #000;
text-align: left;
line-height: 25px;
text-decoration: none;
}

ul#submenu .page_item a:hover {
text-align: right;
}

ul#submenu .current_page_item a {
font-weight: bold;
font-style: italic;
text-align: right;
}

/*--------------------------------------------------------------*/

#footer ul.shortlinks {

}

#footer ul.shortlinks li {
display: inline;
}

#footer ul.shortlinks li a {
padding: 0px 5px;
font-size: 10px;
color: #000;
text-decoration: none;
}

#footer ul.shortlinks li a:hover {
text-decoration: underline;
color: rgb(208,96,3);
}

#footer .page_item {

}

#footer .page_item a {

}

#footer .page-item-2 ul,
#footer .page-item-4 ul,
#footer .page-item-6 ul,
#footer .page-item-8 ul,
#footer .page-item-10 ul,
#footer .page-item-12 ul,
#footer .page-item-14 ul {
display: none;
}

/*--------------------------------------------------------------*/

/*
Sonderfaelle
*/




