@charset "UTF-8";
/* CSS Document */
/* Div layer for the entire banner. */

body { 
  font-family: 'RijksoverheidSansHeading-Bold' !important; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  position: absolute;
  width: 320px;
  height: 50px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 318px;
  height: 48px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc; 
  z-index: 999;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

#overlay{
  position: absolute;
  background-color: #b787c5;
  width: 100%;
  height: 100%;
  z-index: 998;
}

#beeld, #beeld1, #beeld2, #logo{
  position: absolute;
}

