/* HTML basis +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

	h1	{font-size: 130%; margin: 0 0 8px 0;}
	h2	{font-size: 115%;}
	h3	{font-size: 100%;}
	
	a	{color: #000; text-decoration: underline;}
	a:hover	{text-decoration: underline; color: red;}
	a img {border: none;}
	
	th		{text-align: left; font-weight: bold}
	td,th	{vertical-align: top}
	table form th	{font-weight: normal}
	
	form dl dt {clear:both; width:100px; float:left; text-align:left;}
	form dl dd {float:left; width:66%; margin:0 0 0.5em 0.25em;}
	
	.button	{border: 1px solid black;}
	hr	{border: none; background: silver; color: silver; height: 1px; clear: both}
	
	.even	{background-color: white}
	.oneven	{background-color: whitesmoke}
	
	.clear	{clear: both;}
	.klein	{font-size: 0.8em;}
	.hidden	{display: none}
	.krap	{margin: 0; padding: 0;}
	
/* Overigen +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
	
	/* door de maintenance toegekend bij uitlijnen imgs. 
	plaats desgewenst andere padding of borders. */
	.imglinks	{float: left; margin: 0 10px 10px 0;}
	.imgrechts	{float: right; margin: 0 0 10px 10px;}
	
	.verborgen {visibility: hidden;}
	/* O.a. voor skip-to-content link */
	a.verborgen  {position: absolute; overflow: hidden; width: 0; height: 0;}
	a.verborgen:active, a.verborgen:focus 
		{position: absolute; overflow: visible; width: auto; height: auto;
		font-weight: bold; background-color: white; color: #FF6600; padding: 5px;}

/* bladeren via pagination.cfc */

	div.pagination {padding: 0; margin: 10px 0; text-align: center; clear: both}
	div.pagination a {text-decoration: none; color: black;}
	div.pagination a:hover, div.pagination a:active {}
	div.pagination span.current {font-weight: bold; /* color: #F77F00; */}
	div.pagination span.disabled, div.pagination span em {/* color: darkgray; font-style: normal; */}
	div.pagination a, div.pagination span	{/* border-right: 1px solid silver; */ padding: 2px 7px; margin: 0;}
	div.pagination .next	{border-right: none !important}	