/* Algemene typografie, minimale wijzigingen vereist & gewenst */

/* White space reset & init
-------------------------------------------------- */

*
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address
{
	margin: 1em 0;
}

li, dd
{
	margin-left: 5%;
}

fieldset
{
	padding: 0.5em;
}

input, select, textarea, th, td
{
	font-size: 1em;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}


/* Algemeen
--------------------------------------------------*/
body
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12px, Basis voor berekening alle andere formaten */
	line-height: 1em;
	text-align: left;
}

div
{
	font-size: 1em;
}

img
{
	border: 0;
}

/* Links
--------------------------------------------------*/
a, a:link, a:active, a:visited
{
	color: #F60; /* oranje*/
	background-color: transparent;
	text-decoration: underline;
}

/* a:visited
{
	color: #0072A3; 
	background-color: transparent;
} */

a:hover
{
	color: #0072A3; /* blauw */
	background-color: transparent;
	text-decoration: none;
}


/* Headings
--------------------------------------------------*/
h1
{
	font-size: 2em;
	line-height: 1.5em;
}

h2
{
	font-size: 1.5em;
	line-height: 1.5em;
}

h3
{
	font-size: 1.3em;
	line-height: 1.3em;
}

h4
{
	font-size: 1.2em;
	line-height: 1.3em;
}

h5 /* onderschrift! */
{
	font-size: 1.1em;
	line-height: 1.3em;
}

h6
{
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 0 1em;
	font-weight: normal;
}


/* Tekst
--------------------------------------------------*/
p
{
	font-size: 1em;
	line-height: 1.4em;
}

blockquote
{
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

pre
{
	font-family: monospace;
	font-size: 1em;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

code
{
	font-family: "Courier New" , Courier, monospace;
	font-size: 1em;
	white-space: pre;
}


/* Lists
--------------------------------------------------*/
ul, ol
{
	line-height: 1.4em;
}


dl
{
	line-height: 1.4em;
}

dl dt
{
	font-weight: bold;
	margin: 0.25em 0;
}

dl dd
{
}


/* Tabellen
--------------------------------------------------*/
table
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
}

table caption
{
	font-weight: bold;
	padding: 0 0 1.5em 0;
}

th
{
	font-weight: bold;
	text-align: left;
}
