/*
menu.css
regelt alles bezueglich der Menuefuehrung
*/

#menu-1 {
margin: 0px auto;
width: 849px;
height: 70px;
line-height: 25px;
}

#menu-1 ul.navigation-1 {
}

#menu-1 ul.navigation-1 li {
float: left;
}

#menu-2 { /*war als zweites menu gedacht ist jetztr*/
position: absolute;/* hintergrund fuer den titel der seite*/
top: 321px; /*war 250 bei position: relative;  ohne kategorien*/
height: 50px;
width: 848px;
line-height: 25px;
}

#menu-2 ul.navigation-2 {
}

#menu-2 ul.navigation-2 li {
float: left;
}

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

li.pagenav {
}

li.pagenav h2 {
display: none;
}

li.pagenav ul {
}

li.page_item {

}

#menu-1 .page_item a {
display: block;
padding: 40px 0px 5px 0px;
width: 105px;
border-left: 1px solid rgb(150,70,64);
text-align: center;
color: #fff;
text-decoration: none;
}

#menu-1 .page_item a:hover {
color: rgb(254,195,95);
}

#menu-1 .current_page_item {
}
/* alles nicht noetig da...
#menu-2 .page_item a {
display: block;
padding: 20px 0px 5px 0px;
width: 100px;
border-right: 1px solid rgb(150,70,64);
text-align: center;
color: #fff;
text-decoration: none;
}

#menu-2 .page_item a:hover {
color: rgb(254,195,95);
}

#menu-2 .current_page_item {
}
im moment nur als hintergrund genutzt*/
/*
Sonderfaelle
*/

#menu-1 .page-item-15 ul {
display: none;
}

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

ul#submenu li.page_item {
float: left;
width: 50%;
border-bottom: 1px solid rgb(150,70,64);
}

ul#submenu .page_item a {
display: block;
padding: 0px 10px;
/*background-color: rgb(254,195,95);*/
font-size: 10px;
font-weight: bold;
text-align: right;
line-height: 25px;
text-decoration: none;
color: rgb(140,73,0);
}

ul#submenu .page_item a:hover {
background-color: rgb(67,24,16);
color: rgb(254,195,95);
}

/*
Sonderfaelle
*/

ul#submenu li.page-item-5,
ul#submenu li.page-item-437 {
width: 100%;
margin-bottom: 10px;
}

ul#submenu li.page-item-5 a,
ul#submenu li.page-item-437 a  {

}

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

#shortlinks ul.shortlinks-1 {

}

#shortlinks ul.shortlinks-1 li {
display: inline;
}

#shortlinks ul.shortlinks-1 a {/*muss geaendert werden wenn*/
padding: 17px; /*mehr menus dazu kommen 2. reihe?*/
font-size: 10px;
line-height: 20px;
text-decoration: none;
color: #fff;
}

#shortlinks ul.shortlinks-1 a:hover {
color: rgb(67,24,19);
}

#footer .page_item {
}

#footer .page_item a {
}

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

/*
Sonderfaelle
*/

#footer .page-item-15 ul {
display: none;
}






