  	body {
	padding: 0; 
	margin: 0;
	}
        
	#balk {
	list-style: none; 
	padding: 0; 
	margin:0; 
	font-family: "trebuchet ms"; 
	background: black; 
	width: 1000px;
	height: 33px;
	margin:0 auto;
	}
        
	#balk li {
	float: left;
	}

        #balk li a {
	display: block; 
	background: black; 
	width: 150px; 
	height: 25px; 
	text-align: center; 
	color: white; 
	padding: 4px 0;  
	border-left: 1px solid #999999;
	}
        
	#balk li a:hover {
	background: white; 
	color: black; 
	border-left: 1px solid transparent;
	}
	
	table{
	background: white;
	color: black;
	width: 100px;
	height: 100px;
	float: right;
	}

	#container { 
	height: 150px;
	width: 1000px; 
	background: #003300; 
	margin:0 auto;
	}

	#collom{
	
	width: 990px;
	background: #E0F8E0;
	padding-left: 10px;
	padding-bottom: 40px;
	font-family: "arial";
	font-color: black;
	margin:0 auto;
	}

	div.venster{
	width: 990px;
	height: 450px;
	background: #E0F8E0;
	padding-left: 10px;
	padding-bottom: 40px;
	font-family: "arial";
	font-color: black;
	margin:0 auto;
	}

	div.links{
	float: left;
	background: #E0F8E0;
	width: 600px;
	}

	div.rechts {
	float: right;
	background: #E0F8E0;
	}

	div.bovenlijn{
	margin:0 auto;
	}


	div.collum_boven {
	width: 1000px;
	margin:0 auto;
	height: 30px;
	background-image: url("IMG/bovenkant_blok.JPG");
	background-repeat: no-repeat;
	background-position: bottom center; 
	}

	div.onderkant{
	margin:0 auto;
	height: 10px;
	background-image: url("IMG/onderblok.JPG");
	background-repeat: no-repeat;
	background-position: bottom center;
	}

	pre{
	font-family: "arial";
	}