/* 
position:absolute		: will cause problems (change to position:relative)
float						: may cause problems (change to float:none)
overflow:hidden		: will cause problems in FF (change to overflow:visible)
*/

* { color:#000 !important; }
html, body { font-size: 100%; height: auto; }
body {
	font: normal 10pt/normal Verdana, Arial, Helvetica, sans-serif;
}

/* Zoveel mogelijk de breedte van containers 100% maken */
/* Font-sizes in pt definiëren, 11pt is doorgaans goed voor lopende tekst */
