@charset "UTF-8";

/* Style voor algemene */

/* opmaak tekstvakken */
#tekstvak	{
			width: 690px;
			height: 135px;
			position: absolute;
			top: 70px;
			left: 260px;
			padding: 10px;
			background-color: #81CEFF;
			}

/* voettekst */
#voet	{
		width: 930px;
		height: 12px;
		position: absolute;
		top: 570px;
		left: 30px;
		padding: 5px;
		background-color: #F0F8FF;
		}
.voet	{
		color: #000000;
		font-size: 10px;
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		}

