﻿#fp_loading, #fp_nodata, #fp_error, #fp_station_loading {
  position: absolute;
  border: solid #CCCCCC 1px;
  background-color: white;
  padding: 20px 20px 20px 20px;
}

#fp_loading {
  z-index: 999;
}

#fp_nodata, #fp_error, #fp_station_loading {
  z-index: 998;
}

#fp_container {
  min-height: 300px;
  height: auto !important;  /* für standardkonforme Browser */
  height: 300px;  /* für den IE */
}
