/* CSS Document */

/* --Algemeen >> We resetten de pagina eerst om daarna met de opmaak
te beginnen
----------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font: 0.7em/160% Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body {
	/* be nice to Opera */
	font-size: small;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img, img a, object, embed, table, form {
	border: 0;
	margin: 0;
	padding: 0;
}

.hide {
	display: none
}

/* Default tekst opmaak */

p, span, dl, dt,  dd, tr, ol, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
td p{
	color: #000;
	font-size:90%;
}

a:link {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a:visited {
	text-decoration: underline;
	color: #999999;
	outline: none;
}

a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

i, em, quote, cite {
	font-style: italic;
}

cite {
	font-weight: bold;
	color: #ff0000;
}

em.bold {
	font-style: oblique;
}

strong, b {
	font-weight: bold
}

strong.stronger {
	font-style: italic;
	font-weight: bold;
}

strong.very-strong {
	font-weight: bold;
	text-transform: uppercase;
}

sup, sub {
	font-size: smaller;
}

code, pre {
	/* override IE6 default */
		font-size: 1em;
}

pre, code {
	white-space: pre;
	font-family: Monospace;
	color: #ad211f;
}

code.long {
	display: block;
	margin: 0.1em 1em;
	white-space: normal;
}

small {
	font-size: smaller;
}

i, em, quote {
	font-style: italic;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #ff0000;
	cursor: help;
}

abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}

u, underline, strike {
	text-decoration: none;
	font-style: normal;
}

hr {
	color: #D7E6E8;
	background: #D7E6E8;
	height: 1px;
	margin: 8px 0;
}
