/* COMMON BUGS
IE7, hover margin bug fix			: try to use padding instead;
FF, z-index bug fix					: use position:relative to force higher z-index
*/

/*** COLORS
Black				: #000	: voor tekst algemeen
Dark Gray		: #444	: voor tekst eerste alinea
etc.
***/

/*** RESET CONFIGURATION *********/
* { margin: 0; padding: 0; } /* remove all browser specific default spacing */
html { font-size: 1em; }
html { font-size: 62.5%; height: 100%; }  /* 62.5% makes 1em ~ 10px */
body {
	color: #000;
	font: normal 1.0em/1.3 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
table{ border-collapse: collapse; border-spacing: 0; }

h1 { color: #000; font: normal 1.8em/1 "Trebuchet MS", Verdana, Arial; }
h2 { color: #000; font: normal 1.7em/1 "Trebuchet MS", Verdana, Arial; }
h3 { color: #000; font: normal 1.6em/1 "Trebuchet MS", Verdana, Arial; }
h4 { color: #000; font: normal 1.5em/1 "Trebuchet MS", Verdana, Arial; }
h5 { color: #000; font: normal 1.4em/1 "Trebuchet MS", Verdana, Arial; }
h6 { color: #000; font: normal 1.4em/1 "Trebuchet MS", Verdana, Arial; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }

img {	border: 0; display: block; /* white-space fix */ }
a { color: #ff7e00; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: none; /* removes dashed border in FF */  }
a em { cursor: pointer; }
p { font-size: 1.2em; margin: 0 0 1.0em 0; }
ul { list-style: disc outside; margin-left: 2em; }
ol { list-style: decimal outside; margin-left: 2.4em; }
object {	
	display: block; /* white-space fix */
	outline: none; /* removes dashed border in FF */
}

fieldset { border: 0; }
legend {
	color: #000;
	font: bold 1.5em/1 Arial, Verdana, Helvetica, sans-serif;
	margin-left: -7px; /* for IE */
}
label { cursor: pointer; font: normal 1.2em Arial, Verdana, Helvetica, sans-serif; }
input, textarea, select { 
	border: 1px solid #000;
	height: 16px;
	font: normal 1.2em/1.2 Arial, Verdana, Helvetica, sans-serif;
	padding: 2px 2px 0 2px;
}
input[type=hidden]{ display: none; } /* for FF */
textarea { height: 80px; padding: 2px; }
select { padding: 0 0 0 2px; height: auto; }
option, optgroup { padding-left: 3px; }
optgroup option {	padding: 0; }
optgroup { font-style: normal; }


/*** LAYOUT *********/

/* vanaf hier schrijf je je custom opmaak, verdeel alles in overzichtelijke blokken en
voorzie deze van een Titel en evt. subtitels zoals hier onder ter voorbeeld */

/*** HEADER ***/

/* Login */

/*** MENU ***/ 


