/* Tabel definitie's ACTUEEL */    
table.actueel {
	color : #002A5B;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	}
table.actueel A:Link	{
	color : #002A5B;
	font-size : 12px;
	text-decoration: none;
	}	
table.actueel A:visited {
	color : #002A5B;
	font-size : 12px; 
	text-decoration: none;	
	}	
table.actueel A:hover {
	color : #002A5B;	
	font-size : 12px;
	text-decoration: underline;
	}	
	

.ddmx {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.ddmx .item1 { 
	padding: 2px 6px 2px 6px;
  font: 11px tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height: 15px;
 }

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	padding: 2px 6px 2px 6px;
  font: 11px tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #2F77CC;
	height: 15px;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 3px 8px 4px 9px;
	font: 11px tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
}
.ddmx .item2 {
	background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 3px 16px 4px 9px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0px;
}
.ddmx .section {
	border-top: 1px solid #2F77CC; /*#b8b4ae;*/
	border-left: 1px solid #2F77CC; /*#b8b4ae;*/
	border-right: 1px solid #2F77CC; /*#b8b4ae;*/
	border-bottom: 1px solid #2F77CC; /*#b8b4ae;*/
	position: absolute;
	visibility: hidden;
	z-index:100;
	background: #e5e1da;
    
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */