
/* Hauptmenü */
#navi { clear: both;  }    

#navi .level1  { clear: both; }
#navi .level1 a, #navi .level1 a:active, #navi .level1 a:link { text-decoration: none; font-weight: normal; font-size: 14px; background-color: #999EAE; color: white; padding-top: 6px; padding-bottom: 6px;  margin-right: 4px; padding-left: 16px; padding-right: 16px; }
#navi .level1    #selected { font-weight: bold; background-color:  #FFFB69; position: relative; color: #AA2B11; top: 0px; border-bottom: none; }


#navi .level2  { background-image: url(../images/menu_level2_bkg.gif); background-color: #FFFB69; clear: both; width: 100%; position: relative; top: 4px; padding-top: 8px; padding-bottom: 8px }
#navi .level2 a, 
#navi .level2 a:active, 
#navi .level2 a:link { text-decoration: none; font-weight: normal; color: #DCBC2B; display: inline; font-size: 14px;  padding-left: 10px; margin-left: 10px; margin-right: 10px; border: none; margin-bottom: 2px; }
#navi .level2 #selected { color: #AA2B11; font-weight: bold; border: none; top: 0px; }
#navi .level2 a:hover { color: #AA2B11;  }


/** Menü rechts oben */

div.Searchform {  width: 400px; margin: 0px; margin-bottom: 0px; position: absolute; top: 14px; right: 0px; text-align: right }
div.Searchform p.notfound { background-color: orange; padding: 4px; margin-bottom: 4px } 
div.Searchform form { display: inline; color: white; font-size: 11px }
div.Searchform form label { color: #8892AC; margin-right: 8px; }

div.Searchform form input.search { font-size: 14px; padding: 2px; margin-top: 2px; width: 80px; background-color:#8892AC; border-left: 1px white solid; border-left: 1px black solid; border-top: 1px black solid; border-right: 1px #8892AC solid; border-bottom: 1px #8892AC solid; color: white; }
div.Searchform form input.search:focus { background-color: white; color: black;  }

ul.MetaMenu { position: absolute; top: 32px; right: 0px;  display: block; width: 500px; text-align: right; margin: 0px; margin-top: 10px;}
ul.MetaMenu li {  display: inline; margin-left: 11px;  }
ul.MetaMenu li a {  color: white; font-size: 11px; font-weight: normal; text-decoration: normal }
ul.MetaMenu li a:hover {  text-decoration: underline }

ul.MetaMenu li form { display: inline }
ul.MetaMenu li form input.search {  font-family: inherit; position: relative; top: 1px; font-size: 11px; padding: 2px; margin-top: 2px; width: 200px; background-color:transparent; color: white; border: 1px transparent solid; text-align: right }
ul.MetaMenu li form input.search:hover {  text-decoration: underline; cursor: pointer; }
ul.MetaMenu li form input.search:focus {  background-image: url(../images/searchbox_input_text.gif); background-repeat: no-repeat; background-position: 3px center; color: black; background-color: white; border-left: 1px white solid; border-left: 1px black solid; border-top: 1px black solid; border-right: 1px #8892AC solid; border-bottom: 1px #8892AC solid;  }









