@charset "UTF-8";
/* CSS Document */

body { margin:0; padding:0; }
#stage { 
	position:relative; 
	display:block; 
	width:336px; 
	height:280px; 
	background:#009286; 
	overflow:hidden; 
}

#clicktag {
	position:absolute; 
	z-index:500; 
	width:336px; 
	height:280px; 
	top:0; 
	left:0; 
	cursor: pointer;
}

#border {
	position:absolute; 
	z-index:100; 
	border:1px solid #cccccc; 
	width:334px; 
	height:278px; 
	top:0; 
	left:0; 
	cursor: pointer;
}

#overlay { 
	position:absolute; 
	display:block; 
	width:100%; 
	height:100%; 
	background:#fff; 
	z-index: 99;
}

#logo {
	position:absolute; 
	bottom:0px; 
	right:0px; 
	width:187px;
	height:187px;
}

#afbeelding{
	position: absolute;
	left: -33px;
	top: -29px;
}

#groenvlak{
	position: absolute;
	left: 0px;
	top: 0px;
}

#txt1{
	position: absolute;
	left: 31px;
	top: 31px;
}

#txt2{
	position: absolute;
	left: 31px;
	top: 31px;
}

#vink1{
	position: absolute;
	left: 31px;
	top: 100px;
}

#vink2{
	position: absolute;
	left: 33px;
	top: 121px;
}

#vink3{
	position: absolute;
	left: 33px;
	top: 142px;
}

#cta_button { 
	position:absolute; 
	visibility:hidden;  
	z-index:500; 
	width: 153px; 
	height:30px; 
	left:33px; 
	top:179px; 
	background:#f3c000; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
	cursor: pointer; 
    background-image: url("pijl.png");
    background-repeat: no-repeat;
    background-position: 137px 11px;
}

#button_txt {
	margin-right: 42px; 
	position:relative; 
	top:-22px; 
	color: #005e5d; 
}


#glare_top_wrapper, #glare_bottom_wrapper {
	position:relative; 
	height:50%; 
	width:100%; 
	overflow:hidden; 
	top:0; 
}

#glare_top, #glare_bottom {
	position:absolute; 
	visibility:hidden;  
	z-index:50; 
	display:block; 
	width:100%; 
	height:200%; 
}

#button_arrow { 
	top:-40px; 
	right:-15px; 
}