#content {

}
#content p {
	color: #666666;
	text-align: justify;
	margin-bottom: 12px;
	font-size: 13px;
}
#content p.firstparagraph {
	margin-top: 70px;
}

#content ul {
	padding-bottom: 1em;
	padding-left: 1em;
}
#content ol {
	padding-bottom: 1em;
	padding-left: 1em;
}
#content li {
	font-size: 13px;
	list-style-position: inside;
	text-align: justify;
	color: #666666;
}
#content h1 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content h2 {
	font-size: 20px;
	font-weight: normal;
}
#content #contentleft ul {
	margin-top: 160px;
}
#content #contentleft li {
	list-style-type: none;
	margin-left: 4px;
}
#content #contentleft a {
	color: #666666;
	text-decoration: none;
}
#content #contentleft a:hover {
	text-decoration: underline;
}
#content #contentright a {
	text-decoration: none;
	font-weight: bold;
}
#content #contentright a:hover {
	text-decoration: underline;
}
#content #contentright img {
	border: 1px solid #000000;
}
#content #contentright img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .alignleft {
	text-align: left;
}
#content .aligncenter {
	text-align: center;
}
#content .alignright {
	text-align: right;
}
#content .alignbottom {
	vertical-align: bottom;
}
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content .floatright {
	float: right;
	margin-left: 10px;
}
#content form {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
	font-size: 13px;
}
#content form h6 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 14px;
}
#content form label {
	width: 115px;
	float: left;
}
#content form input {
	background-color: #F9F9F9;
	border: 1px solid #999999;
}
#content form textarea {
	margin-left: 115px;
	background-color: #F7F7F7;
	border: 1px solid #999999;
	margin-top: 3px;
}
#content form div.button input {
	margin-right: 5px;
}
#content input[type="submit"] {
	margin-top: 10px;
	margin-left: auto;
	margin-right: 5px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #666666;
	color: #666666;
}
#content form .lijn {
	background-image: url(../images_layout/lijn.gif);
}
#content form div.clearfix {
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 0px;
}

