/**
 * we * Stylesheet fuer AIDA.weitestgehend barrierefreie Umsetzung nach BITV
 * (c) 2009 HAEDUS Software Solutions
 * letzte aenderung: 08.04.2009, maik bock
 */

#GoogleMap_FlashOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: black;
    cursor: pointer;
}

#GoogleMap_Flash {
    position: absolute;
    top: -2000px;
    left: -2000px;
    z-index: 1001;
    margin: 10%;
    padding: 8px 8px 35px 8px;
    width: 80%;
    height: 60%;
    background: white;
}

#GoogleMap_FlashClose {
    position: absolute;
    bottom: 5px;
    right: 8px;
    z-index: 1002;
}
