/* print.css */

/* achtergrondkleur  */
body
	{
	margin: 0;
	background: #FFFFF8;
	}

/* tabelstijlen */
table
	{
	border: 0px;
	}

td, th
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	}

td.contact
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	}

td.tekst
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	}

td.contrast
	{
	background: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	}

/* broodtekst */
p, div, li
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}

/* infotekst */
p.info
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	}

/* tekst midden */
.midden
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;	 
	text-align: center;
	}

/* tekst rechts */
.rechts
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;	
	text-align: right;
	}

/* colofon */
.colofon
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;	
	text-align: center;
	}

/* tekst formulier */
p.formulier
	 {
	 font-family: arial, helvetica, sans-serif;
	 font-size: 12px;
	 color: #999;
	 }

/* hoofdkop */
h1
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #999;	
	}

/* tussenkop */
h2
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #999;	
	}

/* onderkop */
h3
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #999;
	}

/* kleine onderkop*/
h4
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999;	
	}

/* kleuronderscheidingen */
.rembours
	{
	color: #C66;
	}

.vooruit
	{
	color: #66C;
	}

/* opsomming */
ul.pijltje 
	{
	list-style-image: url("img1/Pijltje.gif")
	}


/* voettekst links*/
.voetlinks
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #999;
	}

/* voettekst midden*/
.voetmidden
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	}

/* voettekst rechts*/
.voetrechts
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: right;
	}

/* hyperlinks */
a:link
	{
	color: #3300FF; 
	text-decoration: underline;
	}

a:visited
	{
	color: #6666CC; 
	text-decoration: underline;
	}

a:hover
	{
	color: #FF0000;
	text-decoration: underline;
	}

a:active
	{
	color: #FF0000;
	text-decoration: underline;
	}

	
/* andere versieringen */

input
	{
	border: 1px solid #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	}

textarea
	{
	border: 1px solid #999;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background-color: #FFF;
	}

/* fixed */
div.fixed
  {
  display: none;
  }

div.fixed p
  {
  display: none;
  }