@charset "UTF-8";
/* CSS Document */

.oneColElsCtrHdr #container {
	width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
	z-index: 3;
	overflow: visible;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFCC;
	background-position: center top;
	position: static;
	top: 0px;
	left: 0px;
	clip: rect(0px,0px,auto,0px);
} 
.oneColElsCtrHdr #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 */
}

#navtxtblock{
	position:absolute;
	overflow: visible;
	font-size: 12px;
	font-family:"Trebuchet MS";
	height: 50px;
	width: 144px;
	top: 40px;
	margin-left: 5px;
}
#navtxtblock_r{
	position:absolute;
	overflow: visible;
	font-size: 12px;
	font-family:"Trebuchet MS";
	height: 50px;
	width: 144px;
	top: 7px;
	margin-left: 895px;
}
#navilocalblock{
	position:absolute;
	overflow: visible;
	font-size: 12px;
	font-family:"Trebuchet MS";
	height: 50px;
	width: 140px;
	top: 25px;
	margin-left: 902px;
	left: 193px;	
}
#navcontainer {
	height: 20px;
	margin-left: 3em;
}
#navigatie-balk a:link, #navigatie-balk a:visited{
	background-color: #666666;
	height: 17px;
	font-family: "Trebuchet MS";
	color: #FECF39;
	text-decoration: none;
	text-indent: 5px;
	text-align: center;
	z-index: 0;
	width: auto;
	float: left;
	font-size: 15px;
	margin-right: 2px;
	margin-left: 0px;
	white-space: nowrap;
	padding-right: 5px;
	margin-top: 11px;
	overflow: visible;
	visibility: visible;
}


#navigatie-balk a:active, #navigatie-balk a:hover{
	display: block;
	background-color: #FECF39;
	height: 17px;
	margin-left: 0px;	
	color: #666666;
	text-decoration: none;
	width: auto;
}



#navigatie-vul{
	background-color: #000000;
	height: 17px;
	font-family: "Trebuchet MS";
	color: #FECF39;
	margin-top: 0px;
	float: left;
	font-size: 15px;
	margin-right: 0px;
	white-space: nowrap;
	clip: rect(0px,auto,auto,auto);
	display: block;
	position: absolute;
	z-index: auto;
	width: 100%;
}

.oneColElsCtrHdr #mainContent {
	height: auto;
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(images/Braak2.JPG);
	background-repeat: repeat;
}
#navigatie  { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #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 */
}
