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

@font-face {
  font-family: 'RijksoverheidSansHeading-Bold';
  src: url('RijksoverheidSansHeading-Bold.woff') format('woff'), url('RijksoverheidSansHeading-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

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

#border {
  position: absolute;
  width: 334px;
  height: 278px;
  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: #a8abcf;
  width: 100%;
  height: 100%;
  z-index: 998;
}

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


#txt1a{
  position: absolute;
  width: 336px;
  color: white;
  top: 162px;
  left: 0;
  text-align: center;
  font-size: 26px;
}

#txt1b{
  position: absolute;
  width: 336px;
  color: white;
  top: 190px;
  left: 0;
  text-align: center;
  font-size: 26px;
}

#txt2{
  position: absolute;
  width: 336px;
  color: #1275AA;
  top: 236px;
  left: 0;
  text-align: center;
  font-size: 24px;
  text-decoration: underline;
  z-index: 999;
  cursor: pointer;
}

#txt2:hover{
  color: #fff;
}