@charset "utf-8";
#body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	background-image: url(../images/SP-background-verloop-vert.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#container1, #container2 {
	height: 700px;
	width: 950px;
	background-image: url(../images/Spongepot-aankondiging.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: #804002 solid 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#container1 {
	background-image: url(../images/Spongepot-aankondiging.jpg);
	background-repeat: no-repeat;
}

#container2 {
	background-image: url(../images/Spongepot-aankondiging-engels.jpg);
	background-repeat: no-repeat;
}

#nederlands, #engels {
	width: 38px;
	height: 20px;
	display: block;
	float: right;
	margin: 10px;
}

#nederlands {
	background-image: url(../images/Nederlandse-vlag38x20.png);
	background-repeat: no-repeat;
}

#engels {
	background-image: url(../images/USA-UK-flag38x20.png);
	background-repeat: no-repeat;
}

#nederlands span, #engels span {
	display: none;
}

#informatie, #informatie-eng {
	width: 230px;
	height: 70px;
    position: absolute;
	left: 90px;
	top: 480px;
	border: 0px;
}

#informatie {
	background-image: url(../images/informatie.jpg);
	background-repeat: no-repeat;
}

#informatie-eng {
	background-image: url(../images/informatie-engels.jpg);
	background-repeat: no-repeat;
}

#informatie span, #informatie-eng span {
	display: none;
}

#footer {
	width: 949px;
	height: 50px;
	background-color: #cff27e;
	font-size: smaller;
    text-align: center;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 1px;
}

.centreer {
	text-align: center;
}