#stoerer_bg {
  position: absolute;  
  top: 0px;  
  left: 0px;
  width: 100%;  
  height: 100%;  
  background-image: url(bg.png);
  z-index: 1000; 
}

#stoerer {
  position: absolute;
  top: 0px;  
  left: 0px;
  width: 601px;  
  height: 345px;
  background-image: url(stoerer.png);
  z-index: 1001;
  cursor: pointer;  
}

#stoerer_counter {
  position: absolute;  
  font-family: arial;
  top: 130px;  
  left: 200px;  
  font-weight: bold;  
  color: #009dd4;  
  font-size: 26px;
}

#stoerer_counter .stoerer-text {
  color: #012557;  
  font-size: 14px;
}
