#aankondiging {
  position: absolute; //tov containing block

  z-index:1; // over de cover heen leggen

  height : 37px; // 10+10+2+2+1

  //top: 50px;
  top: 230px;
  right: 75px;

  text-align: center;
  font-weight: bold;

  padding:   2px;

  background-color: yellow;
  color:black;
  font-size: 10px;
}

