/* Adressfenster */
 .win {color: #758271;
       background-color: white;
       border-style: solid;
       border-width: 1px;
       visibility: hidden;
       width: 295px;
       height: 200px;
       position:absolute;
       top:608px;
       left:150px;
       z-index: 20;
       }

.schatten{background-image: url(../img/shad.gif);
          width: 298px;
          height: 204px;
          position:absolute;
          top:610px;
          left:153px;
          visibility: hidden;
          z-index: 19;
            }

/* Textformatierung Überschrift*/
.city {font-family: verdana, arial, helvetica, geneva, sans-serif;
       font-size: 12px;
       font-weight: bold;
       color: #333333; 
      }

/* Textformatierung Adresse*/
.adress {font-family: verdana, arial, helvetica, geneva, sans-serif;
         font-size: 11px;
         line-height: 16px;
         color: #333333;
         }