﻿/* Main Navigation Klappmenü -begin */
/* -------------------------------------------------------------------------- */

#navigation{
float:left;
height:2em;
/*font-size:1.2em;*/
font-weight:bold;
background-color:#315214;
width:800px;
}

ul#nav { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height:2em;
}

ul#nav li { /* all list items */
float: left;
width: 100px; /* width needed or else Opera goes nuts */
list-style: none;
padding:0;
line-height:2em;

}

ul#nav li a {
display: block;
width: 95px;
color: #ffffff;
text-decoration: none;
padding:0 0 0 10px;
line-height:2em;
}

ul#nav li a:hover{
color: #eeeeee;
}

ul#nav li.menuparent_act{
background-color: #000000;
}

ul#nav li.menuparent_act li{
background-color: #49843C;
}




ul#nav li ul { /* second-level lists */
position: absolute;
background: orange;
width: 150px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
border-left:0.1em solid #49843C;
border-top:0.1em solid #49843C;
border-right:0.1em solid #eeeeee;
border-bottom:0.1em solid #eeeeee;
margin: 0;
padding:0.3em 0px 0.3em 0px;
background-color:#49843C;
font-weight:normal;
}

ul#nav li ul li { /* all list items */
padding:0em 0em 0em 0em;
}

ul#nav li ul li a {
width: 135px;
border:none;
padding: 0em 5px 0em 10px;
}

ul#nav li ul li a:hover {
width: 135px;
border:none;
padding: 0em 5px 0em 10px;
background-color: #315214;
}

ul#nav li ul ul { /* third-and-above-level lists */
margin: -1.9em 0 0 140px;
}

ul#nav li:hover ul ul, ul#nav li.sfhover ul ul {
left: -999em;
}

ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

/* Main Navigation Klappmenü -end */
/* -------------------------------------------------------------------------- */


/* Submenü -begin */
/* -------------------------------------------------------------------------- */

#nav_sub{
width: 800px;
text-align:right;
background-color:#000000;
height:2em;
line-height:2em;
font-size:0.9em;
border-left:1px solid #eeeeee;
border-right:1px solid #eeeeee;
border-bottom:1px solid #eeeeee;
}

#nav_sub a{
color: #cccccc;
padding-right:10px;
text-decoration:none;
}

#nav_sub a:hover{
color:#ffffff;
text-decoration:underline;
}

/* Submenü -end */
/* -------------------------------------------------------------------------- */
