html, body {
	overflow: auto;
	}
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	line-height: 107%;
	background: #FFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, li {
	line-height: 175%;
	}
/* kleurgebruik */
.informatief {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; text-align: center;
	color: #009900;
	}
/* plaatsing */
/* INTROPAGINA */
body.intro {
	/* CSS centering */
	margin:0px 0px; padding:0px;
	text-align:center;
	background-image: url(images/backgrnd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFF;
	}
body.intro #container {
	width:730px;
	margin:0px auto;
	z-index: 123;
	}
body.intro #container #link {
	clear: both;
	margin: 20px 10px 5px 10px;
	}
body.intro #container #link span.blok {
	float: left;
	width: 233px;
	text-align: center;
	}
body.intro a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
	}
body.intro a:hover {
	color: #000;
	text-decoration: none;
	}
/* PAGINA START */
body.start {
	/* CSS Centering */
	margin:0px 0px; padding:0px;
	text-align: center;
	background-image: url(images/start-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
	}
body.start #container {
	width:730px;
	margin:0px auto;
	text-align: center;
	}
body.start #container div {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	float: left;
	}
body.start #container div div{
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	}
body.start #container img {
	border: 0px;
	float: left;
	}
body.start #container #links {
	width: 330px;
	}
body.start #container #midden {
	width: 179px;
	}
body.start #container #rechts {
	width: 221px;
	}
/* ANDERE PAGINAS */
body.content {
	background-image: url(images/start-background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100%;
	}
body.content a {
	text-decoration: none;
	color: #000000;
	}
body.content a:hover {
	color: #00CC66;
	text-decoration: underline }

body.content #center {
	width: 730px;
	height: 555px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -365px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 11px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	background-position: center;
	background-repeat: no-repeat;
	}
body.content #center img {
	float: right;
	padding: 25px 25px 0px 0px;
	}
body.content #center #content {
	overflow: auto;
	width: 675px; height: 410px;
	margin: 111px 0px 0px 33px;
	padding: 0px 5px 0px 0px;
	text-align: left;
	}
/* QUIZ */
div#quiz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: #009900;
	}
/* VERKEERSBORDEN */
div.float {
	float: left;
	border: none;
	margin: 2px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
	width: 180px;
	} 
div.float a {
text-decoration : none; 
} 
div.float img {
border : none; 
text-align: center;
vertical-align: middle;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
} 
div.float p {
font-size : 1em; 
text-align : center; 
text-decoration : none; 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
} 
