/* vdd */
#mask {
	/*opacity:            0.8;
	filter:				alpha(opacity=80);
	*/
    position:           absolute;
    top:                0;
    left:               0;
	right:				0;
	bottom:				0;
    z-index:            1000;    
    width:              100%;
    /*background-color:   #666666;*/
	display: 			none;
}

#vdd-overlay {
	position:absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index:1010;
	width: 100%;
	height: 1px;
	display: none;
}

#vdd-content {
	width:930px;
	border: 2px solid #666;
	padding: 10px;
	margin:5px auto;
	background-color:#fff;
	height: 0px;
	overflow: none;
}

#vdd-inner-content {
	padding: 20px 50px;	
}
#vdd-overlay-close {
	display:block;
	float:right;
	margin: 6px 6px 0 0;
}
#vdd-content-top {
	margin: 20px 0 10px 0;	
}
#vdd-content-top #kop {
	width: 586px;
	float: left;
}

#vdd-content-top #tekst {
	padding: 0;
	width: 416px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 20px;
	padding-left: 170px;
	font-size: 13px;
}
#vdd-content-top p img {
	margin: 0px -15px 0 10px;	
}
#vdd-content-bottom {
	padding-top: 20px;
	padding-left: 35px;
}
#vdd-content-bottom div {
	height: 105px;
	width: 207px;
	float: left;
	padding-right: 10px;
}

#vdd-content-bottom img {
	border: 2px solid #c3c3c3;
	/*margin-right: 22px;*/
}
#vdd-content-bottom a:hover img {
	border-color: #e2e417;
}
#vdd-content-bottom img.last {
	margin-right: 0;	
}

#vdd-commercial {
	display: none;
	position: relative;
	height: 300px;
	width: 224px;
	float: right;
	margin-top: 5px;
}

h1#vdd-overlay-title {
	font-size: 40px;
	padding: 0 0 10px 0;
	text-decoration: none;
	color: #397071;
	line-height: 40px;
	text-align: left;
	padding-top: 10px;
	padding-left: 40px;
	width: 410px;
	float: left;
}
h2.vdd {
	font-size: 16px;
	padding: 0 0 5px 0;
	text-decoration: none;
	color: #005e5e;
	line-height: 20px;
	padding-top: 10px;
}
h2#vdd-overlay-subtitle {
	float: left;
	font-size: 28px;
	padding: 0 0 5px 40px;
	color: #397071;
	width: 410px;
	line-height: 40px;
}
#vdd-prijs {
	width:187px;
	float:right;
	padding: 0 0 10px 30px;
}
#vdd-prijs a img {
	border: 1px solid #fff;	
}
#vdd-prijs a:hover img {
	border-color: #e2e417;	
}
