body {
		 text-align:center;
		 background-color: #ccffff;
		 font-family: Arial, sans-serif;
		 }
h1 {
	 position: absolute;
	 left: -5000px;
	 }
 
h2 {
	 margin: 30px 20px 40px 20px;
	 text-align: left;
	 background-color: #35B6C9;
	 }
h3 {
	 margin: 40px 30px 20px 30px;
	 text-align: left;
	 background-color: #66c4d0;
	 }
	 
p {
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
		}
li {
	 list-style-type: none;
	 }
#promo {
	 margin: 40px 30px 20px 30px;
	 text-align: center;
	 color: #FF0000;
	 font-size: 25px;
}
	
ul#navlist li{
					 display: inline;
   				 list-style-type: none;
					 position: relative;
   				 }
#navlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20px;
	}

#navlist ul li {
	position: relative;
	}

#navlist ul li a{
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #fff;
	background: #inherit;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	
#navlist li ul {
	position: absolute;
	left: 0px;
	display: none;
	top: 26px;
	}

#navlist li:hover ul { 
display: block; 
}



#navigatie ul {
					 padding: 0;
   				 margin: 0;
   				 list-style-type: none;
   				 }
#navigatie a {
					 color: #fff;
					 background-color: #333;
					 width: 5em;
					 padding: 4px 15px;
					 text-decoration: none;
					 }						

#navigatie a:hover {
					 background-color: #8ba9ab;
					 }
#navigatie a.hier {
					 background-color: #8ba9ab;
					 color: #333;
					 }
#navigatie {
				padding: 4px;
  			text-decoration: none;
  			color: #A0522D;
				background-color: inherit;
				border-bottom: 3px solid #ccffff;
				}

#main {
		display: block;
		width: 750px;
		background-color: #c2d5e3;
		margin-left: auto; 
		margin-right: auto;
		}
		
#foot {
			border-top: 3px solid #ccffff;
			font-size: 75%;
			display: block;
		  width: 750px;
		  background-color: #c2d5e3;
			margin-left: auto; 
			margin-right: auto;
			}
			
#tussenstuk {
	 				 height: 50px;
					 display: block;
					 width: 750px;
					 background-color: #c2d5e3;
					 margin: auto;
					 }
table {
			margin-left: auto;
			margin-right: auto;
			}
	 	