body {
	margin: 0;
	padding: 0;
}

.line {
	width: 2px;
	background-color: #000;
}

.menu {
	height: 25px;
	background-color: #000;
}

.menu table td a{
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.footer {
	height: 25px;
	background-color: #000;
}

.content {
	padding-left: 40px;
}

#overzicht td.header {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#overzicht td.lijn {
	background-color: #000;
	height: 2px;
}

#overzicht td.item {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	height: 25px;
}

#toevoegen td {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	height: 25px;
}