*
table.calender, table.activiteiten {
	text-align: center;
	border: 1px solid #666;
	border-collapse: collapse;
	}

table.calender td, table.activiteiten td {
	border: 1px solid #999;
	}

table.calender td.tablehead, table.activiteiten tr.activiheader {
	background: url(img_structure/bg_th.png);
	font-weight: bold;
	color: #fff;
	height: 25px;
	}
	
table.calender td a.calender, table.calender td a.voorlopig, table.calender td a.definitief {
	display: block;
	width: 15px;
	padding: 4px;
	text-decoration: none;
	color: #555;
	}

table.calender td a.calender:link, table.calender td a.calender:visited {
   	color: #000;
   	background-color: #fff;
	}

table.calender td a.definitief:link, table.calender td a.definitief:visited {
   	color: #000;
   	background-color: #ffb26d;
	}

table.calender td a.voorlopig:link, table.calender td a.voorlopig:visited {
   	color: #000;
   	background-color: #e8ff87;
	}
	
table.calender td a.calender:hover, table.calender td a.voorlopig:hover, table.calender td a.definitief:hover  {
   	color: #fff;
   	background-color: #6c96c0;
	}

table.activiteiten tr.voorlopig {
	background-color: #e8ff87;
	}

table.activiteiten tr.definitief {
	background-color: #ffb26d;
	}

table.activiteiten td {
	height: 20px;
	}

