@charset "utf-8";
/* CSS Document */

html,body {
	background-color: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

ul a:link {
	color: #000;
	text-decoration: underline;
}

ul a:visited {
	color: #666;
	text-decoration: underline;
}

ul a:hover {
	color: #999;
	text-decoration: underline;
}
	
		#tekst {
			font-family:Verdana, Geneva, sans-serif;
			font-size: 12px;
			width: 570px;
			margin-left: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
			z-index: 3;
			overflow: auto;
		}
		
			#tekst_frame {
				background-color: transparent;
				font-family:Verdana, Geneva, sans-serif;
				font-size: 12px;
				width: 550px;
				margin-left: 10px;
				margin-top: 10px;
				margin-bottom: 10px;
				z-index: 3;
				text-align: left;
			}
			
.keuzepic {
			margin-left: 15px;
			margin-top: 15px;
			position: relative;
			float: left;
			z-index: 4;
			border: 2px double #788fa4;
		}
