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

#afbeelding{
	position: absolute;
	left: -30px;
	top: -30px;
	-ms-transform: rotate(0.001deg); /* IE 9 */
    -webkit-transform: rotate(0.01deg); /* Safari */
    transform: rotate(0.001deg);
}

#groenvlak{
	position: absolute;
	left: -109px;
	top: 3px;
}

#txt1{
	position: absolute;
	left: 13px;
	top: 136px;
}

#txt2{
	position: absolute;
	left: 13px;
	top: 117px;
}

#txt3{
	position: absolute;
	left: 13px;
	bottom: 13px;
	z-index:500;
}

.extra { 
  margin-top: 6px;
}

#cta_button { 
	position:absolute; 
	visibility:hidden;  
	z-index:500; 
	width: 145px; 
	height:29px; 
	left:13px; 
	top:208px; 
	background:#f3c000; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
	cursor: pointer; 
    background-image: url("button_arrow.png");
    background-repeat: no-repeat;
    background-position: 128px 10px;
}

#cta_button:hover {
	background-color: #e4b400;
}

#button_txt {
	margin-right: 42px; 
	position:relative; 
	width:114px;
	height:11px;
	top:7px; 
	color: #005e5d; 
}
