#nieuwsbrief {
	text-align: center;
}

#nieuwsbrief table, .reserveren table {
	border: 0px solid black;
	width: 100%;
}

#nieuwsbrief table td, .reserveren table td {
	text-align: right;
}

#nieuwsbrief table td.text, .reserveren table td.text {
	text-align: left;
}

#nieuwsbrief table td input[type="text"], .reserveren table td input[type="text"] {
	width: 150px;
	text-align: left;
}

#nieuwsbrief table td textarea, .reserveren table td textarea {
	width: 150px;
	text-align: left;
}

#comment {
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #f2da94;
z-index: 100;
padding: 10px;
}

#agenda table {
border: 1px solid black;
}

#agenda {
	text-align: left;
}

.resButtons {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#btnReserveren {
	position: absolute;
	bottom: 20px;
	right: 140px;
}