
/* ----------------------------- positionering van divs en menus */
#wrapper {
	width: 995px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 0px solid gray;
	background-image: url(../images/background_repeat.gif);
	background-repeat: repeat-y;
}
#header{ /* verschillende afbeeldingen in header worden onderaan in deze stylesheet gedefinieerd */
	width: 995px;
	background-repeat: no-repeat;
	height: 212px;
}

div#navigatierechts {
	float: right;
	width: 713px;
	text-align: right;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	border: 0px solid #CC0000;
}
#wrapper_columnLeft_Content {
	width: 995px;
	float: left;
	background-image: url(../images/background_left.gif);
	background-repeat: no-repeat;
	border: 0px solid #3399FF;
}
#columnLeft {
	float: left;
	width: 176px;
	margin-top: 35px;
	padding-right: 30px;
	padding-left: 82px;
}
#columnContent{
	float: right;
	width: 643px;
	border: 0px solid black;
	padding-right: 64px;
	padding-bottom: 20px;
	background-image: url(../images/background_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	padding-left: 288px;
	height: 38px;
	padding-top: 18px;
}
/* ----------------------------- verschillende afbeeldingen in header (wasbeer, chimpansee etc) */
body#home #header{
	background-image: url(../images/top_home.gif);
}
body#actueel #header{
	background-image: url(../images/top_actueel.gif);
}
body#wataapdoet #header{
	background-image: url(../images/top_wataapdoet.gif);
}
body#helpaap #header{
	background-image: url(../images/top_helpaap.gif);
}
body#aapbedankt #header{
	background-image: url(../images/top_aapbedankt.gif);
}
body#apekoppen #header{
	background-image: url(../images/top_apekoppen.gif);
}
body#vacatures #header{
	background-image: url(../images/top_achillezoekt.gif);
}
body#overig #header{
	background-image: url(../images/top_overig.gif);
}
/* breedte voorpainga */
div#main_content {
	width: 446px;
	float: left;
	line-height: 135%;
}

/* -- tbv de vacatures en andere tabellen ---- */
div.moduletable {
	margin: 0px 0px 20px 0px;
}
div.moduletable h3 {
	margin: 28px 0px 8px 0px;;
}
div.moduletable table tr td  {
	font-size: 90%;  /* 67  */
	padding: 2px;
}
table tr td  {
	padding: 2px;
}
div.moduletable table tr th ,  table tr th {
	font-size: 100%;  /*   */
	text-align: left;
	padding: 2px;
}
div.moduletable table {
	width: 100%;
}
div.moduletable table tr {
	border-bottom: solid 2px white;
}
div.moduletable table tr.rij0 , table tr.rij0 {
	background-color: #E6ECE8;
}
div.moduletable table tr.rij1 ,  table tr.rij1 {
	background-color: #F0F4F2;
}
div.moduletable table tr td a , div.moduletable table tr td a:visited  {
	color: black;
	text-decoration: underline;
}
div.moduletable table tr td a:hover {
	color: orange;
	text-decoration: underline;
}
div.vacature_component div.meta {
	float: right;
	font-size: 100%;  /*  10pt */
	clear: both;
	padding: 0px 0px 8px 8px;
	border: solid 0px orange;
	margin: 0px 0px 80px 16px;
	color: #6E9380;
	width: 220px;
	line-height: 100%;
}
div.vacature_component div.meta h3 {
	color: orange;
}
div.vacature_component div.meta span.label {
	font-weight: normal;
	color: black;
}
div.vacature_component div.meta hr {
	border-bottom-style: dotted;
	margin: 8px 0px;
	_margin: 2px 0px;
}

div.vacature_component div.vacaturetekst , div.vacature_component div.vacaturetekst p {
	/* font-size: 10pt;  10pt  */
	line-height: 135%;
}
div.vacature div.details p a {
	color: white;
}

