@charset "utf-8";
body  {
	background: #666666;
	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: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFF;
} 

.twoColFixLtHdr #header {
	background: #FFF;
	padding:0px 0px 0px 0px;  /* 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. */
	height:344px;
	background-image:url(../img/kopimg.jpg);
}
#sw {
	width:1000px;
	height:22px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#sw a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}

#sw a:link{
	color:#000;
	text-decoration:none;
}
#sw a:visited{
	color:#000;
	text-decoration:none;
}
#sw a:active{
	color:#000;
	text-decoration:none;
}
#sw a:hover{
	color:#D2232A;
	text-decoration:none;
}
#algemeen a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}

#algemeen a:link{
	color:#D2232A;
	text-decoration:none;
}
#algemeen a:visited{
	color:#D2232A;
	text-decoration:none;
}
#algemeen a:active{
	color:#D2232A;
	text-decoration:none;
}
#algemeen a:hover{
	color:#D2232A;
	text-decoration:underline;
}
#links a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#links a:link{
	color:#FFF;
	text-decoration:none;
}
#links a:visited{
	color:#FFF;
	text-decoration:none;
}
#links a:active{
	color:#FFF;
	text-decoration:none;
}
#links a:hover{
	color:#D2232A;
	text-decoration:none;
}
#midden a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#midden a:link{
	color:#FFF;
	text-decoration:none;
}
#midden a:visited{
	color:#FFF;
	text-decoration:none;
}
#midden a:active{
	color:#FFF;
	text-decoration:none;
}
#midden a:hover{
	color:#D2232A;
	text-decoration:none;
}
#rechts a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#rechts a:link{
	color:#FFF;
	text-decoration:none;
}
#rechts a:visited{
	color:#FFF;
	text-decoration:none;
}
#rechts a:active{
	color:#FFF;
	text-decoration:none;
}
#rechts a:hover{
	color:#D2232A;
	text-decoration:none;
}
#logo{
	float:left;
	margin-top:0px;
	padding-top: 0px;

}
#social{
padding-left:40px;
}
#aanmeld{
	margin-left: 10px;
	margin-top:248px;
	height:30px;
	padding-right:0px;
	float:left;
	margin-right: 20px;

}
#nogeenplaatje {
height:260px;
padding-top:0px;
float:left;

}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	border-top:1px solid #000;
	padding-left:35px;
	padding-right:0px;
	min-height:340px;
}
#menu {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	width:185px;
	height:160px;
	
}
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu li{
	margin-bottom: 0px;
}
	
#menu li a{
	display:block;
	width:175px;
	height:22px;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 5px 5px 15px;
	text-align:left;
	color:#444853;
	line-height: 18px;
	background-color: #FFF;	
	border-bottom:1px solid #000;
}
#menu li a:hover{
	font-size: 12px;
	color:#D2232A;
	line-height:18px;
}
#menu li a:visited{
	
	font-size: 12px;
}

#menu ul li a.selected{
	color:#D2232A;
	
 
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 243px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
	border-left:1px solid #000;
	min-height: 600px;
}
#links{
	width:229px;
	height:25px;
	float:left;
	border-right:1px solid #000;
	background-image:url(../img/bgzwart.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top: 8px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
}
#midden{
	width:229px;
	height:25px;
	float:left;
	border-right:1px solid #000;
	background-image:url(../img/bgzwart.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top: 8px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
}
#rechts{
	width:229px;
	height:25px;
	float:left;
	background-image:url(../img/bgzwart.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top: 8px;
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	}
#kolomlinks{
	width:219px;
	float:left;
	border-right:1px solid #000;
	padding-left:10px;
	padding-top: 8px;
	padding-right: 10px;
	color:#000;
	font-size: 12px;
	min-height:600px;
}
#kolomnieuws{
	width:438px;
	float:left;
	border-right:1px solid #000;
	padding-left:10px;
	padding-top: 8px;
	padding-right: 10px;
	color:#000;
	font-size: 12px;
	min-height:600px;
}
#kolomnieuws a{
	color:#D2232A;
	text-decoration:none;
	font-size:12px;
}

#kolomnieuws a:link{
	color:#D2232A;
	text-decoration:none;
}
#kolommidden a:visited{
	color:#D2232A;
	text-decoration:none;
}
#kolommnieuws a:active{
	color:#D2232A;
	text-decoration:none;
}
#kolomnieuws a:hover{
	color:#D2232A;
	text-decoration:underline;
}
#kolommidden{
	width:219px;
	float:left;
	border-right:1px solid #000;
	padding-left:10px;
	padding-top: 8px;
	padding-right: 10px;
	color:#000;
	font-size: 12px;
	min-height:600px;
}
#kolomrechts{
	width:219px;
	float:left;
	padding-left:10px;
	padding-top: 8px;
	padding-right: 10px;
	color:#000;
	font-size: 12px;
}
#balkzwart{
	margin-top:10px;
	margin-bottom:10px;
	width:688px;
	height:25px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	color:#FFF;
	border-right: solid 1px #000;
	background-image:url(../img/bgzwart.jpg);
	font-size: 14px;
	}
#balkzwartafgesch{
	margin-top:0px;
	margin-bottom:0px;
	width:698px;
	height:30px;
	float:left;
	padding-left:10px;
	padding-right:0px;
	padding-top: 10px;
	color:#FFF;
	border-right: solid 1px #000;
	background-image:url(../img/bgzwart.jpg);
	font-size: 14px;
	font-weight: normal;
	}
#balkzwartafgeschagenda{
	margin-top:0px;
	margin-bottom:0px;
	width:698px;
	height:30px;
	padding-left:10px;
	padding-right:0px;
	padding-top: 10px;
	color:#FFF;
	border-right: solid 1px #000;
	background-image:url(../img/bgzwart.jpg);
	font-size: 14px;
	font-weight: normal;
	}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; 
} 
.twoColFixLtHdr #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;
}
h1{
margin-left: 0px;
color:#D2232A;
font-size:30px;
margin-top:0px;
line-height:30px;


}
h2{
margin-left: 0px;
color:#D2232A;
font-size:18px;
margin-top:0px;
line-height:24px;
margin-bottom:0px;


}
h3{
	margin-left: 0px;
	color:#D2232A;
	font-size:12px;
	margin-top:2px;
	line-height:18px;
	margin-bottom:0px;
	font-weight:bold;

}
.tkst{
padding-left:20px;}

#algemeen{
padding-left:10px;
padding-right:50px;
}

#algemeenafgesch{
padding-left:10px;
padding-right:50px;
padding-top:50px;
}
.contactinput{
width:250px;
height:25px;
}
.textarescontact{
width:250px;
height:125px;
}
.inputpers{
	width:300px;
	height:25px;
	border:solid 1px #CCCCCC;
}
.inputadres{
	width:268px;
	height:25px;
	border:solid 1px #CCCCCC;
}
.inputnr{
	width:27px;
	height:25px;
	border:solid 1px #CCCCCC;
}
.textarea{
	width:300px;
	border:solid 1px #CCCCCC;
}
.hrrood{
	height:1px;
	width: 630;
	color: #D2232A;
	}
#kolomrechts a{
	color:#D2232A;
	text-decoration:none;
	font-size:12px;
}

#kolomrechts a:link{
	color:#D2232A;
	text-decoration:none;
}
#kolomrechts a:visited{
	color:#D2232A;
	text-decoration:none;
}
#kolomrechts a:active{
	color:#D2232A;
	text-decoration:none;
}
#kolomrechts a:hover{
	color:#D2232A;
	text-decoration:underline;
}
#kolommidden a{
	color:#D2232A;
	text-decoration:none;
	font-size:12px;
}

#kolommidden a:link{
	color:#D2232A;
	text-decoration:none;
}
#kolommidden a:visited{
	color:#D2232A;
	text-decoration:none;
}
#kolommidden a:active{
	color:#D2232A;
	text-decoration:none;
}
#kolommidden a:hover{
	color:#D2232A;
	text-decoration:underline;
}
.twtr-tweet-text {
    font size: 14;
    font-family: Calibri;
    }
.tablebox{
	border: 1px solid #E5E5E5;
}
.tkstrd{
	color: #D2232A;
}
.tkstrd{
	color: #D2232A;
	font-size: 9px
}
hr{
width:100px;
color:#CCC;
height:1px;
}
#kolomlinks a{
	color:#D2232A;
	text-decoration:none;
	font-size:12px;
}

#kolomlinks  a:link{
	color:#D2232A;
	text-decoration:none;
}
#kolomlinks  a:visited{
	color:#D2232A;
	text-decoration:none;
}
#kolomlinks  a:active{
	color:#D2232A;
	text-decoration:none;
}
#kolomlinks  a:hover{
	color:#D2232A;
	text-decoration:underline;
}
#videoBar-bar {
      width : 160px;
      margin-right: 5px;
      margin-left: 5px;
      padding-top : 4px;
      padding-right : 4px;
      padding-left : 4px;
      padding-bottom : 0px;
    }
.logoimg{
	margin-right:10px;
	margin-top:5px;}

