html, body {
	background: #000;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
	overflow: hidden !important;
}

h2 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #70be44;
}

p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

#veelgesteldevragen p {
	color: #999 !important;
}

#beschermt_tegen p {
	margin: 0 0 0 0;
}

#full-screen-background-image {  
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#menubalk {
	width: 100%;
	Height: 5%;
	background: url(images/groen.jpg);
	bottom: 0px;
	left: auto;
	position: absolute;
}

#logo {
	width: 50%;
	height: 50%;
	margin-left: 0;
	top: 0;
	position: absolute;
	overflow: hidden !important;
	float: left;
	}
	
#phone {
	width: 800px;
	margin: 0 auto 0 auto;
	overflow: scroll;
	}
	
#video {
	width: 50%;
	height: 50%;
	margin-left: 50%;
	top: 0;
	position: absolute;
	overflow: hidden !important;
	float: left;
	}
	
#video2 {
	width: 100%;
	height: auto;
	margin-left: 50%;
	top: 0;
	position: absolute;
	overflow: hidden !important;
	}
	
#voordelen {
	background:#666;
	width: 50%;
	height: 35%;
	margin-left: 0;
	top: 50%;
	position: absolute;
	overflow: hidden !important;
	float: left;
	}
	
#voordelen2 {
	background:#666;
	width: 800px;
	height: 250px;
	overflow: hidden !important;
	}
	
#beschermt_tegen {
	width: 50%;
	height: 10%;
	margin-left: 0;
	top: 85%;
	position: absolute;
	overflow: hidden !important;
	float: left;
	}
	
#veelgesteldevragen {
	width: 50%;
	height: 45%;
	margin-left: 50%;
	top: 50%;
	position: absolute;
	overflow: auto !important;
	}

#tekst {
	width: auto;
}
	
#tekst2 {
	width: auto;
	height: auto;
	padding: 10px, 10px, 10px, 10px;
}
	
.schuim {
	float: right;
}

.vinkje {
	background: url(images/vinkje.jpg);
	width: 20px;
	width: 20px;
	visibility: hidden;
}

.100procent {
	height: 100%;
}