/* H's: vervangen door sIFR. h1	{font-size: 130%;}	h2	{font-size: 115%;}	h3	{font-size: 100%;} */

a	{text-decoration: underline; color: #fff;}
a:hover	{text-decoration: underline;}
a img {border: none;}

th		{text-align: left; font-weight: bold}
td,th	{vertical-align: top}
table form th	{font-weight: normal}

hr	{border: none; background: white; color: white; height: 1px; clear: both}
	
.clear	{clear: both;}
.klein	{font-size: 0.9em;}
.hidden	{display: none}

/* 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;}
.decofoto	{border: 3px solid white;}

.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;}	
