div.topMenu {
	width:100%;
	background:url(/images/buttons/left_corner.gif) left top no-repeat;
	background-color:#60A0A0;
}
table#topMenu {
	width:100%;
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
table#topMenu td.item {
	width:16%;
	text-align:center;
}




table#siteMap 
{
	background-color   : #eeeeee;
	width              : 100%;
	border-right       : 1px solid black;
}

table#siteMap td
{
	font-family        : arial;
	font-size          : 12px;
}

table#siteMap td.column 
{
        vertical-align : top;
}

table#mapColumn img 
{
        border         : 0;
}

table#mapColumn 
{
        width          : 100%;
}

table#mapColumn td.topCol a 
{
        font-weight    : 800;
        font-size      : 110%;
        padding        : 2px;
}

table#mapColumn td.itemCol 
{
        padding-left   : 17px;
}

table#siteMap tr td a
{
		color          : black;
}

/* Added Apex PPS:2674 */
table.footer {
	width: 100%;
        font-family: Arial, Helvetica, Verdana;
        font-size: 12px;
        color: black;
        line-height: 18px;
}

table.footer th {
	width: 10px;
	text-align: left;
}
table.footer td {
	width: 100%;
	text-align: center;
}

/* Start ledenOverzicht table markup */
	table#ledenOverzicht {
		width:100%;
		margin-bottom:10px;
		margin-top:5px;
		background-color:#EDEBC1;
		border-right:1px solid Black;
		border-bottom:1px solid Black;
	}
	table#ledenOverzicht td {
		font-family:Arial;
		font-size:12px;
		width:33%;
		padding:2px;
	}
	table#ledenOverzicht a {
		color:#CC1E1E;
		text-decoration:underline;
	}
	table#ledenOverzicht a:hover {
		text-decoration:underline;
	}
/* End ledenOverzicht table markup */