.content {
	text-align: justify;
}
.content h2 {
	font-size: 11pt;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: .5em;
	color: #000;
}
.content h3 {
	margin-bottom: 1em;
	font-weight: bold;
}
.content {
	padding: 1.5em;
	
}
.content p {
	margin-bottom: 1em;
}
.content ul, .content ol, .content dl {
	margin-bottom: 1em;
}
.content li {
	margin-left: 2em;
	margin-bottom: 1em;
}
.content ul li {
	list-style-type: disc;
}
.content ol li {
	list-style-type: decimal;
}
.content dt {
	margin-left: 0em;
	font-weight: bold;
/*	float: left;*/
	margin-right: 1em;
}
dt.aanvraagform {
	float: left;
	line-height: 1.0em;	
}
dd.aanvraagform {
	line-height: 1.0em;	
}

.content dt:before {

}
.content dd {
	margin-left: 0em;
	margin-bottom: 1em;
}
.title_2_lines h3 {
	margin-bottom: 0px;
}
.title_2_lines {
	margin-bottom: 1em;
}
img.floatleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
img.floatright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
input {
	border: none;
	border-bottom: 1px dotted gray;
	font-size: 10pt;
	height: 16px;
}
input.button {
	border: 1px solid gray;
	padding: 2px;
	height: 24px;
}