/*Button naar 'afspraak maken' */
.buttoncenter,
.center{
	text-align: center;
}

a#button,a:active#button,a:visited#button {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	width: 200px;
	border: 2px solid #333366;
	background: #99CC00;
	font: 11px/12px "Avenir", Avenir, "Avenir Black", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a:hover#button {
	border: 2px solid #333366;
	background: #99CC00;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.linkindetekst {
	color: ##0000ff;
}

a.linkindetekst:hover {
	color: ##0000ff;
}

a.linkindetekst:active {
	color: ##0000ff;
}
