/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #534c4c;
	margin: 15px 0;
}
ol {
list-style: decimal;
display: block;
margin-left: 3em;
}
.newstitle {
	font-size: 1.6em;
}
.newstitlefull {
	color: #d10000;
	font-size: 1.6em;	
}
.datum {
	font-size: 0.7em;
	color: white;
}
.verplicht {
	color:red;
}
.formulier {
	width: 378px;
}
.formulier2 {
	width: 254px;
}
.formulier3 {
	width: 250px;
}
p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
#wrapper {
	background: white;
	width: 999px;
	margin: auto;
}
#header_title {
	float: left;
	width: 212px;
	height: 197px;
}
#header_image {
	float: left;
	width: 558px;
	height: 197px;
}
#header_menu {
	float: right;
	width: 229px;
	background: url(images/head_menu.gif) no-repeat;
}
#header_menu_content {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	width: 209px;
	height: 177px;
	padding: 10px 10px;
}
#header_menu_content a, #header_menu_content a:active, #header_menu_content a:link, #header_menu_content a:visited {
	color: white;
	text-decoration: none;
}
#header_menu_content a:hover {
	color: red;
	border-bottom: 1px dotted red;
}
#header_menu_right {
	float: right;
	width: 100px;
	line-height: 25px;
}
#header_menu_left {
	width: 109px;
	line-height: 25px;
}
#header_menu_search {
	clear: both;
	width: 209px;
	padding-top: 15px;
}
#content_wrapper {
	clear: both;
	padding: 7px 0;
}
#content_left {
	float: left;
	width: 207px;
	height: 100%;
	padding-left: 5px;
}
#content_left_text {
	width: 192px;
	padding: 0 5px;
}
#content_left img {
	float: left;
}
#content_middle {
	float: left;
	width: 558px;
	background: #cae4ec url(images/content_bg.gif) no-repeat;
}
#content_middle_head {
	background: url(images/content_head.gif) no-repeat;
	height: 8px;
}
#content {
	padding: 0 10px;
}
#content a:active, #content a:link, #content a:visited {
	color: #d10000;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #d10000;
}
#content_middle_foot {
	background: url(images/content_foot.gif) no-repeat;
	height: 8px;
}
#content_right {
	float: right;
	width: 224px;
	height: 100%;
}
#content_right_a {
	padding: 10px 25px;
}
#content_right_b_head {
	margin-top: 15px;
	padding-left: 15px;
}
#content_right_b_content {
	padding: 0 15px;
}
#content_right_b_content  a:active, #content_right_b_content  a:link, #content_right_b_content  a:visited {
	color: #d10000;
	text-decoration: none;
}
#content_right_b_content a:hover {
	border-bottom: 1px dotted #d10000;
}
#footer {
	clear: both;
	padding: 7px 5px;
}
#footer_mogelijkmaking {
	background: white url(images/footer.jpg) no-repeat;
	width: 969px;
	height: 105px;
	padding: 0 0 0 22px;
}
#footer_mogelijkmaking img {
	padding: 12px 40px 0 0;
}
.logo_styling {
	margin-top: -60px;
}
.img_styling {
	padding-bottom: 7px;
}
.google_search iframe {
	width: 525px;
}