
/* de beschrijving van de body */

body	{
	background-color: #ffffdf;
	font-size: 12pt;
	line-height: 14pt;
	font-family: tahoma, arial, ms sans serif,;
	color: #ffff00;
	font-weight: regular;
	}


/* een beschrijving voor een blok */

.wrap	{
	background-color: #ffffdf;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	height: 545px;
	width: 980px;
	overflow: hidden;}


.introtext	{
	background-color: #0060b6;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	height: 115px;
	width: 850px;
	overflow: hidden;
	}

.validate	{
	background-color: #ffffdf;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	position: absolute;
	top: 340px;
	left: 30px;
	height: 100px;
	width: 100px;
	overflow: hidden;
	}	

.copyright	{
	position:absolute;
	top:575px;
	left:380px;
	color:#000000;
	font-size:10pt;
	line-height:12pt;
	}
.copyright	a:link {color: #a8a8a8; text-decoration: none;}
.copyright	a:visited {color: #a8a8a8; text-decoration: none;} 
.copyright	a:active {color: #a8a8a8; text-decoration: none;}
.copyright	a:hover {color: #a8a8a8; text-decoration: none;}
	

/* een beschrijving voor een titel of kop */
/*
.titel	{font-size: waarde;
	line-height: waarde;
	font-family: waarde;
	color: waarde;
	font-weight: waarde;
	}
*/