.floatLeftContainer{float:right}

.smallMap {width: 100%;}

.bigMap {width: 80%; height: 500px; position:absolute; top:5em;left:10%;
background:white; z-index:999;
}




#bigMap {width:80%;  height: 500px}

#map {width: 100%; height: 500px; position:none}


  html>body #bigMap {  /* nur fuer moderne Browser! */
    position: fixed;
  }

.mapClose {float:right; font-weight:bold}


#mytext .format{display:none}

#bigImageLayer {
    display:block;
    position: absolute;
    right:5%; bottom:0px;
    left:1%;
    background-color: white;
    border: 0.1px solid silver;
    z-index:240;
    overflow: auto;
    width: 97%;
    height: 0px;

}
  html>body #bigImageLayer {  /* nur fuer moderne Browser! */
     position: fixed; : fixed;
}
















.changeMenu {
    display:block;
    position: absolute;
    right:20%; bottom:0px;
    left:20%;
    background-color: white;
    border: 0.1px solid silver;
    z-index:240;
    -moz-border-radius: 1em 1em 0    0 ; 


}
  html>body #changeMenu {  /* nur fuer moderne Browser! */
     position: fixed; : fixed;
}




.changeMenuHidden {
   display:none
}

#changeMenuContent {
   padding:1em;
}

#bigImageLayer {
    display:block;
    position: absolute;
    right:5%; bottom:0px;
    left:1%;
    background-color: white;
    border: 0.1px solid silver;
    z-index:240;
    overflow: auto;
    width: 97%;
    height: 0px;

}
  html>body #bigImageLayer {  /* nur fuer moderne Browser! */
     position: fixed; : fixed;
}


