@charset "utf-8";
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: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FBEC5D;
	background-image: url(img/totalbodybg8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0;
	height: 182px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #nav {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 7px;
	margin: 0px;
	height: 26px;
	}
	
.oneColFixCtrHdr #mainContent {
	font-size: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #589702;
	border-left-color: #589702;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F8FFED;
	background-image: url(img/maincontentbg1.jpg);
	background-repeat: no-repeat;
	background-position: 781px 1px;
	line-height: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #006;
	letter-spacing: 0.1em;
}

.oneColFixCtrHdr #mainContent a, visited {
	font-weight: bold;
	color: #09F;
	text-decoration: underline;
	outline:none;
}
.oneColFixCtrHdr #mainContent a:hover {
	font-weight: bold;
	color: #690;
	text-decoration: none;
	outline:none;
}
.oneColFixCtrHdr #footer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #589702;
	border-bottom-color: #589702;
	border-left-color: #589702;
	background-color: #F2CC35;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #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 */
	font-size: 11px;
}
.oneColFixCtrHdr #footer a, visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
}
.oneColFixCtrHdr #teller {
	float: left;
	font-family: Arial, Helvetica;
	font-size: 10px;
	width: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	}
.oneColFixCtrHdr #subfooter {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 9px;
	color: #666;
	text-align: center;
} 

.oneColFixCtrHdr #subfooter a,visited {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
.oneColFixCtrHdr #subfooter a:hover {
	font-size: 9px;
	color: #000;
	text-decoration: 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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
table.special {
	background-image: url(img/afspraak-groen.gif);
	background-repeat: no-repeat;
}
.special td {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin: 0px;
}
	
.size11{
	font-size: 11px;
}
.size12{
	font-size: 12px;
}
.size12top{
	font-size: 12px;
	vertical-align: top;
}
.size16 {
	font-size:18px;
	font-weight: bold;
		}
ul.lijst {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	list-style-image: url(img/bladknopkl.gif);
}
ul.lijstspecial {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
table.geel {
	background-color: #FBEC5D;
	border: 1px solid #006;
}
.geel td {
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	width: 480px;
	font-weight: bold;
}
.rood {
	color: #000;
	background-color: #C00;
	padding: 10px;
	font-weight: bold;
}
.oranje {
	color: #000;
	background-color: #F60;
	padding: 10px;
	font-weight: bold;
}
.geelbio {
	color: #000;
	background-color: #E9ED11;
	padding: 10px;
	font-weight: bold;
}
.groen {
	color: #000;
	background-color: #008000;
	padding: 10px;
}
.blauw {
	color: #FFF;
	background-color: #00F;
	padding: 10px;
	font-weight: bold;
}
.violet {
	color: #000;
	background-color: #F0F;
	padding: 10px;
	font-weight: bold;
}
.kleuren {
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #006;
	border-bottom-color: #006;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
table.tarieven {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #006;
	border-bottom-color: #006;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tarieven td {
	padding-right: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

table.arrangementen {}
.arrangementen td {}

h3 {
	color: #60A404;
}
.lichtgeel {
	background-color: #E8FFC6;
}
.lichtgeel2 {
	background-color: #FEF9C7;
}
table.route {
	border: 1px solid #006;
}
.route td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
table.contact {}
.contact td {
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.winter {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #09F;
}
