body {
	background-image: none;
}

div.splash_elementen {
	margin-bottom: 30px;
	background-image: url(../images/splash/bg_div.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div.splash_elementen div.splash_consumenten {
	text-align: right;
	float: left;
	clear: right;
	width: 345px;
	padding-right: 35px;
	padding-left: 100px;
}

div.splash_elementen div.splash_professionals {
	float: left;
	clear: right;
	width: 345px;
	padding-left: 35px;
	padding-right: 100px;
}

div.splash_elementen div.splash_consumenten h1 {
	color: #1E69DE;
	text-decoration: none;
}

div.splash_elementen div.splash_professionals h1 {
	color: #EC6F28;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 387px;
	background-image: url(../images/splash/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#footer {
	background-image: url(../images/splash/bg_footer.jpg);
	padding-top: 55px;
	padding-bottom: 10px;
}