body, html{
	margin:0;
	padding:0;	
}

@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;
}

#stage{
	opacity:0;
}

#meerweten{
  position: absolute;
  right: 41px;
  bottom: 0px;
}

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

#clickthroughBtn{
	display:block;
	position:absolute;
	margin-left:125px;
	margin-top:115px;
	cursor:pointer;
  z-index: 999;
}

#mutebutton{
  position: absolute;
  right: 40px;
  bottom: 125px;
  z-index: 999; 
}

#video {
  display: block;
  overflow: hidden;
  position: absolute;
    width:660px;
    height:370px;
	top: 30px;
	right: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#player {
  display: block;
  overflow: hidden;
  position: absolute;
  width:inherit;
  height:inherit;
	top:0px;
	left:0px;
  z-index: 1;
}

#poster {
  position: absolute;
	top:0px;
	left:0px;
	width: inherit;
  height: inherit;
	background-image:url(images/poster.jpg);
	background-size:100% 100%;
	cursor: pointer;
	z-index: 3;
}


.button{
	position:absolute;
	top: 1px;
  width: 100px;
	height: 29px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:28px;
	background-color:#a6d1b9;
	cursor:pointer;
	z-index:999;
}

#txt1a{
  position: absolute;
  width: 720px;
  color: white;
  bottom: 10px;
  left: 50px;
  text-align: left;
  font-size: 28px;
}

#txt1b{
  position: absolute;
  width: 720px;
  color: white;
  top: 72px;
  left: 280px;
  text-align: left;
  font-size: 34px;
}

#txt2{
  position: absolute;
  color: #1275AA;
  bottom: 10px;
  left: 360px;
  text-align: left;
  font-size: 28px;
  text-decoration: underline;
  z-index: 999;
  cursor: pointer;
}

#txt2:hover{
  color: #fff;
}