@charset "UTF-8";
.koptext {
	font-size: 75%;
	color: #FFF;
	float: left;
	height: 150px;
	width: 550px;
}
.fltrt {
	float: left;
	width: 275px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: thin solid #000;
	font-size: 90%;
	height: 400px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #000;
	background-color: #FFF;
}
.clear {
	clear: both;
}
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: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-color: #F2F7EA;
	line-height: 130%;
}
a:link, a:visited {
	color: #95BC3D;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #00F;
	text-decoration: underline;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.intro p {
	padding: 10px;
}
.intro {
	background-color: #F2F7EA;
	font-size: 90%;
}
#mainContent img {
	clear: both;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
#header {
	padding: 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. */
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(images/lindex%20achtergrond%20overgang.jpg);
	background-repeat: repeat-y;
}
.navbar {
	background-color: #665d52;
	margin: 0px;
	padding-top: 10px;
}
.navbar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navbar ul li {
	display: inline;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0px;
}
.navbar ul li a:link, a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
}
.navbar ul li a:hover, a:active, a:focus {
	font-size: 80%;
	color: #95BC3D;
}
.navbar img {
	padding-bottom: 0px;
}
h1 {
	font-size: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer {
	background-color: #6d1019;
	color: #FFF;
}
#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 */
}
#footer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 80%;
}
#footer ul li a {
}
#footer ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}
#footer img {
}

.sitelocatie ul {
	margin: 0px;
	padding: 0px;
}
.sitelocatie ul li {
	display: inline;
	list-style-type: none;
	font-size: 90%;
}
#container #mainContent .sitelocatie ul li a:link, a:visited {
	color: #999;
	text-decoration: none;
}
#container #footer ul li a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
.headingindex {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 425px;
	width: 870px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: thin solid #000;
	background-image: url(images/index%20kaders.jpg);
}
.imagekaders {
	height: 275px;
	width: 265px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}