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


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

#clicktag {
	position:absolute; 
	z-index:100; 
	border:1px solid #cccccc; 
	width:968px; 
	height:248px; 
	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:336px;
	height:280px;
}

#txt_1{
position: absolute;
    width: 970px;
    height:250px;
    top: 34px;
    left: 35px;
}

#txt_2{
position: absolute;
    width: 970px;
    height:250px;
    top: 78px;
    left: 35px;
}

#cta_button { 
	position:absolute; 
	visibility:hidden;  
	z-index:500; 
	min-width: 115px; 
	height:32px; 
	left:35px; 
	bottom:40px; 
	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: right center;
}

#button_txt {
	margin-right: 32px; 
	position:relative; 
	font-family: "Univers-Light", "Arial";
	font-size: 14px;  
	font-weight: bold; 
	top:-23px; 
	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 { 
	position:relative; 
	top:-40px; 
	right:-20px; 
}

#premium {
	position:absolute; 
	left: 633px;
    top: 37px;
}

#driehoekGeel { 
	position:absolute; 
	top:0px; 
	right:0px;
}

#driehoekWit { 
	position:absolute; 
	width: :970px;
	height:250px;
	top:0px; 
	left:645px; 

}

#driehoekOverlay {
	position:absolute; 
	top:0px; 
	left:472px;
}

#txt_actie {
	width: 80px; 
	height: 58px; 
	overflow: hidden; 
	text-align: left; 
	left: 7px; 
	position:absolute; 
	font-family: "Univers-Light", "Arial";
	font-size: 9px;  
	font-weight: bold; 
	top:7px; 
	color: #005e5d; 
	text-transform: uppercase; 
	line-height: 12px;
}
