/* ANFANG Topmenue */


/* allgemeine Formatierungen Mainlevel */
table.topmenu a {
  padding-left: 10px;
  padding-right: 10px;
}

table.topmenu a, table.topmenu a:link, table.topmenu a:visited {

  color: #364636;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  font-family: tahoma,verdana,  arial, helvetica, sans-serif;
  background-repeat: repeat-x;
  width: 100%;
  line-height: 15px;
  height: 15px;
}

/* aktiver Hauptmenue Punkt*/
table.topmenu td.menu-current a, table.topmenu td.menu-current a:link, table.topmenu td.menu-current a:visited, table.topmenu td.menu-parent a, table.topmenu td.menu-parent a:link, table.topmenu td.menu-parent a:visited {
  color: #eeeeee;
  background: #183e50 url(link.png) repeat-x;
  text-decoration: none;
   height: 15px;
  line-height: 15px;

}

table.topmenu td.menu-last a:visited, table.topmenu td.menu-last a:link, table.topmenu td.menu-last a:hover {
  width: 60%;
}

/* normale Hauptmenuepunkte - Maus drueber und wenn Untermenue aktiv */
table.topmenu a:hover {
  background-position: 0px ;
  background-color: #D7D9D3;
  color: #FF0000;
  text-decoration: none;

}
/* aktive Hauptmenue Punkte - Maus drueber */
table.topmenu td.menu-current a:hover, table.topmenu td.menu-parent a:hover {
  color: #ffffff;
  background-color: #7F8971;
  background-position: 0px ;
  text-decoration: underline;
}

/* ENDE Topmenue*/







div.suchen input {
  border: #333333 1px solid;
  background-color: #ffffff;
}

div.suchen .button {
  font-size        : 11px;
  color            : #333333;
  background-color : #c9eafb;
  padding          : 0px;
  border: 1px #62eb9b solid;
  background-color: #c9eafb;
}




.inputbox {
  border           : 1px solid #999999;

  background-color : #EDEDED;
  margin-bottom    : 0px;
  color                           : #333333;
  background: #DADCD6 ;
 }





a:link, a:visited {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : underline;
  font-weight      : bold;
}

a:hover {
  font-size        : 11px;
  color            : #FF0000;
  text-decoration  : none;
  font-weight      : bold;
}






