@charset "utf-8";
body  {
	margin: 0px; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100px;
	background-color: #999999;
}
a {
	color: #444444;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	color: #528800;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 13px;
	color: #4E8200;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 5px;
}
#wg-info h2 {
	font-size: 13px;
	color: #007575;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 5px;
}
.image_link {
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	background-color: #FFFFFF;
	}
.links-img {
	margin-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #C3c3c3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.links-txt {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C3c3c3;
	border-right-color: #C3c3c3;
	border-bottom-color: #C3c3c3;
	border-left-color: #C3c3c3;
}
.framefoto {
	border: 1px solid #C3c3c3;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
.frame1 {
	border: 1px solid #C3c3c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: auto;
	line-height: 130%;
}
.framezoek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3c3c3;
	border-bottom-color: #C3c3c3;
	border-left-color: #C3c3c3;
}
.frame2 {
	border: 1px solid #C3c3c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 130%;
	margin-top: 0px;
}
.head20_green {
	font-size: 13px;
	color: #528800;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 5px;
}
#blok {
	position: relative; /* door de toevoeging van position: relative kunt u de twee zijbalken relatief ten opzichte van deze container (het hoofdobject) positioneren */
	width: 1010px;  /* door het gebruik van 20 pixels minder dan een volledige breedte van 800 pixels ontstaat ruimte voor de randen van het browservenster (vaak aangeduid met “browser chrome”) en wordt een horizontale schuifbalk vermeden */
	background: #FFFFFF;
	text-align: left;
	color: #444444;
	margin: auto;
	font-size: 12px;
} 
 #menubar {
	height: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #444444;
	margin-top: 0px;
	border-left-style: none;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
}
#menubar a:hover {
}
#menubar ul {
	height: 30px;
	list-style-type: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
 #menubar a {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	height: auto;
}
 #menubar li {
	font-size: 12px;
	display: inline;
	text-align: center;
	clear: right;
	float: left;
	width: auto;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	height: 23px;
	padding-top: 8px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}
#menubar  li:hover {
	background-color: #6FB900;
}
  #footer  {
	font-size: 11px;
	padding-left: 15px;
	margin-left: 210px;
	height: 25px;
	padding-top: 30px;
}
 #kop {
	height: 85px;  /* deze instelling voor padding (opvulling) komt overeen met de uitlijning links van de elementen binnen de div-elementen, die volgen op deze padding. Als een afbeelding wordt gebruikt in de #header in plaats van tekst, wilt u wellicht de padding (opvulling) verwijderen. */
	background-color: #FFFFFF;
	background-image: url(../images/agriwerker_logo.gif);
	background-repeat: no-repeat;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	background-position: 0% 10px;
} 
 #links {
	position: absolute;
	top: 125px;
	left: 0;
	width: 190px; /* met een waarde voor padding houdt u de inhoud van het element div van de randen vandaan */
	background-color: #FFFFFF;
	height: auto;
	padding-left: 10px;
	overflow: visible;
	color: #000000;
}
a:hover  {
	text-decoration: underline;
}
  #links li  {
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	line-height: 150%;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 3px;
	list-style-position: outside;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #444444;
}
  #links a {
	color: #000000;
}
 #links #menu-sector {
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #c3C3C3;
	border-right-color: #c3C3C3;
	border-bottom-color: #c3C3C3;
	border-left-color: #c3C3C3;
}
 #links #menu-voor {
	height: auto;
	padding-left: 10px;
	border: 1px solid #C3C3C3;
}
#zoekbalk {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 210px;
	height: 80px;
	background-image: url(../images/zoek-vacatures.gif);
}
#zoekbalk-alert {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 210px;
	height: 80px;
	background-image: url(../images/zoek-vacatures-alert.gif);
}
#infobalk {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 30px;
	background-color: #FFF6BF;
	float: none;
}
#teksthome {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#teksthometwit {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #E2E2E2;
}
#vacatures {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#vacatures2 {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF6BF;
}
#vacatures3 {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF6BF;
}
#breadcrumbs {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 210px;
	height: auto;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	border: 1px solid #C0C0C0;
	color: #000000;
	font-size: 11px;
}
#breadcrumbs {
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 210px;
	height: auto;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 10px;
	color: #000000;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#frm_zoekwerk #buttonZoek {
	cursor: pointer;
	width: 150px;
	color: #444444;
}
#frm_zoekwerk-alert #btn_zoek {
	cursor: pointer;
	width: 60px;
	color: #444444;
}
#frm_zoekwerk #lijstSector {
	width: 145px;
	margin-right: 23px;
	margin-left: 20px;
}
#frm_zoekwerk #lijstTypebaan {
	width: 130px;
	margin-right: 25px;
}
#frm_zoekwerk #lijstPlaatsen {
	width: 160px;
	margin-right: 50px;
	margin-left: 20px;
}
#zoekbalk #frm_zoekwerk {
	padding-top: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#zoekbalk-alert #frm_zoekwerk {
	padding-top: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 405px;
	float: left;
}
#frm_vacalert {
	padding-top: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 330px;
	float: left;
}
#menubar a.currentTab {
	line-height: 100%;
}
ul {
	margin: 0px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
}
#menubar li.currentTab {
	background-color: #6FB900;
	line-height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#voor-werkgeversbtn a {
	color: #FFFFFF;
	font-size: 13px;
}
.koptekst-tabel {
	font-size: 13px;
	color: #5C5C5C;
	font-weight: bold;
}
.kop_tabel {
	font-size: 13px;
	font-weight: bold;
	color: #4E8200;
}
.kop_tabel_rechts {
	font-size: 13px;
	font-weight: bold;
	color: #006565;
}
#top {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
}
#top-nieuw {
	margin-top: 10px;
	margin-right: 500px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	background-color: #EEEEEE;
	padding: 3px;
	border: 1px solid #D1D1D1;
}
#top-breed {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
}

#detail-google {
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	border: 1px solid #C3c3c3;
	padding-top: 10px;
	padding-left: 15px;
}
#vacature-top {
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
}
#top a {
	line-height: 100%;
}
#top a:hover {
	text-decoration: underline;
}
#top #top-titel {
	background-color: #373737;
	color: #FFFFFF;
}
#zoekresultaat {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	min-height: 410px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	padding-bottom: 10px;
}
#invuldeel {
	height: auto;
	min-height: 300px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding-right: 20px;
}
#uitleg-links {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: 800px;
}
#plaatsen {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	padding-right: 150px;
}
#plaatsen-profiel {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	padding-right: 150px;
}
#info {
	margin-top: 10px;
	margin-right: 395px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	min-height: 350px;
}
#foto {
	margin-top: 10px;
	margin-right: 395px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: 210px;
}
#foto-breed{
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: 100px;
}
#inschrijven {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	background-color: #FFFFFF;
}
#googleadsbreedhome {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 95px;
	padding-top: 10px;
}
#googleadsbreed {
	height: 95px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	border: 1px solid #C3c3c3;
	background-color: #F2F2F2;
}
#banners_top {
	height: auto;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	border: 1px solid #C3c3c3;
	padding-bottom: 10px;
}
#inschrijven-home {
	margin-right: 15px;
	margin-left: 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	margin-top: 0px;
	padding-right: 15px;
}
#werknemer-home {
	margin-right: 395px;
	margin-left: 200px;
	height: 65px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 0px;
}
#laat-je-vinden {
	height: 85px;
}
#werker-info {
	margin-top: 10px;
	margin-right: 385px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: 180px;
	top: 200px;
}
 #rechts25 {
	position: absolute;
	top: 230px;
	right: 0px;
	width: 415px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: auto;
}
 #rechts25-home {
	position: absolute;
	top: 386px;
	right: 0px;
	width: 415px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: auto;
}

 #rechts25-twit {
	position: absolute;
	top: 164px;
	right: 0px;
	width: 415px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: auto;
}
#rechts-job {
	position: absolute;
	top: 164px;
	right: 0px;
	width: 175px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #F2F2F2;
	height: auto;
	border: 1px solid #C0C0C0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 10px;
	padding-top: 10px;
}
 #rechts25-1 {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 394px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: auto;
}
#rechts25b {
	position: absolute;
	top: 162px;
	right: 0px;
	width: 394px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: 400px;
}
#sector li {
	list-style-image: url(../images/verrder.gif);
	list-style-type: none;
	vertical-align: middle;
	list-style-position: inside;
}
#sector a:hover {
	text-decoration: underline;
}
#sector {
	height: auto;
}

#werker-info a {
	font-size: 13px;
	color: #5A9700;
	text-decoration: underline;
}
#werker-info-rechts a {
	font-size: 13px;
	color: #5A9700;
	text-decoration: underline;
}
#werker-info-rechts {
	height: 180px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#blok #plaatsen td {
	margin-top: 0px;
	padding-top: 0px;
}
#blok #plaatsen table tr {
	margin-top: 0px;
}
#blok #plaatsen table li {
	line-height: 150%;
}
#blok #plaatsen table a {
	text-decoration: underline;
}
#blok #plaatsen table a:hover {
	font-weight: bold;
}
.odd {
	background-color: #EEEEEE;
}
.even {
	background-color: #F0FFD9;
}
#blok #inschrijven a {
	font-size: 13px;
}
#plaatsen #title {
	width: 300px;
}
#zoekresultaat tr {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	line-height: 17px;
}
#zoekresultaat tr:hover {
	border: 1px solid #FFFFFF;
	background-color: #FFF6BF;
}
#zoekresultaat th {
	background-color: #E9E9E9;
	color: #444444;
	font-weight: normal;
}
#zoekresultaat table {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#over-agriwerker {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
}
#detailwerk {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	padding-right: 170px;
}
#kop-detailwerk-nw {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	height: auto;
	padding-right: 170px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
}
#detailwerk-nw {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	padding-right: 170px;
	padding-top: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
}
#blok #detailwerk a {
	text-decoration: underline;
}
#agriwerker-over{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: 100px;
}
#zoekresultaat-rechts {
	height: auto;
	margin-right: 10px;
	margin-left: 200px;
}
#zoekresultaat-rechts #kop-vacatures {
	margin-left: 10px;
	margin-top: 10px;
}
#zoekresultaat-rechts tr {
	border: 1px solid #FFFFFF;
	background-color: #F0FFD9;
}
#zoekresultaat-rechts tr:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#zoekresultaat-rechts th {
	background-color: #E9E9E9;
	color: #444444;
}
#zoekresultaat-rechts table {
	border: 1px solid #FFFFFF;
}
#zoekresultaat-rechts a {
	color: #2F4F00;
	text-decoration: underline;
}
#ga-naar-zoeken {
	height: 75px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}
#uitleg-rechts {
	height: 450px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#contact {
	height: 800px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#blok #plaatsen a {
	text-decoration: underline;
}
#sector-uitleg {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: 95px;
}
#blok #uitleg ul {
	line-height: 150%;
}
#blok #rechts25 #werken a {
	text-decoration: underline;
}
#detailwerk h3 {
	font-size: 13px;
	color: #5C5C5C;
	font-weight: bold;
}
#uitleg2 ul {
	line-height: 150%;
}
#blok #inschrijven-home a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#blok #rechts25 #ga-naar-zoeken a {
	color: #FFFFFF;
}
#rechts25-home a {
	color: #4E8200;
}
#rechts25-home #wg-info a {
	text-decoration: underline;
	color: #444444;
}
#blok #rechts25-home #ga-naar-zoeken a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
#zoekbalk p {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 16px;
}
#zoekbalk h1 {
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 16px;
}
#blok #zoekbalk #zoek-txt {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
#zoekresultaat #header-tabel {
	padding-top: 10px;
	padding-left: 10px;
}
#zoekresultaat ul {
	padding-left: 15px;
}
#blok #zoekresultaat ul a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#blok #detailwerk ul {
	list-style-image: none;
	list-style-type: circle;
}
#blok #kop #banner-kop {
	margin-top: 40px;
	margin-left: 400px;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
}
#top-ads {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	height: auto;
	border: 1px solid #C3c3c3;
}
#top-ads tr {
	border: 1px solid #FFFFFF;
	background-color: #FAFFF2;
}
#top-ads th {
	background-color: #E9E9E9;
	color: #444444;
}
#top-ads table {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#blok #top-ads #tabel-1 td {
	height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
}
#blok #top-ads #tabel-2 td {
	height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
#blok #top-ads #tabel-3 td {
	height: 42px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;	
}
#blok #top-ads #tabel-main {
	border: 1px none #CCCCCC;
}
#top-ads #tabel-1 tr:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#top-ads #tabel-2 tr:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}#top-ads #tabel-3 tr:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}
#blok #links ul {
	margin-bottom: 10px;
}
#blok #kop #tab {
	position: absolute;
	top: 53px;
	right: 0px;
	width: 303px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: 18px;
	background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 16px;
	padding-bottom: 5px;
	padding-right: 0px;
	text-align: left;
	margin-right: 6px;
	margin-left: 0px;
}
#blok #kop #tab a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
}
#blok #rechts25-home #ga-naar-zoeken a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#blok #detailwerk li {
	list-style-position: outside;
	margin-left: 15px;
}
#blok #detailwerk-nw table {
	line-height: 120%;
}
#blok #detailwerk-nw .input {
	color: #FFFFFF;
	background-color: #404040;
	width: 200px;
	height: 25px;
}
#blok #inschrijven-home #button {
	background-color: #007575;
	height: 30px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #C3C3C3;
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
#blok #inschrijven-home #button:hover {
	text-decoration: underline;
	background-color: #004646;
	cursor: pointer;
}
#teksthome #button2 {
	background-color: #6FB900;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding-top: 10px;
	border: 1px solid #C3C3C3;
	line-height: 20px;
}
#teksthome #button2:hover {
	text-decoration: underline;
	background-color: #528800;
	cursor: pointer;
}
#blok #zoekresultaat h2 {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #528800;
}
#blok #uitleg-links a {
	font-weight: bold;
	text-decoration: underline;
	color: #528800;
}
#blok #uitleg-rechts a {
	font-weight: bold;
	text-decoration: underline;
	color: #007575;
}
#blok #uitleg-links a:hover {
	color: #1F3300;
}
#blok #rechts25 #uitleg-rechts ul {
	list-style-type: circle;
	background-image: none;
	list-style-image: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	list-style-position: outside;
}
#blok #uitleg-rechts a:hover {
	color: #004646;
}
#blok #zoekresultaat a:hover {
	text-decoration: underline;
}
#blok #uitleg-links ul {
	list-style-image: none;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
}
#blok #rechts25 #uitleg-rechts h6 {
	font-size: 12px;
	font-weight: bold;
	color: #007575;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
#blok #inschrijven-home form {
	margin-top: 0px;
	padding-top: 0px;
}
#blok #rechts25 #ga-naar-zoeken form {
	margin-top: 0px;
	padding-top: 0px;
}
#blok #rechts25 #contact a {
	text-decoration: underline;
}
#blok #rechts25-home #ga-naar-zoeken form {
	margin-top: 0px;
	padding-top: 0px;
}
#blok #zoekbalk #frm_zoekwerk #LijstPlaatsen {
	margin-left: 10px;
}
#blok #zoekbalk-alert #frm_zoekwerk #plaats {
	margin-left: 15px;
	margin-right: 20px;
}
.stijl1 {
	color: #528800;
	font-weight: bold;
}
.groot {
	color: #528800;
	font-weight: bold;
	font-size: 15px;
}
#blok #detail h1 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding-left: 2px;
}
#detail {
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 150px;
}
#mail {
	margin-top: 0px;
	margin-right: 150px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
#detail li {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
}
#blok #detail #baaninfo {
	padding-left: 4px;
	width: 560px;
	padding-top: 20px;
	line-height: 130%;
}
#baaninfo h3 {
	font-size: 14px;
	color: #444444;
}
#zoekresultaat a {
	font-weight: bold;
}
#blok #invuldeel #form2 td {
	vertical-align: top;
}
#blok #invuldeel #form2 {
	margin-top: 0px;
}
#blok #kop a {

}
#blok #kop #inloggen {
	padding-top: 20px;
}
#blok #kop #inloggen a {
	text-decoration: underline;
}
#blok #links #foto-links {
	margin-top: 10px;
	border: 1px solid #C3C3C3;

}
#blok #zoekresultaat #sector h1 {
	font-size: 15px;
	padding-top: 10px;
	padding-left: 10px;
}
#blok #zoekbalk #frm_zoekwerk #sector2 {
	margin-left: 15px;
	width: 150px;
}
#blok #zoekbalk #frm_zoekwerk #dienst {
	margin-left: 10px;
	width: 150px;
}
#blok #zoekbalk #frm_zoekwerk #sector {
	width: 150px;
	margin-left: 15px;
}
#blok #zoekbalk #frm_zoekwerk #distance {
	margin-right: 20px;
	margin-left: 10px;
	width: 70px;
}
#blok #zoekbalk-alert #frm_zoekwerk #afstand {
	margin-right: 20px;
	margin-left: 10px;
	width: 50px;
}
#blok #zoekresultaat #sector {
	margin-right: 10px;
	height: 50px;
}
#blok #zoekresultaat #pagenumber {
	font-size: 12px;
	text-align: center;
}
#blok #breadcrumbs a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}
#blok #zoekbalk-alert #frm_vacalert #email {
	margin-left: 5px;
	width: 170px;
	margin-right: 20px;
}
#blok #teksthome #sect_desc {
	float: left;
	width: 540px;
	padding-right: 20px;
	padding-bottom: 0px;
}
#blok #teksthome #sect_foto {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#blok #teksthome h1 {
	color: #4D8000;
	padding-bottom: 10px;
}
#tekstfaq {
	margin-top: 10px;
	margin-right: 190px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-bottom: 20px;
}
#tekstcontact {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: 75px;
}
 #rechtscontact {
	position: absolute;
	top: 125px;
	right: 0px;
	width: 415px; /* bij 25% is width 200 px bij 50% is width 405px */
	background-color: #FFFFFF;
	height: auto;
}
#blok #tabback {
	height: 22px;
	margin-left: 210px;
	margin-right: 525px;
	background-color: #EBEBEB;
	margin-top: 0px;
	padding-top: 5px;
	color: #585858;
	font-weight: bold;
	border: 1px solid #C1C1C1;
	vertical-align: middle;
}
#blok #tabback a {
	color: #6A6A6A;
}
#blok 
#blok #links #tekst h3 {
	font-size: 11px;
	color: #4E8200;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
#blok #links #tekst h2 {
	font-size: 11px;
	color: #4E8200;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
 #links #tekst {
	height: auto;
	padding-left: 10px;
	border: 1px solid #C3C3C3;
	background-color: #F3F3F3;
	margin-top: 10px;
}
#blok #links #tekst p {
	font-size: 11px;
	line-height: 120%;
}
#blok #footer a {
	text-decoration: underline;
}
#blok #rechts25-home #profielen a {
	color: #444444;
}
#blok #tekstfaq a {
	font-weight: bold;
	color: #4E8200;
	text-decoration: underline;
}
#blok #breadcrumbs-detail a {
	text-decoration: underline;
}
.nav_home {
	padding-left: 5px;
	margin-right: 20px;
	margin-left: 5px;
	width: 210px;
}
.nav_1 {
	width: 90px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_2 {
	width: 160px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_3 {
	width: 130px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_4 {
	width: 180px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#blok #detail #baaninfo ul {
	margin: 0px;
	padding: 0px;
}
#blok #detail #baaninfo li {
	margin-left: 17px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding-left: 0px;
}
#blok #teksthome #button2 a {
	color: #FFFFFF;
	font-size: 13px;
}
#links #alert {
	height: auto;
	padding-left: 10px;
	border: 1px solid #C3C3C3;
	font-size: 11px;
	background-color: #F4F4F4;
}
#links #alert p {
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#blok #links #alert #frm_alert {
	margin-top: 0px;
	padding-top: 0px;
}
#blok #links #alert #frm_alert input {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.smallinput {
	height: 13px;
	width: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#but-wn {
	background-color: #6FB900;
	float: left;
	width: 270px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #FFFFFF;
	border: 1px solid #C3C3C3;
}#blok #tekstfaq #but-wn a {
	color: #FFFFFF;
	text-decoration: none;
}
#blok #but-wn:hover {
	text-decoration: underline;
	background-color: #528800;
	cursor: pointer;
}
#but-wg {
	background-color: #007575;
	float: left;
	width: 270px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #FFFFFF;
	border: 1px solid #C3C3C3;
}#blok #tekstfaq #but-wg a {
	color: #FFFFFF;
	text-decoration: none;
}
#blok #but-wg:hover {
	text-decoration: underline;
	background-color: #004646;
	cursor: pointer;
}
#blok #pagenumber a {
	font-weight: normal;
	text-decoration: underline;
}
#blok #vacatures #form1 #button3 {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-row;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	width: 360px;
}
#blok #vacatures #form1 {
	margin: 0px;
	padding: 0px;
}
#blok #vacatures #form1 #button4 {
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-row;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
#blok #vacatures #form1 {
	margin: 0px;
	padding: 0px;
}
hover {
	text-decoration: underline;
}
#blok #vacatures #form1 #button3:hover {
	text-decoration: underline;
}
#blok #vacatures #form1 #button4 {
	color: #444444;
}
#blok #profielen #form1 #button3 {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-row;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	width: 360px;
}
#blok #profielen #form1 {
	margin: 0px;
	padding: 0px;
}
#blok #profielen #form1 #button4 {
	background-color: #FFFFFF;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-row;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
#blok #profielen #form1 {
	margin: 0px;
	padding: 0px;
}
#blok #profielen #form1 #button3:hover {
	text-decoration: underline;
}
#blok #profielen #form1 #button4 {
	color: #444444;
}
#blok #jobdes {
	font-weight: bold;
}
#blok #jobdes:hover {
	text-decoration: underline;
	cursor: pointer;
}
#blok #tekstheader {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 210px;
}
#blok #vacatures {
	height: auto;
}
#blok #rechts25-home #profielen {
	height: 470px;
}
#wn-info {
	margin-top: 10px;
	margin-right: 415px;
	margin-bottom: 10px;
	margin-left: 210px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
}#blok #wn-info a {
	text-decoration: underline;
}
#blok #rechts25-home #wg-info {
	height: auto;
}
#blok #links #tekst a {
	text-decoration: underline;
}
#blok #links #menu-voor h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 10px;
}
#rechts25 h3 {
	font-size: 13px;
	color: #5C5C5C;
	font-weight: bold;
}
#hardenberg {
	background-color: #FFF6BF;
}
#blok #vacatures3 a {
	font-weight: bold;
}
#blok #agriwerker-over a {
	font-weight: bold;
	text-decoration: underline;
	color: #006565;
}
#blok #agriwerker-over a:hover {
	color: #004040;
}
#blok #rechts25-home #profielen h2 {
	color: #007575;
}
#links #menu-sector {
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #c3C3C3;
	border-right-color: #c3C3C3;
	border-bottom-color: #c3C3C3;
	border-left-color: #c3C3C3;
}
#blok #links #tekst li {
	font-size: 11px;
}
 #links #specs {
	height: auto;
	padding-left: 10px;
	border: 1px solid #C3C3C3;
	background-color: #F3F3F3;
	margin-top: 10px;
}

#blok #agriwerker-over h2 {
	font-size: 14px;
	color: #007575;
}
#blok #rechts-job li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-left-color: #C3C3C3;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#blok #rechts-job ul {
	margin: 0px;
	padding: 0px;
}
#blok #rechts-job a {
	color: #000000;
}
#blok #infobalk a {
	font-weight: normal;
	text-decoration: underline;
}
#blok #share {
	margin-left: 210px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	height: 27px;
	font-weight: bold;
	color: #007575;
}
#blok #socmedia {
	margin-left: 210px;
	margin-right: 415px;
}
#blok #share2 {
	margin-left: 210px;
	margin-right: 10px;
}
#blok #solliciteer2 {
	margin-left: 210px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	height: auto;
	border: 1px solid #C3c3c3;
	padding-top: 0px;
}
.stijl2 {
	color: #FF0000;
	font-weight: bold;
}
.premie {
	color: #FFFFFF;
	background-image: url(../images/premie.png);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	text-align: center;
	font-weight: bold;
}
.back007575 {
	background-color: #6FB900;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.padleft10 {
	padding-left: 10px;
}

