@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; }

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

#border {
  position: absolute;
  width: 726px;
  height: 88px;
  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,#beeld2, #beeld3, #logo{
  position: absolute;
}

#beeld2{

}

#txt1a{
  position: absolute;
  width: 728px;
  color: white;
  top: 17px;
  right: 227px;
  text-align: right;
  font-size: 30px;
}

#txt1b{
  position: absolute;
  width: 728px;
  color: white;
  top: 17px;
  right: 35px;
  text-align: right;
  font-size: 30px;
}

#txt1c{
  position: absolute;
  width: 728px;
  color: white;
  top: 50px;
  right: 182px;
  text-align: right;
  font-size: 30px;
}

#txt2{
  position: absolute;
  width: 728px;
  color: #588c0f;
  top: 53px;
  right: 35px;
  text-align: right;
  font-size: 28px;
  text-decoration: underline;
  z-index: 999;
  cursor: pointer;
}

#txt2:hover{
  color: #fff;
}