body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url(../images/body_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

body, div, td {
	font: 12px Arial;
	color: #454545;
	line-height:16px;
}
form {
	margin:0px;
}
input.button {
	border:1px solid #eeeeee;
	background-color:#009ee0;
	color:#FFFFFF;
	cursor:pointer;
}
input, select, textarea {
	font: 12px Arial;
}

div#container {
	margin:0 auto;
	width: 961px;
	text-align:left;
}

/* BOVENSTE FOOTER, WAAR OOK CV UPLOADEN IN STAAT */
div#footer1 {
	float:left;
	padding-left:20px;
	width:941px;
	background-image:url(../images/wit.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#99d8f3;
}
	div#footer1Links {
		float:left;
		width:380px;
		margin-top:8px;
		background-image:url(../images/footer1_links_bg.gif);
		background-position:right center;
		background-repeat:no-repeat;
		min-height:70px;
		_height:70px;
		overflow:hidden;
	}
	div#footer1Links a {
		text-decoration:none;
		color:#454545;
	}
	div#footer1Links a:hover {
		text-decoration:underline;
	}
	div#footer1Contact {
		background-image:url(../images/footer_contact.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin-top:11px;
		float:left;
		width:345px;
		margin-left:15px;
		padding-top:20px;
	}
	div#footer1Traineeship {
		float:left;
		padding-top:1px;
	}
	div#footer1Traineeship * {
		float:left;
	}

/* END BOVENSTE FOOTER */

/* ONDERSTE FOOTER, WAAT OOK SITEMAP IN STAAT */
div#footer2 {
	float:left;
	padding-top:25px;
	padding-left:20px;
}
	div#footerOpdrachtgevers, div#footerPartners, div#footerFreelancers{
		float:left;
		width:200px;
	}
	div#footerSollicitanten {
		float:left;
		width:171px;
	}
	div#footerLogo {
		float:left;
	}
	div.footerSitemap .blauw {		
		width:80px;
		height:12px;
		background-image:url(../images/vervolg_submenu_blauw.gif);
		background-position:top;
		background-repeat:repeat-x;
	}
	div.footerSitemap h2{
		margin:0px;
		padding:0px;
		margin-bottom:15px;
	}
	div.footerSitemap h2 a {
		color:#55bfea;
		text-decoration:none;
		font-size:12px;
	}
	div.footerSitemap a {
		text-decoration:none;
		color:#8a8989;
		font-size:11px;
	}
	div.footerSitemap a:hover {
		text-decoration:underline;
	}
/* END ONDERSTE FOOTER */

table.vacatureZoeken th, table.vacatureZoeken td {
	padding:10px 7px 11px 20px;
}
table.vacatureZoeken th.first, table.vacatureZoeken td.first {
	padding:10px 7px 11px 7px;
}
table.vacatureZoeken tr {
	background-image:url(../images/vacature_overzicht_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
table.vacatureZoeken th {
	background-color:#585757;
	color:#FFFFFF !important;
	text-align:left;
}
table.vacatureZoeken th a {
	color:#FFFFFF !important;
	text-decoration:none !important;
	font-weight:bold;
}
table.vacatureZoeken th a:hover {
	text-decoration:underline !important;
}

td.paging a.selected {
	font-weight:bold;
	text-decoration:none !important;
}

div.vacatureKop {
	width:100%;
	border-bottom:1px solid #009ee0;
	margin-bottom:10px;
	padding-bottom:10px;
	float:left;
}
div.vacatureKop div.vacatureTitel {
	width:355px;
	float:left;
}
div.vacatureKop div.vacatureLinks {
	float:right;
	text-align:right;
	width:350px;
}

div.vacatureKop div a {
	margin-left:14px;
	_marginleft:7px;
	padding-left:15px;
	color:#000000 !important;
	text-decoration:none !important;
	background-position:left;
	background-repeat:no-repeat;
}
div.vacatureKop div a:hover {
	text-decoration:underline !important;
}
div.vacatureKop div a.solliciteren 
{
	margin-left:0px;
	background-image:url(../images/btn_solliciteren.gif);
} 
div.vacatureKop div a.printen {
	background-image:url(../images/btn_printen.gif);	
} 
div.vacatureKop div a.doorsturen {
	background-image:url(../images/btn_doorsturen.gif);	
} 
div.vacatureKop div a.onthouden {
	background-image:url(../images/btn_onthouden.gif);	
} 



/* forum en admin deel*/
table.forum {
	border-collapse:collapse;
	border:1px solid #CECDD5;
}
tr.header, td.header {
	background-color:#E4E2E7;
	font-weight:bold;
	color:#000000;
}
tr.normal {
	background-color:#FAFAFA;
	color:#000000;
}
tr.alternate {
	background-color:#FFFFFF;
	color:#000000;
}
blockquote {
	background-color:#FAFAFA;
	padding:5px 5px 5px 5px;
	border:1px solid #CECDD5;
}

a.arachna {
	color:#000000;
}

/*dTree*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}