
div.container {
	width: 100%;
	padding: 0px;
	margin: auto;
	text-align: center;
}

div.divcenter {
	display: inline-block;
	min-height: 800px;
	vertical-align: top;
	margin: auto;
	width: 970px;
	margin-left : 0%;
	margin-right: 0%;
	padding: 0px;
}

/**********************************************************/
table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;	
	
}
/*
table.indexline {
	background-image : url('images/indexline.jpg'); 
	background-repeat: repeat-y;
}

table.dltdmline1 {
	background-image : url('images/dltdm1.jpg'); 
	background-repeat: repeat-y;
}

table.dltdmline2 {
	background-image : url('images/dltdm2.jpg'); 
	background-repeat: repeat-y;
}
*/
td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;	
}

.tdstraat {
	border-right: 1px solid#990000;
	border-left: none; 
	border-top: none;
	border-bottom: none; 
}




/**********************************************************/
body {
	color: #949494;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {		
	color: #949494;
	text-decoration: none;						
}

a:visited {	
	color: #949494;
	text-decoration: none;
}

a:hover {		
	color: #949494;
	text-decoration: none;						
}


