/* CSS Document */

<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat:repeat-y;
	background-position:center;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

.diapteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	color: #CCCCCC;
}
.submenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-indent: 10px;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-indent: 10px;
	text-decoration:none;
}
.kopteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color:#0066CC;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top:8px;
}
.teksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 2px;
}
.panelkopteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top:18px;
	margin-left: 42px;
}
.panelteksten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	margin-top:5px;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-right: 15px;
}
.invoerveld {
	width:100%;
}
-->

