/*
	General stuff
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #999;
	font-family: Verdana;
	font-size: 10pt;
}

p, td, a {
	font-size: 9pt;
}

p
{
	margin:0;
	padding:0;
}

td, th {
	padding: 1px 9px;
}

a, a:active, a:visited {
	color: #004040;
	text-decoration: underline;
	cursor: pointer;
}

label {
	font-weight: normal;
}

abbr {
	cursor: help;
}

.small {
	margin: 0;
	font-weight: normal;
}

div.container {
		margin: 0 auto;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
		background: white url(../images/topmenu_bg.gif) repeat-x 0px 85px;
		display: block;
		padding: 10px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.textcentered {
	text-align: center;
}

.disabled-distance-row {
	color: #d5d5d5;
	background-color: #fafafa;
}

.disabled-cell {
	color: #d5d5d5;
}

div.padding {
	padding: 10px;
	border: none;
/* 	float: left; */
}

.notice
{
	border: 2px solid #ddd !important;
}

.hr-top {
	border-top: 1px solid #CFCFCF;
}

div.border {
	border: 1px solid #C3C3C3 !important;
	margin-right: 0px;
	padding-right: 0px;
}

a.underlined {
	text-decoration: underline;
}

a.nodecoration, a.nodecoration:hover {
	text-decoration: none !important;
}

a.underlined img {
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	padding-top: 2px;
}

/*
	Topmenu
*/

ul.horizontallist-white li {
	list-style-type: none;
	float: left;
	list-style-position: inside;
}

ul.horizontallist-white .firstitem {
	border-left: 2px solid #FFF;
}

ul.horizontallist-white {
	margin: 0;
}

ul.horizontallist-white li  {
	border-right: 2px solid #FFF;
	padding: 6px 12px 6px;
	margin-left: 0px;
	font-size: 8.5pt;
}

ul.horizontallist-white li a, ul.horizontallist-white li a:hover {
	color: #FFF;
	display: block;
	font-size: 9pt;
	text-decoration: none;
}

ul.horizontallist-white li:hover, ul.horizontallist-white li a:hover, li.active {
	background-color: #6FB900;
}

div.statusmessage {
	background: #FFF6BF;
	color: #514721;
	border-bottom: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	font-size: 10pt;
	font-weight: bold;
}
div.statusmessage p {
	margin: 4px 0px 6px 0px;
}

/*
	Other horizontal menus
*/

ul.horizontallist {
	margin: 0;
}

ul.horizontallist, ul.horizontallist li {
	list-style-type: none;
	float: left;
	display: block;
	list-style-position: inside;
}

ul.horizontallist a.lastitem {
	border: none;
	padding-right: 0px;
}

ul.horizontallist li a, ul.horizontallist li div {
	border-right: 1px solid #666;
	padding: 0 6px;
}


/*
---------------
*/


.emphasis {
	background: #6FB900;
}

select, .searchform input {
	margin-right: 10px;
/* 	height: 1.75em; */
/* 	font-size: 0.95em; */
}

div.selectmargin {
	margin-right: 16px;
	font-size: 9.5pt;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.colborder-left {
	border-left: 1px solid #000;
	margin-left: 9px;
	padding-left: 9px;
}

div.colborder-right {
	border-right: 1px solid #000;
	margin-right: 10px;
	padding-right: 10px;
}


/*

Headings

*/

/*
h1 {
	color: #85DF00;
	margin-bottom: 0.25em;
	font-size: 2em;
}
*/

h2, h1, h3, h4, h5, h6 {
	color: #5A9700;
	margin-bottom: 0.2em;
	font-weight: bold;
	font-size: 13px;
}

/*

h3 {
	color: #85DF00;
	margin-bottom: 0.25em;
}

h4, h5 {
	color: #5A9700;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h6 {
	color: #16A602;
	font-weight: normal;
}
*/

p.header {
	color: #85DF00;
	margin-bottom: 0em;
	font-size: 1.5em;	
}

/*
	Website general divs
*/

div.header {
	background: white;
	height: 75px;
}
	div.logo {
		height: inherit;
	}

	div.controls {
		height: inherit;
	}

		div.languages {
			height: 20px;
			font-size: 75%;
			text-align: right;
			margin-top: 8px;
/* 			padding-left: 2.7em; */
		}

		div.topbutton, div.topbutton-wg {
			height: 50px;
			background: url(../images/tab_wg.gif) no-repeat bottom right;
			color: white;
		}
		
		div.topbutton-wg {
			background: url(../images/tab.gif) no-repeat bottom right;
		}

			div.topbutton span, div.topbutton-wg span {
				text-align: center;
				padding-top: 21px;
				display: block;
				font-size: 1.2em;
				font-weight: bold;
			}

			div.flags a, div.flags a:hover, div.flags a:active, div.flags a:visited {
				text-decoration: none;
			}
			
			div.flags {
				width: 315px;
			}

div.topmenu {
	height: 30px;
	background: #303030;
	color: white;
/*
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
*/
}

div.sidebar {
	float: left;
}

		div.sidebarblock {
			border: 1px solid #C3C3C3;
			padding: 10px 5px 5px 15px;
			margin-bottom: 10px;
/* 			margin-left: 5px; */
 		}
 		
 		div.stockimage {
 			background-repeat: no-repeat;
 			height: 113px;
 			padding: 0px;
 		}

		ul.sidemenu, ul.see-more {
			margin: 0 0 0.75em;
		}

		ul.sidemenu li, ul.see-more li {
			background: url(../images/bullet.gif) no-repeat 0px 3px;
			list-style-type: none;
			font-size: 9pt;
			margin: 0;
			padding-left: 20px;
			padding-bottom:4px;
/* 			height: 20px; */
		}
			ul.sidemenu ul li {
				margin-left: -19px;
			}
			ul.sidemenu ul li a{
				position:relative;
				top : 3px;
			}
			ul.sidemenu ul li.step1 {
				background: url(../images/st_1.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step2 {
				background: url(../images/st_2.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step3 {
				background: url(../images/st_3.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step4 {
				background: url(../images/st_4.gif) no-repeat 0px 3px;		
			}

			ul.sidemenu ul li.step1-active {
				background: url(../images/st_1.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step2-active {
				background: url(../images/st_2.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step3-active {
				background: url(../images/st_3.gif) no-repeat 0px 3px;		
			}
			ul.sidemenu ul li.step4-active {
				background: url(../images/st_4.gif) no-repeat 0px 3px;		
			}


		ul.regmenu, ul.see-more {
			margin: 0 0 0.75em;
		}

		ul.regmenu li, ul.see-more li {
			/**ackground: url(../images/bullet.gif) no-repeat 0px 3px;*/
			list-style-position:inside;
			list-style-type:circle;

			font-size: 9pt;
			margin: 5px 0px;
			padding-left: 20px;
/* 			height: 20px; */
		}

		ul.see-more li a {
			color: #333;
			font-weight: bold;
		}

div.content {
	padding-bottom: 75px;
	float: left;
	margin-right: 0px;
}

	div.search {
		margin-top: 10px;
		color: white;
	}

		div.searchform {
			padding: 3px 15px 0px;
			background: #3C3C3C url(../images/zoek-vacatures.gif) no-repeat center top;
/* 			margin-right: 5px; */
			height: 80px;
		}

option.level-1 {
	font-weight: bold;
	color: #000;
}

option.level-2 {
/*
	text-indent: 15px;
	padding-left: 15px;
*/
}

	div.leftblock, div.rightblock {
		border: 1px solid #C3C3C3;
/* 		padding: 8px; */
/* 		margin-bottom: 10px; */
		}

	div.rightblock {
/* 		margin-right: 5px; */
	}

	div.topblock {
		margin-top: 10px;
	}
	
	div.bottommargin {
		margin-bottom: 10px;
	}

	div.smallblock {
		height: 127px !important;
		min-height: 127px;
	}

		div.smallblock img {
			float: left;
		}

	div.bigblock {
/* 		height: 190px !important; */
		min-height: 190px;
	}

.nopadding {
	padding: 0px !important;
}

table.nopadding td {
	padding: 0px !important;
}

.nomargin {
	margin: 0 !important;
}

.noborder {
	border: none !important;
}

div.footer {
	position: absolute;
	bottom: 0;
	height: 50px;
}

/* autocompleter */

div.autocomplete-result {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  height: 100px;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  color: #000;
}
div.autocomplete-result ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete-result ul li.selected { background-color: #3C3C3C; color: #FFF; }
div.autocomplete-result ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}

#month
{
    width :66px;

}


/* BUTTONS */
/* Courtesy of http://particletree.com/features/rediscovering-the-button-element/ */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 6px 0 0;
    background-color:#E6E6E6;
    border:1px solid #CFCFCF;
    border-top:1px solid #DFDFDF;
    border-left:1px solid #DFDFDF;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:92%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 2px 6px 2px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* COLORS */
/* STANDARD */

.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* DISABLED */

button.disabled, .buttons a.disabled, 
.buttons a.disabled:hover, button.disabled:hover, 
.buttons a.disabled:active {
    color:#ccc !important;
    background-color:#EDEDED;
    border:1px solid #CFCFCF;
    border-top:1px solid #DFDFDF;
    border-left:1px solid #DFDFDF;
}


/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* OBTRUSIVE GREEN BUTTON */

.buttons a.obtrusive-green{
    color:#FFF !important;
    background: #6FB900;
    height: 30px;
    line-height: 30px;
    border-color: #67A600;
    border-right-color: #4F9900;
    border-bottom-color: #4F9900;
    font-size: 120%;
    margin-bottom: 0px;
}
.buttons a.obtrusive-green:hover {
    background:#646464;
    border: 1px solid #646464;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
.buttons a.obtrusive-green:active{
    background-color: #444;
    border: 1px solid #333;
    color:#FFF !important;
    font-size: 120%;
}

/* OBTRUSIVE GREEN BUTTON */

.buttons a.obtrusive-green-small {
    color:#FFF !important;
    background: #6FB900;
    height: 20px;
    line-height: 20px;
    border-color: #67A600;
    border-right-color: #4F9900;
    border-bottom-color: #4F9900;
    font-size: 100%;
    margin-bottom: 0px;
}
.buttons a.obtrusive-green-small:hover {
    background:#646464;
    border: 1px solid #646464;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 100%;
}
.buttons a.obtrusive-green-small:active {
    background-color: #444;
    border: 1px solid #333;
    color:#FFF !important;
    font-size: 100%;
}


/* OBTRUSIVE BLUE BUTTON */

.buttons a.obtrusive-blue {
    color:#FFF !important;
    background: #009595;
    height: 30px;
    line-height: 30px;
    font-size: 120%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    margin-bottom: 0px;
}
.buttons a.obtrusive-blue:hover {
    background-color: #008080;
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
.buttons a.obtrusive-blue:active{
    background:#007575;
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 120%;
}

/* OBTRUSIVE SMALL BLUE BUTTON */

.buttons a.obtrusive-blue-small {
    color:#FFF !important;
    background: #009595;
    height: 20px;
    line-height: 20px;
    font-size: 100%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    margin-bottom: 0px;
    text-decoration:none;
}
.buttons a.obtrusive-blue-small:hover {
    background-color: #008080;
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 100%;
}
.buttons a.obtrusive-blue-small:active {
    background:#007575;
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 100%;
}



/* OBTRUSIVE GREEN BUTTON DIV*/

.buttons div.obtrusive-green{
    color:#FFF !important;
    background: #6FB900;
    height: 30px;
    line-height: 30px;
    border-color: #67A600;
    border-right-color: #4F9900;
    border-bottom-color: #4F9900;
    font-size: 120%;
    margin-bottom: 0px;
}
/*
.buttons div.obtrusive-green:hover {
    background:#646464;
    border: 1px solid #646464;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
*/

.buttons div.obtrusive-green:active{
    background-color: #444;
    border: 1px solid #333;
    color:#FFF !important;
    font-size: 120%;
}

/* OBTRUSIVE SMALL GREEN BUTTON DIV*/

.buttons div.obtrusive-green-small {
    color:#FFF !important;
    background: #6FB900;
    height: 20px;
    line-height: 20px;
    border-color: #67A600;
    border-right-color: #4F9900;
    border-bottom-color: #4F9900;
    font-size: 100%;
    margin-bottom: 0px;
}
/*
.buttons div.obtrusive-green:hover {
    background:#646464;
    border: 1px solid #646464;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
*/

.buttons div.obtrusive-green-small:active {
    background-color: #444;
    border: 1px solid #333;
    color:#FFF !important;
    font-size: 100%;
}


/* OBTRUSIVE BLUE BUTTON DIV*/

.buttons div.obtrusive-blue {
    color:#FFF !important;
    background: #009595;
    height: 30px;
    line-height: 30px;
    font-size: 120%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    margin-bottom: 0px;
}
/*
.buttons div.obtrusive-blue:hover {
    background-color: #008080;
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
*/
.buttons div.obtrusive-blue:active{
    background:#007575;
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 120%;
}


/* OBTRUSIVE SMALL BLUE BUTTON DIV*/

.buttons div.obtrusive-blue-small {
    color:#FFF !important;
    background: #009595;
    height: 20px;
    line-height: 20px;
    font-size: 100%;
    border-color: #007575;
    border-right-color: #005252;
    border-bottom-color: #005252;
    margin-bottom: 0px;
}
/*
.buttons div.obtrusive-blue:hover {
    background-color: #008080;
    border: 1px solid #005252;
    color:#FFF !important;
    text-decoration: underline;
    font-size: 120%;
}
*/
.buttons div.obtrusive-blue-small:active{
    background:#007575;
    border: 1px solid #007575;
    color:#FFF !important;
    font-size: 100%;
}



/*

noscript styles

*/

div.noscript {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}