/* Suche */
#divSuchForm      { position: absolute; left: 9px;   top: 10px; z-index: 99; }
#inputort         { position: absolute; left: 20px;  top: 16px; width: 80px;  height: 20px; }
#inputstrasse     { position: absolute; left: 110px; top: 16px; width: 132px; height: 20px; }
#inputhausnummer  { position: absolute; left: 250px; top: 16px; width: 60px;  height: 20px; z-index: 99; }
#divSuchButton    { position: absolute; left: 350px; top: 25px; width: 35px;  height: 17px; border: 1px solid rgb(216,220,236); }

#divSuchergebnis  { position: absolute; left: 25px; top: 65px; width: 550px; height: 494px; display: none; background-color: white; font-size: 12px; font-weight: normal; z-index: 10; border: 2px solid rgb(120,131,158); padding: 3px; }
#Suchtitle        { position: absolute; left: -2px; top: -2px; width: 559px; height: 32px; background-color: rgb(120,131,158); font-size: 16px; font-weight: bold; color: white;}
#Suchergebnis     { position: absolute; left: 0px; top: 30px; width: 556px; height: 470px; background-color: white; z-index: 12; }
#SuchTag          { position: absolute; left: 16px; top: 5px; color: white; }
#SuchClose        { position: absolute; left: 533px; top: 5px; color: white; }
#divSuchInfo      { position: absolute; left: 220px; top: 240px; padding: 5px; border: 1px solid rgb(216,220,236); background-color: white; z-index: 11; }
