
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
}

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0; 
	height: 100%;
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}



.boven {
	width: 100%;
	height: 10%; 
	height: 10vh; 
	/*height: 10%*/
}



.inhoud {
	/*height: 80%;*/
	display: block;
	height: 80%; 
	height: 80vh; 
	width: 90%;
	margin:auto;
	padding-bottom: 0;
	/*left: 0; */
	/*background-color: #996666; */
 
}


.links {
	
	display: inline-block;
	float: left;
	height: 100%; 
	height: 80vh;
	width: 50%;
	padding-bottom: 0px;
	/*left: 0; */
	/*top:0; */
	/*background-color: #9933ff;  */
	/*clear: left */
}

#logolinks {
	
	display: block;
	float: left;
	height: 20%; 
	height: 15vh;
	width: 100%;
	padding-bottom: 0px;
	left: 0;
	top:0;
	border: #999;
	border:thin;
	background-image: url(Select-Design-Meubelen.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left bottom

}

#sliderlinks {
	
	display: inline-block;
	float: left; 
	height: 80%;
	height: 65vh;
	width: 100%;
	padding-bottom: 0px;
	left: 0;
	top:20%;
	border: #999;
	border:thin;
	background-image: url(SelectDesign-Meubelen-foto.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}

.rechts {
	display: block;
	float: right; 
	height: 100%;
	height: 80vh;
	width: 50%;
	padding-bottom: 0px;
	right: 0;
	top: 0;
	/*background-color: #993399;  */
}


#logorechts {
	
	display: block;
	float: left; 
	height: 20%;
	height: 15vh;
	width: 100%;
	padding-bottom: 0px;
	left: 0;
	top:0;
	border: #999;
	border:thin;
	background-image: url(Select-Design-Interieur-Metaal.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left bottom

}

#sliderrechts {
	
	display: block;
	float: left; 
	height: 80%;
	height: 65vh;
	width: 100%;
	padding-bottom: 0px;
	left: 0;
	top:20%;
	border: #999;
	border:thin;
	background-image: url(SelectDesign-Projecten-foto.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
	
}




.onder {
	width: 100%;
	height: 10%; 
	height: 10vh;
	
}

