@charset "UTF-8";
/* CSS Document */

body { margin:0; padding:0; }
#stage { 
	position:relative; 
	display:block; 
	width:160px; 
	height:600px; 
	background:#009286; 
	overflow:hidden; 
}

#clicktag {
	position:absolute; 
	z-index:500; 
	width:160px; 
	height:600px; 
	top:0; 
	left:0; 
	cursor: pointer;
}

#border {
	position:absolute; 
	z-index:100; 
	border:1px solid #cccccc; 
	width:158px; 
	height:598px; 
	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: -15px;
	top: -60px;;
	-ms-transform: rotate(0.001deg); /* IE 9 */
    -webkit-transform: rotate(0.01deg); /* Safari */
    transform: rotate(0.001deg);
}

#groenvlak{
	position: absolute;
	left: 0px;
	bottom: -92px;
}

#txt1{
	position: absolute;
	left: 14px;
	top: 240px;
}

#txt2{
	position: absolute;
	left: 22px;
	top: 214px;
}

#txt3{
	position: absolute;
	left: 22px;
	top: 412px;
	z-index:500;
}

.extra { 
  margin-top: 6px;
}

#cta_button { 
	position:absolute; 
	visibility:hidden;  
	z-index:500; 
	width: 117px; 
	height:49px; 
	left:22px; 
	top: 340px; 
	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: 95px 19px;
}

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

#button_txt {
	margin-right: 42px; 
	position:relative; 
	top:10px; 

}
