/* CSS Document copyright 2006 Niels Software & Ondersteuning   */
/* aangepast 8 juni 2006 */
/* basis instellingen TEKST*/
html, body							{
	margin: 0;
	padding: 0;
	height: 100%;
}

/* body instelling */
body { 
		background:none transparent;
		text-align:left;	
		height:auto;
		font-size:10px;
	}
table {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
/*	font-size:14px;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style: solid;
	vertical-align: bottom;*/
}
.celrand{
	border-bottom-width:1px;
	border-bottom-color:#999999;
	border-bottom-style: solid;
}

/* h1 instelling */
h1 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:28px;
	}
 
/* h2 instelling */
h2 {
	color:#FF0000; /*rood*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform: uppercase;
	}

/* h3 instelling */
h3 {
	color:#6464C9; /*blauw*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	}

/* h4 instelling */
h4 {
	color:#6464C9; /*blauw*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	}

/* h5 instelling        kleur is grijs*/
h5 {
	color:#6464C9; /*blauw*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;

	}

/* h6 instelling   kleur is grijs*/
h6 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
/*	text-align: center;*/
	}

/* p paragraaf instellingen */
p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	}



/* 1e letter van paragraaf instellen    AANROEP met <p class="a"> */
p.a:first-letter {font-size:20px}	
 
 
/* tbv terug knoppen */ 
#terug_knop1
{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background-color:#333333;
	width: 13em;
	}

#terug_knop1 li
{
list-style: none;
margin: 0;
border-top-width:1px;
/*border-top-style:solid;*/
border-top-color:#333333;
text-align: left;
}

#terug_knop1 li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	border-left-color: #FF0000;
	border-left-style: solid;
	border-left-width: 1em;
	background-color: #FFFFFF;
}

#terug_knop1  lia:link { color: #448; }
#terug_knop1 li a:visited { color: #667; }

#terug_knop1 li a:hover
{
	border-color: #CC0000;
	color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FF0000;
}

#terug_knop2
{
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	background-color:#333333;
	width: 13em;
	}

#terug_knop2 li
{
list-style: none;
margin: 0;
border-top-width:1px;
/*border-top-style:solid;*/
border-top-color:#333333;
text-align: left;
}

#terug_knop2 li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	border-left-color: #FF0000;
	border-left-style: solid;
	border-left-width: 1em;
	background-color: #FFFFFF;
}

#terug_knop2  li a:link { color: #448; }
#terug_knop2 li a:visited { color: #667; }

#terug_knop2 li a:hover
{
	border-color: #CC0000;
	color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FF0000;
}
 
.datum
{
	font-size:0.8em;
	color: #797474;
	font-weight: bold;
	font-style: italic;  
}

