@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 955px;
	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;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 600px;
} 
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
	padding: 0px;
}
.thrColFixHdr #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: #FFFFFF;
	height: 50px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 200px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 206px;
	padding: 0px;
	height: 525px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 144px;
	height: 525px;
	background-color: #FFFFFF;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	height: 600px;
	width: 600px;
	position: relative;
	float: left;
	border: 1px solid #817C00;
}
#mainContent p , a , a:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #817C00;
	letter-spacing: .1em;
	text-decoration: none;
}
#header h1 {
	text-align: right;
	background-position: center;
	line-height: 50px;
}

.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;
}
/* menubar Dynamic Drive */

div.sdmenu {
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	margin-right: 18px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	font-weight: bold;
	color: #817C00;
	cursor: default;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #817C00;
	background-image: url(sdmenu/expanded.gif);
	background-repeat: no-repeat;
	background-position: 170px center;
}
div.sdmenu div.collapsed span {
	background-image: url(sdmenu/collapsed.gif);
	background-repeat: no-repeat;
	background-position: 170px center;
}
div.sdmenu div a {
	display: block;
	color: #817C00;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1CD23;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 20px;
}
div.sdmenu div a.current {
	color: #C1CD23;
	background-color: #EEF1D1;
}
div.sdmenu div a:hover {
	color: #C1CD23;
	text-decoration: none;
	background-color: #EEF1D1;
	background-image: url(sdmenu/linkarrow.gif);
	background-position: 150px center;
	background-repeat: no-repeat;
}
div.sdmenu  div.expanded  span {
	background-repeat: no-repeat;
	background-position: 170px center;
	background-image: url(sdmenu/expanded.gif);
}

/*Voor de GALLERIES*/

img.thumbs {
	height: 50px;
	width: 50px;
	border: 1px solid #817C00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 14px;
}
img.full {
	height: 600px;
	width: 600px;
}
#footer p, a, a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #817C00;
	letter-spacing: .1em;
	text-decoration: none;
}

