/* html { overflow-y: scroll; }    /* zorgt ervoor dat er altijd een verticale scrollbar is zodat scherm niet verspringt */
body      { font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
td        { font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }

a         {	color:#009; }
a:hover   { color:#000000; text-decoration: none; }

p		   {
	font-size: 11px;
	color: #333;
}	
h1        {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
h2        {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 1px;
}
h3        {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

.error            { color: red; font-weight: bold; }

input.button      {
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}

input.button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

td input.button[class] {
    width: auto;
}

