@charset "utf-8";
/* CSS Document */
/* Oberste Menüebene */
#menu {
   clear: both;
   text-align: left;
   margin: 0;
   padding: 8px 0px 0px 0px;
   background: transparent;
   font: normal 12px Arial, Tahoma, sans-serif;
   width: 960px;
   height: 20px;
}
#menu, #menu ul {
   background: transparent;
   color: #000;
   padding: 0;
   margin: 0;
}
#menu a {
   width: 109px;
   color: #000;
   text-decoration: none;
   margin: 0 5px;
   font-size: 12px;
   background: transparent;
}
#menu ul li a:hover {
   font-weight: bold;
}
#menu li {
   float: left;
   padding: 0;
   width: 109px;
}
#menu ul li{
   width: 119px;
   font-weight: normal;
   list-style: none;
   border: none;
   margin: 5px;
   padding: 2px;
   background: #d0e4e3;
   display: inline;
}
/* Submen? */
#subme {
   position: relative;
   /*left: 0px; */
   z-index: 99;
   height: auto;
   display: block;
}
#subme, #subme ul {
   color: #000;
   width: 135px;
   padding: 4px 0 0 0;
   margin: 0;
   background: transparent;
}
#subme a {
   width: 135px;
   color: #000;
   text-decoration: none;
   padding: 0 5px;
   font-size: 12px;
   background: transparent;
}
#subme ul li a:hover {
   font-weight: bold;
}
#subme li.active {
   font-weight: bold;
}
#subme li {
   float: left;
   padding: 0;
   width: 135px;
}
#subme ul li{
   width: 119px;
   font-weight: normal;
   list-style: none;
   border: none;
   margin: 0 0 5px 5px;
   padding: 2px;
   background: #f0f6f6;
   display: inline;
}
/* SPRACHUMSCHALTUNG */
#langselector{
   float: right;
   list-style: none;
   background: none;
   color: #000;
   font: normal 10px arial, sans-serif;
   padding: 0;
   margin: 0;
}

#langselector li {
   display: inline;
}
#langselector a {
   text-decoration: none;
}

