
body {
	background-color: #cccccc;
    font-family: Verdana, sans-serif;
}


table.tableplaatsadvertentie {
	border: 1px solid;
	background-color: #f5f76a;
	border-collapse: collapse;
}

table.tableoverzicht {
	border: 1px solid;
	background-color: #f5f76a;
	border-collapse: collapse;
	width: 100%;
}

table.tableoverzicht > thead > tr > th {
	background-color: #FFFCCC;
}

table.tableoverzicht > tbody > tr {
	vertical-align: top;
}

tr {
	vertical-align: top;
}

table.tableoverzicht > tbody > tr:nth-child(even) 
{background: #f5f76a}
table.tableoverzicht > tbody > tr:nth-child(odd)
{background: #ecedb4}
