/* CSS Document */

html {
	height: 100%; /* héél belangrijk */
	margin: 0px;
	min-height: 100%;
	background-color:#FFFFFF;
	
}

body {
	height: 100%; /* héél belangrijk */
	margin: 0px;
	background:url(template/bubbles.jpg) center;
	background-repeat:repeat;
}

* {
	height: 100%; /* héél belangrijk */
	margin: 0px;

}



#container {
	
	background-color:#FFFFFF;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	z-index: 4;
	
}

#nav {

	width: 800px;
	height: 204px;
}



#teksten {

	width: 500px;
	height: auto;
	margin-left: 30px;
	margin-top:20px;
	overflow: visible;
	
}

p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;

}

h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 20px;
	

}

#aankondiging {

	position:absolute;
	left: 575px;
	top: 225px;
	background:#FFFFFF;
	width: 200px;
	height: 230px;
}

#inzet {

	position:absolute;
	left: 565px;
	top: 235px;
	background:#FFFFFF;
	width: 200px;
	height: 180px;
}

#inzet2 {

	position:absolute;
	left: 565px;
	top: 435px;
	background:#FFFFFF;
	width: 200px;
	height: 180px;
}

li {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	list-style:disc;
	
}

ul {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	list-style:disc;
	padding-left: 20px;

}

td  {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;

}

p a {

	color:#FF0000;

}

