/* BASIS ELEMENTEN */
body {
	background-color: #fff;
	margin: 0px;
	color: #fff;
}

#container {
	width: 994px;
	background-color: #fff;
}

/* GESPECIFICEERDE ELEMENTEN */

/* ACHTERGRONDEN */

.tekst {
	font-family: Arial,Sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	padding: 0px 0px 0px 0px;

}

.bgleft {
background: url(../img/bgleft.jpg) top right no-repeat;
}

.bgright {
background: url(../img/bgright.jpg) top left no-repeat;
}

.bgleftvervolg {
background: url(../img/bgleftvervolg.jpg) top right no-repeat;
}

.bgrightvervolg {
background: url(../img/bgrightvervolg.jpg) top left no-repeat;
}

