@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 7px;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #dfdfdf;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 11px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	height: 266px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
	background-image: url(foto/top_foto.jpg);
} 
.twoColFixRtHdr #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 */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
} 
.twoColFixRtHdr #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 */
}
.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;
}.twoColFixRtHdr #menu {
	background-color: #FFF;
	height: 30px;
	padding-top: 8;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 
<![if !IE 6]>



.shiftcontainer{
position: relative;
width: 490px;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}


.shadowcontainer{
	width: 485px;
	background-color: transparent;
	background-image: url(foto/bigshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0px;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	border: 1px solid gray;
	padding: 11px;
	position: relative;
	left: -7px; /*shadow depth*/
	top: -7px; /*shadow depth*/
	color: #678B3F;
}

</style>

<![endif]>


.twoColFixRtHdr #mainContent h1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #678B3F;
}


.twoColFixRtHdr #mainContent h2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #678B3F;
}

.twoColFixRtHdr #mainContent p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5;
	padding-right: 1px;
	padding-bottom: 5;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B7E54;
	text-align: justify;
	line-height: 21px;
}
.shadowcontainer .innerdiv .links {
	border: 1px solid gray;
	padding: 1px; /*shadow depth*/
	float: right;
	visibility: inherit;
	overflow: auto;
}
.twoColFixRtHdr #mainContent l {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #678B3F;
	float: right;
}
.twoColFixRtHdr #header snoekgengracht {
	background-color: #DDDDDD;
	height: 266px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
	background-image: url(foto/top_foto.jpg);
}
.shadowcontainer .innerdiv h2 {
	/* Add container height here if desired */
background-color: white;
	padding: 0px;
	position: relative;
	left: -7px; /*shadow depth*/
	top: -7px; /*shadow depth*/
	color: #678B3F;
	
}
.shadowcontainer .innerdiv h1 {
	/* Add container height here if desired */
background-color: white;
	padding: 0px;
	position: relative;
	left: -7px; /*shadow depth*/
	top: -7px; /*shadow depth*/
	color: #678B3F;

}
.twoColFixRtHdr #mainContent h1 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #678B3F;
}
.twoColFixRtHdr #mainContent h3 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B7E54;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent h4 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15;
	padding-right: 1px;
	padding-bottom: 15;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4B7E54;
	font-weight: normal;
}

