/* Style voor indexpagina */

/* opmaak tekstvakken */
#tekstvak	{
		width: 690px;
		height: 305px;
		position: absolute;
		top: 70px;
		left: 260px;
		padding: 10px;
		background-color: #81CEFF;
		}

/* voet tekst */
#voet		{
		width: 930px;
		height: 12px;
		position: absolute;
		top: 530px;
		left: 30px;
		padding: 5px;
		background-color: #F0F8FF;
		}
	
.voet		{
		color: #000000;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		}
