html {
	margin:0px;
	padding:0px;
}

body {
	font-size:11px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	background-image:url(../images/ES_background.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#666666;

}

a {
	text-decoration:underline;
	color:#C53130;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}


div.website {
	width:815px;
	margin:0px auto;
	
}

div.website div.topprint {
	display:block;
	width:500px;
	height:150px;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	

}

div.website div.top {
	display:none;
	
	
	width:795px;
	height:170px;
	margin:0px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
		
	
	

}

div.website div.middle {
	display:table;
	clear:left;
	width:800px;
	padding-left:5px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:10px;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	
}

div.website div.bottom {
	display:block;
	clear:left;
	height:100px;
	width:800px;
	padding-left:5px;
	padding-right:10px;
	display:none;
}


/**** top items ****/
div.website div.top div.toplogo {
	display:none;
	float:left;
	width:250px;
	height:150px;
	
	
}

div.website div.top div.topbanner {
	display:none;
}





div.website div.top div.topbanner div.image {
	float:left;
	width:325px;
	height:140px;
	background-position:top right;
	background-repeat:no-repeat;
}

div.website div.middle div.left {
	display:none;
	float:left;
	width:202px;
	min-height:300px;
	height:auto !important;
	height:300px;	
	/*
	border-left:dotted 2px #cccccc;
	border-right:dotted 2px #cccccc;
	*/
	/* replacement */
	padding-left:2px;
	padding-right:2px;

}

/* left items *****/
/*** main menu */

div.website div.middle div.left ul.mainmenu {
	display:block;
	float:left;
	width:202px;
	margin: 0px;
	padding: 0px;
	/*background-color:#FFFFFF;*/
	border-top:dotted 2px #cccccc;
		display:none;
}

div.website div.middle div.left ul.mainmenu li {
	display:block;
	float:left;
	text-align:left;
	text-transform:uppercase;
		display:none;
}

div.website div.middle div.left ul.mainmenu li.notselected {
	display:none;
}

div.website div.middle div.left ul.mainmenu li.selected {
	display:none;
}

div.website div.middle div.left ul.mainmenu li a {

		display:none;
	width:194px;
	height:28px;
	margin:0px;
	line-height:28px;
	padding-left:8px;
	
	text-decoration:none;
	color:#999;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}

div.website div.middle div.left ul.mainmenu li ul{
	display:block;
	width:202px;
	/*height:28px;*/
	line-height:28px;
	margin:0px;
	padding-left:0px;
	/**/
	text-decoration:none;
	color:#9999;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	/*background-color:#000000;*/
}



div.website div.middle div.left ul.mainmenu li ul li.selected {

}


div.website div.middle div.left ul.mainmenu li ul li a{
	display:block;
	width:164px;
	margin:0px;
	/*height:28px;*/
	line-height:28px;
	/*padding-left:8px;*/
	padding-left:8px;
	
	text-decoration:none;
	color:#999;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	/*background-color:#3366FF;*/
	
}

div.website div.middle div.left ul.mainmenu li a:hover,
div.website div.middle div.left ul.mainmenu li.selected a {
	display:block;
	width:194px;
	/*height:28px;*/
	line-height:28px;
	padding-left:8px;
	color:#FFFFFF;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#C53130;
}



div.website div.middle div.left ul.mainmenu li.selected ul li.notselected  a
{
	float:left;
	display:block;
	margin:0px;
	width:182px;
	/*height:28px;*/
	line-height:28px;
	padding-left:20px;
	
	/**/
	text-decoration:none;
	color:#999999;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#FFFFFF
	
}

div.website div.middle div.left ul.mainmenu li.selected ul li a:hover,
div.website div.middle div.left ul.mainmenu li.selected ul li.selected a {
	display:block;
	width:182px;
	height:28px;
	line-height:28px;
	padding-left:20px;
	margin:0px;
	color:#FFFFFF;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#C53130;
}

/*** left bottom */

div.website div.middle div.left div.leftbtm {
	display:block;
	clear:left;
	width:194px;
	min-height:240px;
	height:auto !important;
	height:240px;
	background-image:url(../images/bg_left_grad.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin-left:4px;
	margin-right:4px;
	margin-top:4px;
	padding:0px;
}


/* center items ****/
div.website div.middle div.center {
	display:block;
	float:left;
/*	width:430px;*/
	width:580px;
	
	/* border-right:dotted 2px #cccccc; */
	
	padding-left:8px;
	padding-right:6px; /* was 4px with borer */
	min-height:540px;
	height:auto !important;
	height:540px;
}

div.website div.middle div.center div.path {
	display:none;
	/*width:426px;*/
	width:576px;
	height:28px;
	line-height:28px;
	/**/
	font-size:9px;
	font-weight:bold;
	
	background-color:#FFFFFF;
	
}

div.website div.middle div.center div.path a {
	text-transform: uppercase;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* big center divs*/
div.website div.middle div.center div.ctrcenter {
	display: block;
	width:570px;
	padding:0px;
	margin:0px;
	border-right:none;
}


/* small center divs */
div.website div.middle div.center div.ctrcenter_s {
	display: block;
	float:left;
	width:422px;
	margin:0px;
	padding:0px;
	padding-right:8px;
	border-right:none;
}

div.website div.middle div.center div.ctrcenter_s div.vacatures{
	display: block;
	float:left;
	width:422px;
	margin:0px;
	padding:0px;
	padding-right:8px;
	border-right:none;
	
}

div.website div.middle div.center div.ctrcenter_s div.vacatures div.vacatureitem span.titel{
	float:left;
	width:400px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:20px;
	/*background-color:#0099FF;*/
	font-size:11;
	font-weight:bold;
	cursor:pointer;
	list-style:none;
}
div.website div.middle div.center div.ctrcenter_s div.vacatures div.vacatureitem span.inhoud{
	float:left;
	width:380px;
	margin:0px;
	padding:0px;
	padding-left:30px;
	/*	background-color:#00FF66;*/
	font-size:11;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:7px;
	color:#d93131;

}

/* right divs */
div.website div.middle div.center div.ctrright {
	display: none;
	float:left;
	width:144px;
	height:350px;
	padding-top:4px;
	padding-left:6px; /* was 4 with border*/
	margin:0px;
	border-right:none;
	
	/* border-left:dotted 2px #cccccc; */
	
	min-height:510px;
	height:auto !important;
	height:510px;
}

/* center divs */
div.website div.middle div.center div.inhoud {
	display:block;
	margin:0px;
	padding:0px;
}

div.website div.middle div.center div.inhoud ul li{
	list-style:square;
}

div.website div.middle div.center div.inhoud ul li ul il{
	list-style:circle;
}

div.website div.middle div.center div.inhoud h2 {
         font-size:16px;
         color:#666666;
         line-height:20px;
	     font-family:"Verdana", Arial, Helvetica, sans-serif;
         padding-top:7px;
         margin:0px;
		 padding-bottom:7px;
}


div.website div.middle div.center div.inhoud h3 {
	font-size:14px;
	color:#666666;
	line-height:14px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

div.website div.middle div.center div.inhoud div.startdatum {
	font-size:9px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
}

div.website div.middle div.center div.inhoud div.terug {
	font-weight:normal;
	padding-top:20px;
}

/**** last vacatures ****/
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem {
	display:block;
	width:140px;
	margin-top:10px;
	display:none;
}
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem .categorie {
margin-top:8px;
}
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem .titel {
	font-weight: bold;
}
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem a,
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem a:hover{
	text-decoration:none;
}


div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem div.vacimg {
	display:block;
	width:140px;
	height:121px;
	
	/*background-image:url(../upload/Image/vacatures/photo2.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
}

div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem div.vacimg div.vaccat{
	display:block;
	position:relative;
	top:91px;
	
	width:140px;
	height:30px;
	
	background-color:#C53130;
	opacity: .5;
	filter: alpha(opacity=50);

}
div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem div.vacimg span{
	
	vertical-align:bottom;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	position:relative;
	top:76px;
}

div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem div.vactekst {
	display:block;
	width:140px;
	padding-bottom:15px;
}

div.website div.middle div.center div.ctrright div.lastvacatures div.vacatureitem div.vactekst span {
	display:block;
	clear:left;
}

/**** Vacatures page ****/


div.website div.middle div.center div.ctrcenter_s div.vacatures,
div.website div.middle div.center div.ctrcenter_s div.vacatures div.longvacatures{
	display:block;
	float:left;
	width:270px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatures div.search {
	display:block;
	float:left;
	width:270px;
	padding-bottom:5px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatures div.search form label {
	float:left;
	width:100px;
	padding-right:5px;
	text-align:right;
}

div.website div.middle div.center div.ctrcenter_s div.vacatures div.search form input {
	display:block;
	float:left;
	height:16px;
	font-size:10px;
	line-height:12px;	
	width:158px;
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem0{
	display:block;
	float:left;
	width:270px;
	text-align:right;
	
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	
	border-top:solid 1px #dd9393;
	
	/*background-color:#66FF00; debugging*/
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem0 div.titel a {
	width:270px;
	float:right;
	text-align:right;
	padding-right:8px;
	line-height:18px;
	color:#C53130;
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem1,
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem2,
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem3,
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem4 {
	display:block;
	float:left;
	width:270px;
	/*
	min-height:121px;
	height:auto !important;
	height:121px;
	*/
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	
	/*background-color:#CCFF66; debugging*/
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem2 , 
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem4 {
	/*background-color:#f5f5f6;  debugging*/
	/*
	background-image:url(../images/bg_left_grad.png);
	background-position:top left;
	background-repeat:repeat-x;
	*/
}
/*
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.picture{
	display:block;
	width:100px;
	height:100px;
	background-position:center center;
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem1 div.picture, 
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem3 div.picture {
	float:left;
	margin-right:8px;
}
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem2 div.picture, 
div.website div.middle div.center div.ctrcenter_s div.longvacatures div.vacatureitem4 div.picture {
	float:right;
}
*/

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.titel a{
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	width:270px;
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.startdatum {
	display:block;
	float:left;
	width:270px;
}

div.website div.middle div.center div.ctrcenter_s div.longvacatures div.inhoudkort{
	display:block;
	float:left;	
	display:block;
	padding-top:8px;
	width:270px;
}


/***** vacature detail item *****/
div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem {
	display:block;
	float:left;
	width: 370px;
}
div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .label {
	display:block;
	float:left;
}
div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .snelterug {
	padding-top:10px;
}

div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .value {
	display:block;
	float:left;
}
div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .vlong {
	width:370px;
}

div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .long {
	width:172px;
}

div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .medium {
	width:135px;
}

div.website div.middle div.center div.ctrcenter_s div.vacaturedetailitem .small {
	width:200px;
}

/***** vacature form *******/
div.website div.middle div.center div.ctrcenter_s div.vacatureform {
	display:block;
	width:370px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform .verplicht{
	color:#C53130;
	font-weight:bold;
	font-size:11px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .value ,
div.website div.middle div.center div.ctrcenter_s div.vacatureform form .label {
	display:block;
	float:left;
	font-size:10px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .labelnieuwsbrief {
	/*display:block;*/
	
	font-size:10px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .vlong {
	width:370px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .long {
	width:272px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .medium {
	width:235px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .small {
	width:200px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .text {
	width:350px;
	height:12px;
	font-size:10px;
	line-height:12px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form textarea {
	width:350px;
	height:50px;
	font-size:11px;
	line-height:12px;	
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform div.errorblok{
border:2px solid #c53130;
padding:5px;
	
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form select,
div.website div.middle div.center div.ctrcenter_s div.vacatureform form textarea,
div.website div.middle div.center div.ctrcenter_s div.vacatureform form input.text {
	background-color:#f5f5f6;
	border:solid 1px #cccccc;
	height:20px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form input.radio {

	border:solid 1px #cccccc;
	height:20px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form select {
	height:18px;
	font-size:10px;
	line-height:12px;	
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form .file {
	background-color:#f5f5f6;
	width:350px;
	height:20px;
	font-size:10px;
	line-height:12px;	
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form div.buttons {
	display:block;
	width:370px;
}

div.website div.middle div.center div.ctrcenter_s div.vacatureform form div.buttons a.button {
	display:block;
	float:left;
	width: 90px;
	height: 25px;
	line-height:20px;
	margin-right:10px;
	
	text-align:center;
	font-weight:bold;
	color:#666666;
	text-decoration: none;
	
	background-color:#f5f5f6;
	border:solid 1px #cccccc;
	
}

/*** last nieuws ***/
/*
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwstop {
	display:block;
	width:140px;
}
*/
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsitem {
	display:block;
	width:140px;
}
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsitem div.title a{
	display:block;
	width:140px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	line-height:16px;
}
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsitem div.datum {
	display:block;
	width:140px;
	text-decoration:none;
	color:#666666;
	font-size:10px;
	/*border-bottom:solid 1px #ccc; /*6F4C17*/
}
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsitem div.inhoudkort {
	display:block;
	width:140px;
	padding-top:5px;
	padding-bottom:15px;
	
}
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsitem div.inhoudkort a.leesverder {
	text-align:right;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
div.website div.middle div.center div.ctrright div.lastnieuwsitems div.nieuwsbottom {
	display:block;
	width:140px;
	padding-bottom:15px;
	display:none;
}

/**** Nieuws ****/
div.website div.middle div.center div.ctrcenter_s div.nieuws div.nieuwsitem {
	display:block;
	width:272px;
}


div.website div.middle div.center div.ctrcenter_s div.nieuws div.nieuwsitem .titel {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#C53130;
	line-height:14px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.website div.middle div.center div.ctrcenter_s div.nieuws div.nieuwsitem .datum {
	display:block;
	font-size:10px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

div.website div.middle div.center div.ctrcenter_s div.nieuws div.nieuwsitem .inhoudkort {
	display:block;
	font-size:11px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:10px;
}

div.website div.middle div.center div.ctrcenter_s div.nieuws div.inschrijving form .value ,
div.website div.middle div.center div.ctrcenter_s div.nieuws div.inschrijving form .label {
	display:block;
	float:left;
	font-size:10px;
	color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}


div.website div.middle div.center div.ctrcenter_s div.nieuws div.inschrijving form .value {
	width:135px;
}

div.website div.middle div.center div.ctrcenter_s div.nieuws div.inschrijving form .label {
	width:100px;
}


/***** copyright *****/

div.website div.bottom div.copyright {
	font-size:9px;
	color:#666666;
	text-align:center;
	line-height:24px;
	border-top:solid 4px #6F4C17;
		display:none;
}
div.website div.bottom div.copyright a{
	text-decoration:none;
	color:#666666;
}

/*tabel*/

div.website div.middle div.center div.inhoud table tr td.colunmtitel
{
	color:#C53130;
}

div.website div.middle div.center div.inhoud table
{
	border-top:dotted 2px;
	border-left:dotted 2px;

}

div.website div.middle div.center div.inhoud table tr td
{
	border-bottom:dotted 2px;
	border-right:dotted 2px;

}