body {
	background-color: #8b8b8b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
input,
textarea,
select,
button {
	font-size: 11px;
}
input[type=hidden]{
	visibility:hidden;
}
fieldset.regular{
	border:0px;
}
img {
	border: none;
}
p {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 10px 0;
	text-align: left;
}
table p {
	margin-left:0px;
	padding-left:0px;
}
table p img {
	margin-left:0px;
	padding-left:0px;	
}
p table,p table td,p table th {
	margin-left:0px;
	padding-left:0px;
}
a,a:visited {
	background-color: inherit;
	color: #ff6600;
	text-decoration: none;
	font-weight: normal;
}
p a, p a:visited {
	background-color: inherit;
	color: #ff6600;
	font-weight: normal;
}
p a:hover,
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
td{
	height:27px;
}
th{
	font-weight:bold;
	text-align:left;
}

h1 {
	background-image: url(/img/gif/fiets-h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	padding:10px 0 10px 40px;
	overflow:visible;
}
h1 span {
	color: #009ee1;
}
h2 {
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0.5px;
	padding-bottom:15px;
}
h3 {
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight:bolder;
	padding-bottom:15px;
	padding-left:40px;
}
hr {
	border: 1px solid #cacaca;
	height: 0px;
	line-height: 0px;
}

div.clear {
	border: 0px none;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/* standaard ul */
#content ul{
	margin: 0 0 10px 15px;
	padding-left: 40px;
	list-style: disc;
}
#content li {
	padding-left: 0px;
	line-height: 16px;
}
#content ul li a{
	color: #ff6600;
	text-decoration: none;	
}
#content ul li a:hover {
	color: #000;
	text-decoration: none;	
}
.verplicht{
	color:#FF0000;
	font-weight:bolder;
}