@charset "utf-8";
html {overflow-y: scroll;} /*always scrollbar*/
body  {
	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;
	background-color: #BFD1E7;
	background-image: url(img/header12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	background-image: url(img/containerbg5.jpg);
	background-repeat: repeat-y;
	background-position: center top;
} 

.thrColFixHdr #header {
	height: 186px;
	background-image: url(img/header12.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0;
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(img/navbg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(img/nieuwsbg.jpg);
}
.thrColFixHdr #mainContent {
	font-size: 12px;
	color: #006;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(img/maincontentbg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(img/footbg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 

.thrColFixHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.thrColFixHdr #mainContent a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: bold;
	font-size: 12px;
}
.thrColFixHdr #mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #92C84C;
	font-weight: bold;
	font-size: 12px;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #footer a, visited {
	color: #333;
	text-decoration: none;
	font-size: 10px;
}

.thrColFixHdr #footer a:hover{
	font-size: 10px;
	color: #333;
	text-decoration: underline;
}
.thrColFixHdr #teller {
	float: left;
	font-family: Arial, Helvetica;
	font-size: 10px;
	width: 50px;
	margin-left: 10px;
	visibility: hidden;
	padding: 0px;
	margin-top: 10px;
	}
.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;
}
h2 {
	color: #598526;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD1E7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h4 {
	color: #598526;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
}
h3 {
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	margin: 0px;
	padding: 0px;
}
ul.lijst {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
ul.lijst2 {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	line-height: 20px;
}
.size16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #92C84C;
}
.cap {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}
.accent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
}
.space {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
table.contact {
	border: 1px solid #92C84C;
}
.contact td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	
}
.size11 {
		font-size: 11px;
}
table.volgende {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFD1E7;

	
}
.volgende td {
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.lijn {border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFD1E7;}