/* Sprachnavigation  */
#nav_lang {
   z-index:2;
   position:absolute;
   margin-left:40px;
   list-style-type:none;
   font-size:11px;
}

#nav_lang li {
   display:inline;
   float:left;
}

#nav_lang li a {
   display:block;
   line-height:25px;
   background:#809199;
   text-decoration:none;
   padding-left:10px;
   padding-right:10px;
   color:#b1bec3;
}

#nav_lang li a:hover {
   background:#003c73;
   color:white;
}

#nav_lang li.active a {
   color:white;
   background:#809199;
   cursor:default;
}



#body .menu {
   width:610px;
   height:30px;
   position:relative;
   z-index:40;
   top:70px;
   margin-left:40px;
   background:#FF9007;
   padding-left:9px;
}

/* remove all the bullets, borders and padding from the default list styling */
#body .menu ul {
   padding:0;
   margin:0;
   list-style-type:none;
}
#body .menu ul ul {
   display:block;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#body .menu li {
   float:left;
   position:relative;
border-left:1px solid #FF9007;
}
#body .menu li li {
border-left:0px;
}
/* style the links for the top level */
#body .menu a {
   display:block;
   font-size:11px;
   text-decoration:none;
   color:white;
   height:30px;
   background:#ff9007;
   text-align:center;
   padding-left:9px;
   padding-right:9px;
   line-height:29px;
   white-space:nowrap;
}


#body .menu li:hover a {
   background-color:#003c73;
}

/* style the second level background */
#body .menu ul ul a.drop {
   background-image:url(/_img_allgemein/pfeil_bg_transparent.gif);
   background-repeat:no-repeat;
   background-position:95% center;
}
/* style the second level hover */
#body .menu ul ul li:hover a.drop{
   background-color:#003c73;
}
#body .menu ul ul :hover > a.drop {
   background-color:#003c73;
}
/* style the third level background */
#body .menu ul ul li:hover ul a {
   background-color:#265b87 !important;
}
/* style the third level hover */
#body .menu ul li:hover ul li:hover ul li:hover a {
   background-color:#003c73 !important;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#body .menu ul ul {
   visibility:hidden;
   position:absolute;
   height:0;
   top:30px;
   left:0;
   width:195px;
   /*min-width:149px;*/
}

#body .menu ul ul li a {
   width:175px;
}

/*
#body .menu ul ul li {
float: none;
clear: both;
font-size: 0;
line-height: 0;
width: auto;
}


#body .menu ul ul li a {
min-width: 175px;
float: left;
font-size: 11px;
display: block;
}
*/


/* position the third level flyout menu */
#body .menu ul ul ul {
   left:148px;
   top:0px;
   width:149px;
}

/* style the second level links */
#body .menu ul ul a {
   background-color:#4e75a5 !important;
   color:white;
   height:auto;
   line-height:1em;
   padding:5px 10px;
   width:128px;
   text-align:left;
   padding-left:10px;
}

#body .menu ul ul li:hover a {
   background-color:#003c73 !important;
}
/* style the top level hover */
#body .menu a:hover, #body .menu ul ul a:hover {
   background-color:#003c73;
}
#body .menu :hover > a, #body .menu ul ul :hover > a {
   background-color:#003c73;
}
/* make the second level visible when hover on first level list OR link */
#body .menu ul li:hover ul, #body .menu ul a:hover ul {
   visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#body .menu ul :hover ul ul{
   visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#body .menu ul :hover ul :hover ul {
   visibility:visible;
}


#body .menu a.active {
   background-color:#003c73 !important;
   cursor:default;
}



/* Breadcrumb */

#breadcrumb {
	padding: 10px 0 0 20px;
	font-size:10px;
	text-transform: uppercase;
}

#breadcrumb a {
   text-decoration:none;
   color:#000000;
}

#breadcrumb a:hover {
   text-decoration:underline;
}
