html
{	overflow: scroll;
}

body
{	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;

	width: 785px;
	margin: auto;

}
table
{	border: 0px;
}
#kop
{	font-size: 22pt;
	font-weight: bold;
	margin-top: 1em;
}
#formulier
{	text-align: left;
	margin-left: 160px;
}
#home_l
{	float: left;
	width: 300px;
	text-align: center;
}
#home_r
{	bgcolor: white;
	text-align: center;
}
.klein
{	font-size: 8pt;
}
.subkop
{	font-size: 18pt;
	color: white;
}
.float
{	float: left;
}
.float_r
{	float: right;
}
.copyright
{	font-size: 8pt;
	color: #B45D00;
}
.clear
{	clear: right;
}
.clear_l
{	clear: left;
}
img
{	border: 0px;
}

/* ---   LINK-DECORATIE   --- */ 

a
{	color: purple;
	text-decoration: none;
}
a:hover
{	color: gray;
	text-decoration: underline;
}

/* --- ACHTERGRONDKLEUREN --- */

.home
{	background: #FF9900;
}
.roze
{	background: #F7C4DD;
}
.paars
{	background: #DDC4F7;
}
.d_blauw
{	background: #C4C4F7;
}
.l_blauw
{	background: #C4E8F7;
}
.blauwgroen
{	background: #C4F7D1;
}
.groen
{	background: #E3F7C4;
}
.oranje
{	background: #F7EAC4;
}
.rood
{	background: #F7C9C4;
}
