body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a, a:visited{
	color:#6d848c;
	text-decoration:none;
}
a:hover{
	color:#6d848c;
	text-decoration:underline;
}
img{
	border:none;
}
h1 {

	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #d30543;
}
h2 {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h2 a:hover, h2 a, h2 a:visited {
	text-decoration: none;
	color: #C90039;
} 
#container { 
	width: 931px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/back_content.jpg);
	background-repeat:repeat-y;
} 
#header { 
	background: #FFFFFF;
	height:73px;
	padding: 0px 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#topnav{
	float:right;
	width:455px;
	text-align:right;
	margin-top:45px;
}
#topnavbar{
font-size:10px;
	float:right;
	width:270px;
	padding-top:4px;
	color:#526165;
	
}
#topnavbar a{
font-size:10px;
	color:#526165;
	text-decoration:none;
	margin:0 5px;
}
#topnavbar a:hover{
font-size:10px;
	color:#526165;
	text-decoration:underline;
	margin:0 5px;
}
#zoek{
	float:right;
	width:160px;
}

#navigatie{

	height:63px;
	padding:0px;
	background-image:url(../images/back_nav.jpg);
	background-repeat:repeat-x;
	
	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0x 16px 0px 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 197px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 0px 0px 0px 16px; /* padding keeps the content of the div away from the edges */
}
#mainContent1 {

	min-height:445px;
	margin: 0 213px 0 239px; 
	padding: 0 16px; 
}
#mainContent {
	float: left;
	min-height:445px;
	width: 420px;
	padding-left: 15px;
	margin-left:30px;
	
	
}
#content{

	background-color:#FFFFFF;
	padding: 5px 16px 16px 16px;
	min-height:340px;
	

} 
#content2{

	background-color:#FFFFFF;
	padding: 5px 16px 36px 16px;
	min-height:150px;
}
#content p{
	margin-right:10px;
}
/* Blog */
#divBlog {
	min-height: 165px;
	background-color: #FFFFFF;
	background-image: url(../images/grey_line.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 413px;
	padding-left: 16px;
	padding-top: 16px;
	padding-right: 16px;
} 
#divLeftBlog {
	float: right;
	width: 100px;
	background-color: #CBD9E4;
}
#divRightBlog {
	float: right;
	min-height: 165px;
	background-color: #FFFFFF;
	background-image: url(../images/grey_line.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#divBlogBottom {
	width: 340px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
}
/* Bottom navigation */
#bottomnav{
	padding:40px 0px 10px 0px;
}
#bottomnav a{
font-size:10px;
	color:#526165;
	text-decoration:none;
	margin:0 5px;
}
#bottomnav a:hover{
font-size:10px;
	color:#526165;
	text-decoration:underline;
	margin:0 5px;
}
#bottomnav2{
	padding:40px 0px 10px 0px;
}
#bottomnav2 a{
font-size:10px;
	color:#526165;
	text-decoration:none;
	margin:0 5px;
}
#bottomnav2 a:hover{
font-size:10px;
	color:#526165;
	text-decoration:underline;
	margin:0 5px;
}
#footer { 
	height:5px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mouse{
	cursor:pointer;
}
/* Ajax Search */
#ajaxSearch_input{
width:115px;
font-size:10px;
color:#526165;
border:solid 1px #526165;

}

.ajaxSearch_resultDescription {
	display: none;
}
#ajaxSearch_resultLink {
	padding: 0px;
	margin: 0px;
}
/* formulieren*/ 
#formulier{
	
	
	
}
.ftekst{
	height:50px;
}
.felement{
	height:25px;
	
}
.fleeg{
	height:20px;
}
input, textarea{
	font-size:11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000000;
	border: 1px solid #CCCCCC;
}
.fknoppen{
	height:20px;
}
.fkop{
	float:left;
	width:120px;
	height:20px;
}
.ftext{
	float:left;
	width:250px;
	height:20px;
}
.box{
	width: 250px;
}
.box2{
	width: 400px;
	height:120px;
}
.knop{
	width:100px;
	height:20px;
}
div#formulier img{
	border:none;
}
a.B_homeCrumb, .B_currentCrumb, .B_lastCrumb, .B_crumbBox, .B_firstCrumb, a.B_crumb{
	font-size:10px;
	color:#7f7f7f;
}
/* sitemap */


.LSM_0 ul { 
color:#6d848c;
	font-weight: normal; 
	list-style-type: none; 
	line-height: 18px;
	padding-bottom: 20px;
}

.LSM_0 li { 
	list-style-type: none; 
	
}

.LSM_1 li a, .LSM_1 li a:hover, .LSM_1 li a:visited{
color:#6d848c;
}
.LSM_1 ul { 
	list-style-image: url('../images/tree_hook.gif');
	
} 

.LSM_1 li { 
	list-style-image: url('../images/tree_hook.gif');
	font-weight: normal;
	
}
/* nieuwslijst */
.hrline{
background-image: url(../images/gray_line.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin-top:4px;
}

.readmore a {
	text-decoration: none;
	color: #6d848c;
}
.readmore a:hover {
	text-decoration: underline;
}
a.verder {
	text-decoration: none;
	color: #D30543;
}
a.verder:hover {
	text-decoration: underline;
}
.personeellijst{
	
}
.silhoet{
	float:left;
	text-align:center;
	width:150px;
	height:150px;
}

#reflect_example{ 
	width: 200px; 
} 
#reflect_example h3{ 
	display: none; 
} 
#reflect_example ul{ 
	list-style: none; 
} 
.reflect_archive_list ul { 
	
	margin-left: 0px; 
	padding-left: 0; 
} 
.reflect_archive_list ul ul{ 
	margin-left: 0px; 
} 
.reflect_archive_list ul ul li { 
	margin-top: -5px; 
	margin-bottom: 0.8em; 
} 
.reflect_archive_list li a { 
	display:block; 
	padding:5px 5px 5px 10px; 
	margin:0 0 1px 0; 
	background-color:#FFFFFF; 
	border-right:10px solid #fff; 
	text-decoration:none; 
	border-left:2px solid #ddd; 
	border-bottom: 1px solid #cdcdcd;
} 
.reflect_archive_list li a:hover { 
	background-color:#eee; 
	border-right:10px solid #eee; 
}
.melding {
	color: #C90039; 
}
.doublearrow {
	float: right;
}
.doublearrow a:hover, .doublearrow a, .doublearrow a:visited {
	color:  #C90039;
	text-decoration: none;
}
#bannerBlok {
	margin-top: 21px;
}
#afbBlok1{
	width:200px;
	height:100px;

}
#afbBlok2{
	width:200px;
	height:100px;
	margin-top:12px;
}
#afbBlok3{
	width:200px;
	height:100px;
	margin-top:12px;
}
/* Maxigallery */
div.thumbscontainer {
	width: 100%;
	background-color: #FFFFFF;
}
#editform {
	background-color: #FFFFFF;
	width: 429px;
	float: left;
}
div.managecontainer {
	width: 429px;
	float: left;
}
.ditto_page {
	margin: 0px 5px 0px 5px;
}
.ditto_currentpage {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}
.fcaptcha{
	height:80px;
}
