/** Volltextsuche **/

#suche {
   position: absolute;
   right: 6px;
   top: 44px;
   z-index: 50;
   width: 220px;
   height: 23px;
   background-image: url(../images/bg_search.jpg);
   background-position: left top;
   background-repeat: no-repeat;
}

/** Das Textfeld zur Volltextsuche **/

#suche .vt {
   position: absolute;
   left: 2px;
   height: 10px;
   width: 187px;
   border: none;
   margin: 0;
   color: #666;
   bottom: 3px;
   padding: 4px 2px;
   font-size: 92%;
}

/** Der Submitbutton, kann sowohl Text als auch ein Bild sein **/

#suche .vtlink,
#suche .vtlink a,
#suche .vtlink a:link,
#suche .vtlink a:visited {
   position: absolute;
   right: 0;   
   top: 0;
   color: #000;
   height: 22px;
   width: 22px;
   text-decoration: none;
}

#suche .vtlink:hover,
#suche .vtlink a:focus,
#suche .vtlink a:hover,
#suche .vtlink a:active,
#suche .vtlink a.selected,
#suche .vtlink a.selected:link,
#suche .vtlink a.selected:visited,
#suche .vtlink a.selected:focus,
#suche .vtlink a.selected:hover,
#suche .vtlink a.selected:active {
   text-decoration: underline;
}