@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #414719;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 890px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #CFD6CF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 0;
	background-color: #CFD6CF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 150px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding: 0px;
	margin: 0px;
	background-color: #CFD6CF;
	clear: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	width: 695px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 0px;
	text-align: left;
	color: #764645;
} 
.twoColFixLtHdr #container #mainContent #form1 table tr td #submit {
	color: #764645;
	font-family: "Arial Black", Gadget, sans-serif;
	clip: rect(auto,20px,auto,auto);
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #CFD6CF;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container #sidebar1 ul li a {
	text-decoration: none;
	margin: 0px;
	text-align: center;
	color: #764645;
	font-size: 16px;
	line-height: 1.2em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	padding: 0px;
	text-transform: none;
	display: block;
}
.twoColFixLtHdr #container #sidebar1 ul {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 0px;
}

.twoColFixLtHdr #container #sidebar1 ul li {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #915652;
	background-color: #B68655;
	color: #CCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.twoColFixLtHdr #container #sidebar1 img {
	padding-left: 30px;
	padding-bottom: 0px;
	padding-right: 20px;
}



.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;
}
.twoColFixLtHdr #container #footer p {
	color: #764645;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	color: #764645;
	text-align: center;
	font-size: 14px;
	text-transform: none;
	vertical-align: top;
	background-color: #CFD6CF;
	font-style: italic;
	padding-left: 25px;
}
.twoColFixLtHdr #container #mainContent table tr td a {
	left: 10px;
	padding-left: 10px;
}
.fotovoorblad {
	margin-left: 0px;
	text-align: center;
	padding-left: 90px;
}
.twoColFixLtHdr #container #mainContent table tr td em {
	padding-right: 20px;
}
.back {
	text-decoration: none;
	background-color: #764645;
	padding: 1px;
	border: thin solid #764645;
	color: #CFD6CF;
}
