@charset "utf-8";
/* CSS Document */

.body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #474747;
}

.header {
	background-image: url(images/header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 800px;
	height: 225px;
	border: 0px;
}

.achtergrond {
	background-image: url(images/achtergrond.png);
	background-repeat: repeat-y;
	width: 810px;
	height: auto;
	border: 0px;
}

.kop {
	margin-left: 65px;
	margin-right: 65px;
	margin-top: 45px;
	margin-bottom: 45px;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #C00;
	text-align: center;
}	

.tekst {
	margin-left: 65px;
	margin-right: 65px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #333;
}

.knoppen {
	border: 0px;
	text-align: center;
}

.afbeeldingen {
	width: 620px;
	height: auto;
	border: solid;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	margin-top: 25px;
	margin-bottom: 25px;
}

.actiebox {
	width: 620px;
	height: auto;
	background-color: #dedede;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #333;
	border: solid;
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.voetnoot {
	background-image: url(images/footer.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 810px;
	height: 75px;
	border: 0px;
}

.voetnoot-tekst {
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
