	.maandtitel{
			text-decoration: underline;
			font-weight: bolder;
			font-family: verdana;
			font-size: 10pt;
			color: black;
	}

	.validicon{
			border: 0px;
			width: 88px;
			height: 31px;
		}

	.menutd	{
			position:absolute; 
			display: table-cell; 
			border-bottom:solid 1px black;
			vertical-align:middle;
			width:120px;	
			height:38px;		
			border-right:solid 1px black;
			margin: 0px;
			padding: 0px;
		}

	#content{
			height:436px;
			margin:0px;
			padding:0px;
		}

	#logo	{
			height:80px;
			margin:0px;
			padding:0px;	
		}

	#menu	{
			border-top: solid 1px black;
			vertical-align:top;
			height:40px;
			margin:0px;
			padding:0px;
			top:82px;			
		}

	#footer	{
			vertical-align:bottom;
			margin:0px;
			padding:0px;
			height:60px;
		}
	
	html,body 	{
			margin: 0;
			padding: 0;
			text-align: center;
			font-family: Georgia , sans-serif;
		}

	#main 	{
			width: 727px;			
   			height: 616px;
   			position: absolute;
   			left: 50%;
   			margin-left: -360px; /* helft van de breedte, en dan negatief */
   			top: 50%;
   			margin-top: -308px; /* helft van de hoogte, en dan negatief */ 

			text-align: center;
		}

	#maintekst{
			overflow: auto;
		}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }