@charset "utf-8";
body  {
	background-color: #FFFFE7;
	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; 
	background-image:url(../2008/achtergrond2008.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e2813;
	line-height:18px;
}
p {
	margin:0px;
	}
.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 104px;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 104px;
	right: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent { 
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 12px 0px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wit {
	color:#FFFFFF;
	}
a:link {
	color: #4E2813;
}
a:visited {
	color: #4E2813;
}
a:hover {
	color: #900808;
}
a:active {
	color: #4E2813;
}
h1 {
	font-size: 16px;
	color: #4E2813;
	line-height:140%;
	margin: 9px 0px;
}
h2 {
	font-size: 14px;
	color:#920808;
	line-height:140%;
	margin:  0px;
}
h3 {
	font-size: 14px;
	color:#0D4A21;
	line-height:140%;
	margin:  0px;
}
.bruin {
	color:#4E2813;
	}
.rood {
	color:#920808;
	}
.groen {
	color:#0D4A21;
	}
.geel {
	color:#FFB900;
	}
.fotolinks {
	float:left;
	margin-right:10px;
	border:#FFB900 2px solid;
	}
.fotorechts {
	float:right;
	margin-left:10px;
	border:#FFB900 2px solid;
	}
.foto-r-noborder {
	float:right;
	margin-left:10px;
	}


body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu23 a#menu23,
body#menu22 a#menu22,
body#menu31 a#menu31,
body#menu32 a#menu32,
body#menu41 a#menu41,
body#menu42 a#menu42,
body#menu51 a#menu51,
body#menu63 a#menu63,
body#menu62 a#menu62,
body#menu61 a#menu61
 {
   background-color:#4E2813;
}

.tabelbackground {
	background-color:#FFFFD7;
	}