/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
  #map {
    height: 100%;
  }
  /* Optional: Makes the sample page fill the window. */
  /*html, body {*/
  /*  height: 100%;*/
  /*  margin: 0;*/
  /*  padding: 0;*/
  /*}*/


#mapwrapper {
    position:relative;
    overflow:hidden;
}
#standortmapcontainer {
    /*height: 664px;*/
    height:550px;
    z-index:0;
}


#standortmapcontainer.detail {
    /*height: 664px;*/
    height:200px!important;

}

#standortmapcontainer > div { 
    position: absolute !important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#ddd url(/img/system/loader.gif) center center no-repeat;
}