/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: rgb(160,166,165); /* schuifbalk + helft spikkels achtergrond */
	scrollbar-highlight-color: rgb(194,192,186);/*binnenste rand links+boven + helft spikkels achtergrond  */
	scrollbar-shadow-color: rgb(124,123,109); /* binnenste rand rechts+onder */
	scrollbar-3dlight-color: rgb(227,224,215); /*buitenste rand links+boven*/
	scrollbar-darkshadow-color: rgb(68,78,90);/* buitenste rand rechts+onder */
	scrollbar-arrow-color: rgb(68,78,90);
	/*scrollbar-base-color: green;*/
}
body {
	background:url(../site_images/bck_html.gif) rgb(225,227,227) repeat-x;
	font-family:"Trebuchet MS";
	color: rgb (110,109,104);
	line-height:1.2em;
	margin-top:9px;
}
form, input {
	margin:0;
	padding:0;
}
#main {
	width:970px; 
	margin: 0px auto; /* centreren van het concept */
	background:url(../site_images/bck_page.gif) repeat-y;
}
.columnWidth1{
	width: 237px;
}
.columnWidth2{
	width: 238px;
}
.columnHeight {
	height: 400px;
	overflow:hidden;
}
#logo {
	float:left;
	width: 485px;
	height:100%;
}
#logo div.margin {
	padding: 40px 0 0 51px;
}
#funcNav {
	float:left;
	height:100%;
}
#funcNav img {
	margin-right: 15px;
}
#funcNav div.margin {
	padding-top: 88px;
}
#fontSize {
	float:left;
	height:87px;
	text-align:right;
}
#fontSize div.margin {
	padding: 30px 40px 0 0;
}
#fontSize img {
	margin-left: 4px;
}
#search {
	float:left;
	padding-left:40px;
}
#search form {
	width: 155px;
	border:1px solid rgb(196,192,181);
}
#search .inputfield {
	height:16px;
	width:105px; 
	border:1px solid #fff; 
	overflow:hidden; 
	font-size:1em; 
	line-height:1.4em;
	color: rgb(136,127,112);
	background-color:#fff;
	padding:0 0 0 4px;
}
#header {
	height: 137px;
	background:url(../site_images/bck_pageTop.gif) no-repeat;
}
#driepikkel {
	position:relative;
	left:195px; top:18px; 
	z-index:200;
}
#driepikkel img {
    height:85px; 
    width: 43px;
}
#image {
	position:relative;
	top:-85px;
}
#column1 {
	float:left;
	background:url(../site_images/pix_wit.gif) right repeat-y rgb(244,242,237);
	border-top: 1px solid rgb(207,199,172);
}
#column2 {
	float:left;
	background-color:rgb(249,247,246);
	border-top: 1px solid rgb(207,199,172);
}
#column3 {
	float:left;
	border-top: 1px solid rgb(207,199,172);
}
#column4 {
	float:left;
	border-top: 1px solid rgb(207,199,172);
	color: rgb(136,127,112);
	background:url(../site_images/bck_column4.png) 0 18px no-repeat;
	line-height:1.1em;
}
#column4 .margin {
	padding: 54px 0 40px 40px;
}
#column4 a {
	text-decoration:none;
	color: rgb(136,127,112);
}
#column4 a:hover {
	text-decoration:underline;
}
#column4 p {
	margin:0;
	margin-bottom:1.1em;
}
#column4 .date {
	margin:0;
	color:rgb(89,125,199);
}
#column4 .date a {
	color:rgb(89,125,199);
}
#column4 #news {}
#column4 #news .margin {
	padding: 18px 0 20px 0;
	width:157px;
}
#column4 #flash {}
#column4 #flash .margin {
	padding: 18px 0 20px 0;
	width:157px;
}

#content p {

}

#content span {

}

H1 {

}

H2 {

}

H3 {

}

.clearfloats {
	clear:both;
}

/* -------------------------------- FOOTER -------------------------------- */
#footer {
	padding: 10px 9px 4px 9px;
	color:rgb(220,220,220);
	background:url(../site_images/bck_pageBot.gif) rgb(160,166,165) no-repeat;
}
#footer a {
	color:rgb(220,220,220);
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#printDisclaimer {
	display: none;
	visibility: hidden;
}

.more{
	padding-bottom: 10px;
	text-align: right;
}