/* CSS Document */
	body		{
			background-color:#8050E0;
			
			}
		
	*		{
	 		/* comment text */
	 		/* alle marges top op 0px */
	 		margin-top: 0px;
			}

	#venster	{
			position:relative;
	    	margin-left: auto;
	    	margin-right: auto;
	    	background-color:#FFE0F0;
			border-style:solid;
			border-width:1px;
			top: 50px;
			bottom:50px;
			width:770px;
			height:550px;
			}

	#boven		{
			position:absolute;
    		text-align: center;
			left:0px;
			top:0px;
			width:770px;
			height:200px;
			}
	
	#navigatiebalk	{
			position:absolute;
			text-align:center;
			font-size:24px;
			color:#CCFF00;
			padding-top:20px;
			vertical-align:middle;
			left:0px;
			top:200px;
			width:770px;
			height:75px;
			background-color:#8000E0;
			}
			
	#inhoud		{
			position:absolute;
    		text-align: center;
    		left:0px;
			top:350px;
			width:770px;
			height:175px;
			}
