@charset "UTF-8";
ol li {
	margin-bottom: 10px;
}
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: 140%;
}
h1 {
	font-size: 220%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A131B;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6A131B;
	line-height: 260%;
}
h2 {
	font-size: 130%;
	color: #6A131B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 30px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #6A131B;
	padding-top: 20px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #6A131B;
	padding-top: 2px;
}
#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. */
	background-color: #FFF;
} 
#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: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar1 a img {
	margin-bottom: 10px;
}
#container #mainContent img {
	float: left;
}
#container #mainContent .sitelocatie ul li a {
	color: #999;
	text-decoration: none;
}
#mainContent a:link, a:visited {
	color: #93BC3E;
	text-decoration: none;
}
#mainContent a:hover, a:active, a:focus {
	color: #00F;
}
#mainContent  {
	text-align: justify;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-y;
} 
.sitelocatie ul li {
	display: inline;
	list-style-type: none;
}
.sitelocatie ul {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
.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-size: 80%;
	color: #95BC3D;
	text-decoration: none;
}
.navbar ul li a:hover, a:active, a:focus {
	font-size: 80%;
	color: #95BC3D;
	text-decoration: none;
}
#sidebar1 .nav {
	background-color: #FFF;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 ul li a:link, a:visited {
	color: #95BC3D;
	text-decoration: none;
	font-size: 90%;
}
#sidebar1 ul li a:hover, a:active, a:focus {
	color: #00F;
	text-decoration: underline;
	font-size: 90%;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #F2F7EA;
	font-size: 80%;
	margin-right: 8px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#footer {
	background-color: #6d1019;
	color: #FFF;
	font-size: 80%;
	padding-bottom: 10px;
}
#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 li a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#footer ul li a {
}
#footer ul li {
	display: inline;
	margin-right: 10px;
	list-style-type: none;
}

.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: 15px;
	margin-bottom: 5px;
}
table tr td p {
	font-size: 70%;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4 {
	font-size: 80%;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#sidebar1 .nav h3 {
	margin-left: 18px;
	font-size: 150%;
	color: #6A131B;
}
h2 a:link, a:visited {
	color: #95BC3D;
	text-decoration: none;
}
h2 a:hover, a:active, a:focus {
	color: #9841CC;
	text-decoration: underline;
}
span {
	font-weight: bold;
}