@charset "UTF-8";

/* Style voor sitemap */

/* opmaak tekstvakken */
#tekstvak	{
		width: 690px;
		height: 450px;
		position: absolute;
		top: 70px;
		left: 260px;
		padding: 10px;
		background-color: #81CEFF;
		}

/* voettekst */
#voet		{
		 width: 930px;
		 height: 12px;
		 position: absolute;
		 top: 565px;
		 left: 30px;
		 padding: 5px;
		 background-color: #F0F8FF;
		}

.voet		{
		 color: #000000;
		 font-size: 10px;
		 font-family: arial, helvetica, sans-serif;
		 text-align: center;
		}

