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

body  {
	background-color:#666666;
	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-size: 100%;
	
scrollbar-face-color: #ffffff; 
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #ffffff; 
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000; 
scrollbar-track-color:#FFF;
scrollbar-darkshadow-color: #000000;

}
.thrColFixHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../graphics/rode_gradient_band.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -450px;
	
	
} 
.thrColFixHdr #header {
	height: 60px;
	padding-right: 120px;
	padding-bottom: 0;
	padding-left: 280px;
	width: 500px;
	padding-top: 40px;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	background-position: 80px 45px;
	text-align: center;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	height: 390px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 45px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	height: 360px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 55px;
	padding-left: 0px;
	text-align: left;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	color: #333333;
} 
.thrColFixHdr #gallery {
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	color: #333333;
	margin-left: 200px;
} 
.thrColFixHdr #privacyContent {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	color: #333333;
	height:325px;
	overflow:auto;
	margin-right: 35px;
	margin-top: 0px;
	list-style-type: none;
} 

.thrColFixHdr #geschiedenis {
	height:300px;
	width:auto;
	overflow: auto;	padding-right: 10px;
}
.cib {
	float:left;
	padding-right: 3px;
	padding-bottom: 5px;

}
.thrColFixHdr #footer {
	position: relative;
	padding-top: 80;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	color: #CCCCCC;
} 
.thrColFixHdr #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;
}
body,td,th {
	font-size: 12px;
	font-family: Trebuchet MS;
}

 a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.thrColFixHdr #footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.thrColFixHdr #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.thrColFixHdr #footer a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
.thrColFixHdr #footer a:active {
	color:#CCCCCC;
	text-decoration:underline;
}
h1 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
.style2 {
	font-size: 18px
}
img {border:none;}
