body {
	font-family: tahoma, arial;
	font-size: 11px;
	color: #5E5E5E;
	background-color: #A6A6A6;
	line-height: 17px;
}

h1 {
	padding: 13px 0 0 0;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a5bf10;
	line-height: 16px;
}
h2 {
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5E5E5E;
}
.groen {
	color: #a5bf10;
}
h3 {
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 12px;
	color: #5E5E5E;
}

p {
	margin: 10px 0 10px 0; 
	text-align: justify;
}
.textSmall {
	font-size: 12px;
	color: #5E5E5E;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.donkerGrijs {
	color:#5E5E5E
}

.justify {
	text-align: justify;
}

b {
	color: #5E5E5E;
}

a {
	text-decoration: none;
	color: #a5bf10;
}
a:hover {
	color: #5E5E5E;
}

.bold {
	font-weight: bold;
}


img {
	border: 0 none;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

span.left,
span.right {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}
span.right {
	text-align: right;
}

/* BUTTONS */
.buttonGrijs,
.buttonGroen {
	background-color: transparent;
	width: 43px;
	height: 43px;
	cursor: pointer;
	border: 0 none;
	display: block;
	background-repeat: no-repeat;
}
.buttonGrijs {
	background-image: url(/img/png/button-grijs.png);
}
.buttonGroen {
	background-image: url(/img/png/button-groen.png);
}

.buttonGrijsKlein,
.buttonGroenKlein {
	width: 27px;
	height: 27px;
	cursor: pointer;
	border: 0 none;
}
.buttonGrijsKlein {
	background: url(/img/png/button-grijs-small.png) no-repeat;
}
.buttonGroenKlein {
	background: url(/img/png/button-groen-small.png) no-repeat;
}

.buttonTerugGrijs,
.buttonTerugGroen {
	width: 142px;
	height: 45px;
	padding: 15px 50px 0 20px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 0 none;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: 0 none;
	display: block;
}
.buttonTerugGrijs {
	background: url(/img/png/submit-button-grijs.png) no-repeat;
	color: #5E5E5E;
}
.buttonTerugGroen {
	background: url(/img/png/submit-button-groen.png) no-repeat;
	color: #5E5E5E;
}

.buttonSubmitGrijs,
.buttonSubmitGroen {
	width: 142px;
	height: 45px;
	padding: 0 50px 0 20px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 0 none;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: 0 none;
}
.beschikbaarButton {
	padding: 15px 50px 0 20px;
	margin-bottom: 10px;
}

.buttonSubmitGrijs {
	background: url(/img/png/submit-button-grijs.png) no-repeat;
	color: #5E5E5E;
}
.buttonSubmitGroen {
	background: url(/img/png/submit-button-groen.png) no-repeat;
	color: #5E5E5E;
}

.buttonSubmitGrijsBig,
.buttonSubmitGroenBig {
	width: 208px;
	height: 33px;
	padding: 15px 20px 0 20px;
	cursor: pointer;
	border: 0 none;
	font-family: tahoma, arial;
	font-size: 11px;
	font-weight: bold;
}
.buttonSubmitGrijsBig {
	background: url(/img/png/submit-button-grijs-big.png) no-repeat;
	color: #5E5E5E;
}
.buttonSubmitGroenBig {
	background: url(/img/png/submit-button-groen-big.png) no-repeat;
	color: #5E5E5E;
}

div#website {
	overflow: hidden;
	width: 965px;
	height: auto;
	margin: 0 auto;	
	background-color: #fff;
}

/* HEADER */
div#header {
	position: relative;
	width: 965px;
	height: 131px;
	background: url(/img/jpg/header-bg.jpg) repeat-x;
	z-index: 20;
}
div#header #logo {
	float: left;
	width: 323px;
	height: 131px;
}

/* MENU */
div#header ul#menu {
	float: left;
	width: 510px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#header ul#menu li {
	float: left;
	width: 100px;
	height: 25px;
	padding: 13px 0 0 0;
	margin: 0 2px 7px 0;
	background-image: url(/img/jpg/button-grijs.jpg);
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
div#header ul#menu li a {
	color: #fff;
	text-decoration: none;
}
div#header ul#menu li a:hover {
	color: #B6D402;
}
div#header ul#menu li.selected {
	background-image: url(/img/jpg/button-groen.jpg);
}
div#header ul#menu li.selected a:hover {
	color: #433F3C;
}
/* SUBMENU */
div#header ul#subMenu {
	position: absolute;
	top: 131px;
	width: 628px;
	height: 15px;
	margin: 0;
	padding: 9px 0;
	list-style-type: none;
}
div#header ul#subMenu li {
	float: right;
	height: 25px;
	padding: 0 9px;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
}
div#header ul#subMenu li a {
	color: #fff;
	text-decoration: none;
}
div#header ul#subMenu li.selected a,
div#header ul#subMenu li a:hover {
	color: #433F3C;
}

/* CONTENT */
div#content {
	position: relative;
	width: 965px;
	height: auto;
}


div#contentVenster .buttonSubmitGroen ,
div#contentVenster .buttonSubmitGrijs ,
div#content .buttonSubmitGroen ,
div#content .buttonSubmitGrijs ,
div#content .buttonSubmitGroenBig ,
div#content .buttonSubmitGrijsBig {
	/*margin-left: 150px;*/
	display: block;
}
div#content #button1 {
	float: left;
	margin-left: 0;
}
div#content #button2 {
	float: left;
	margin-left: 0;
}
div#content .buttonHoog {
	height: 43px;
	padding: 5px 20px 0 20px;
	text-align: left;
}
div#block355 {
	float: left;
	width: 345px;
}
div#block385 {
	float: left;
	width: 395px;
}
div#block385 p {
	padding-right: 40px;
}
div#block500 {
	float: left;
	width: 490px;
	margin-right: 10px;
}

/* BANNERS */
div#bannerVacatures {
	position: relative;
	float: left;
	width: 209px;
	height:108px;
	margin: 15px 20px 0 0;
	background: url(/img/jpg/block-vacatures.jpg) no-repeat;
}
div#bannerVacatures .buttonGrijs,
div#bannerVacatures .buttonGroen {
	position: absolute;
	bottom: 10px; right: 17px;
}

/* BANNERS 209 */
.linkBanner209,
div.banner209 {
	position: relative;
	float: left;
	width: 209px;
	height: 108px;
	margin-right: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}
.linkBanner209 .buttonGrijs,
.linkBanner209 .buttonGroen,
div.banner209 .buttonGrijs,
div.banner209 .buttonGroen {
	position: absolute;
	bottom: 13px; right: 17px;
}

/* BANNERS 191 */
div.banner191 {
	position: relative;
	float: left;
	width: 191px;
	height: 171px;
	margin-bottom: 20px;
}
div.banner191 .buttonGrijs,
div.banner191 .buttonGroen {
	position: absolute;
	bottom: 13px; right: 17px;
}

/* FOOTER */
div#footer {
	position: relative;
	width: 855px;
	height: 10px;
	margin: 10px 0 0 0;
	padding: 12px 55px;
	border-top: 1px solid #E5E5E5;
	font-size: 10px;
	color: #C5C4C4;
}
div#footer a {
	text-decoration: none;
	color: #C5C4C4;
}
div#footer a:hover {
	color: #B6D402;
}
div#footer #payoff { /* ie6.css */
	position: absolute;
	right: 55px; bottom: 11px;
	width:  375px;
	height:  87px;
	background: url(/img/png/payoff.png) no-repeat;
}

/* NIEUWS */
div.artikelen {
	overflow: hidden;
	width: 770px;
	height: auto;
	margin-bottom: 15px;
}
div.artikel { /* ie6.css */
	position: relative;
	float: left;
	width: 330px;
	margin-bottom: 15px;
	padding: 10px 20px 10px 20px;
	background: url(/img/png/nieuws-top.png) no-repeat top center;
}

div.artikel div.bottom { /* ie6.css */
	position: absolute;
	bottom: 0; left: 0;
	width: 370px;
	height: 5px;
	background: url(/img/png/nieuws-bottom.png) no-repeat bottom center;
}

div.artikel .buttonGroenKlein,
div.artikel .buttonGrijsKlein {
	position: absolute;
	bottom: 8px; right: 15px;
}
div.artikel h2 { /* ie6.css */
	float: left;
	width: 274px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #E1E1E1;
}
div.artikel h2.lang {
	width: 330px;
	margin: 0;
}
div.artikel span.datum {
	float: left;
	width: 56px;
	margin: 0;
	color: #B6D402;
	border-bottom: 1px solid #E1E1E1;
}
div.artikel p {
	margin: 0;
	padding: 0;
	text-align:justify;
}
div.artikel ul.links {
	float: left;
	width: 120px;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
}
div#artikel {
	float: left;
	width: 500px;
}

/* OVERZICHT */
div.overzicht {
	overflow: hidden;
	position: relative;
	width: 500px;
	height: auto;
	margin-bottom: 30px;
	background: url(/img/png/profielen-top.png) no-repeat top center;
	/*cursor: pointer;*/
}
div.overzicht h1 {
	margin-bottom: 0;
	/*border-bottom: 1px solid #E1E1E1;*/
}
div.overzicht2 { /* ie6.css */
	position: relative;
	width: 460px;
	margin: 0 20px 0 20px;
	padding-bottom: 25px;
}
div#block500 .grijs {
	background-color: #F7F7F7;
}
div.overzicht h2.lang {
	float: left;
	width: 400px;
	margin: 0;
	border-bottom: 1px solid #E1E1E1;
}
div.overzicht span.datum {
	float: left;
	width: 60px;
	margin: 0;
	padding-top: 15px;
	color: #B6D402;
	border-bottom: 1px solid #E1E1E1;
}
div.overzicht div.bottom { /* ie6.css */
	position: absolute;
	bottom: 0; left: 0;
	width: 500px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(/img/png/profielen-bottom.png) no-repeat bottom center;
}
div.overzicht2 .buttonGroenKlein,
div.overzicht2 .buttonGrijsKlein { /* ie6.css */
	position: absolute;
	bottom: 3px; right: 0;
}
div.overzicht h2.left, /* ie6.css */
div.overzicht h2.right {
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #E1E1E1;
}
div.overzicht h2.border {
	border-bottom: 1px solid #E1E1E1;
}

div.overzicht table.details {
	width: 460px;
	border-top: 1px solid #E1E1E1;
}
div.overzicht table.details th {
	width: 90px;
	text-align: left;
}
div.overzicht table.details td.duur {
	width: 180px;
}

div.overzicht h2.right {
	margin: 10px 0 0 0;
	padding: 0;
	color: #B6D402;
	text-align: right;
}
div.overzicht p {
	/*margin: 0 0 0 0;*/
	text-align:justify;
}
div.overzicht img {
	margin: 4px 4px 4px 0;
}
div.overzicht .nav {
	width: 460px;
	margin-top: 10px;
	border-top: 1px solid #E1E1E1;
}
div.overzicht .nav span.aanpassen {
	float: left;
	width: 300px;
	text-align: left;
}
div.overzicht .nav span.bekijk {
	float: left;
	width: 160px;
	text-align: right;
}
div.reactie span.left,
div.reactie span.right {
	float: left;
	width: 50%;
	padding: 0;
	border-bottom: 1px solid #E1E1E1;
	font-weight: normal;
}
div.reactie p {
	margin: 0 10px;
	text-align: justify;
}

/* TIP */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}


/* TABEL */
table#overzicht {
	width: 460px;
	margin-top: 10px;
}
table#overzicht thead th {
	color: #a5bf10;
	border-bottom: 1px solid #E1E1E1;
	text-align: left;
}
table#overzicht tr.grijs {
	background-color: #F1F1F1;
}
table#overzicht tr.wit {
	background-color: #fff;
}
