@charset "iso-8859-1";/* BASISTEKST  */BODY	{ 		font-family: "Arial, Gillsans Regular, Verdana, Georgia";		font-size: 84%;		font-weight:300;		line-height:120%;		background color:"#ffffff";		color:"#000000"		}	/* POSITIONERING VAN BLOKKEN TEKST EN LIJSTEN */		#tekstpositie		{	/* positie van eerste stuk tekst op elke pagina */		position:absolute; 		width:58%; 		top:10%; 		left:2%; 		text-align:left;		}		/* LINKS */				A				{ /* knoppen op leftframe en homepage */		text-decoration:none;		color:#0066FF; /* basiskleur: blauw */		font-size: 11pt;		font-weight:700;		}				.sublink			{	/* kleinere sublink */		text-decoration:underline;		color:#0066FF; /* basiskleur: zwart */		font-size: 10pt;		font-weight:400;		}		.neplink			{	/* groene kop tbv neplink */		color:#006633;		font-size: 11pt;		font-weight:700		}	/* KOP OPMAAK */	.KOP	{ /* zwarte koppen boven tekst */		color:#000000;		font-size: 140%;		font-weight:700		}						.KOPJE			{	/* kleinere zwarte kop tussen tekst  */		color:#000000;		font-size: 105%;		font-weight:600		}				.DUNKOPJE			{	/* dunnere kleinere zwarte kop tussen tekst  */		color:#000000;		font-size: 105%;		font-weight:400		}									