@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #ced75a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #626262;
}
.twoColFixLtHdr #container { 
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_container.gif);
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 87px 16px 0 0px; 
	text-align: right;
	height: 30px; 
	background-image: url(../images/top.gif);
	background-color: transparent;
	} 
	
	.twoColFixLtHdr #header a:link, a:visited, a:active{ 
	font-size: 70%;
	color: #000;
	text-decoration: none;
	padding-right: 8px;
	} 
	
		.twoColFixLtHdr #header a:hover{ 
	font-size: 70%;
	color: #000;
	text-decoration: underline;
	padding-right: 8px;
	}
	
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 0px 0px 3px;
	border-right: solid 1px #FFF;
	background-image: url(../images/bg_menu.jpg);
	background-color: #c3ce36;
	min-height: 670px;
}
.twoColFixLtHdr #sidebar1_zoek {
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 0px 0px 3px;
	border-right: solid 1px #FFF;
	background-image: url(../images/bg_menu.jpg);
	background-color: #c3ce36;
}
.twoColFixLtHdr #inlog {
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 14px;
	position: absolute;
	top: 636px;
}

.twoColFixLtHdr #inlog a:link{
	font-size: 80%;
	font-variant: small-caps;
	color: white;
}

.twoColFixLtHdr #zoek {
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px 0px 0px 14px;
	position: absolute;
	top: 392px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 153px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 210px 20px 20px 290px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat: no-repeat;
	background-image: url(../images/_.jpg);
	font-size: 70%;
	line-height: 21px;
	min-height: 180px;
} 

.twoColFixLtHdr #mainContent a:link, a:active, a:visited{ 

}

.twoColFixLtHdr #mainContent a:hover{ 

}

.twoColFixLtHdr #mainContent H1{ 
	font: 210% Arial, Verdana, Helvetica, sans-serif;
	color: #c3ce36;
	display: inline;
} 

.twoColFixLtHdr #mainContent H2{ 
	font: 170% Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

} 

H3{ 
	font: 110% Arial, Verdana, Helvetica, sans-serif;
	color: Gray;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.jqueryslidemenu{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
	width: 149px;
	background-color: #FFFFFF;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #0083e8;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 5px 8px 0px 8px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #006ec3;
	text-decoration: none;
	width:133px;  
	height: 19px;
	font-size: 11px;
	background-color: #0083e8;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
font-size: inherit;
font-size: 11px;
}

.jqueryslidemenu ul li a:hover{
color: white;
background-color: #006ec3;
font-size: 11px;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
margin-left: -41px;
display: block;
visibility: hidden;
	border-bottom: 1px solid #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
	border-top: 1px solid #FFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 11px Arial, Verdana, Helvetica, sans-serif ;
margin: 0;
border-top-width: 0;
padding: 5px 8px 0px 8px;
	text-decoration: none;
	width:133px;  
	height: 19px;
	font-variant: small-caps;

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

.optie2_menu{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
	width: 149px;
	background-color: #FFFFFF;
}

.optie2_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.optie2_menu ul li{
position: relative;
display: inline;
float: left;
background-color: #ff9400;
}

/*Top level menu link items style*/
.optie2_menu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 5px 8px 0px 8px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #e58807;
	text-decoration: none;
	width:133px;  
	height: 19px;
	background-color: #ff9400;
	font-size: 11px;
}

* html .optie2_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.optie2_menu ul li a:link, .optie2_menu ul li a:visited{
color: white;
font-size: inherit;
font-size: 11px;
}

.optie2_menu ul li a:hover{
color: white;
background-color: #e58807;
font-size: 11px;
}
	
/*1st sub level menu*/
.optie2_menu ul li ul{
position: absolute;
margin-left: -41px;
display: block;
visibility: hidden;
	border-bottom: 1px solid #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.optie2_menu ul li ul li{
display: list-item;
float: none;
	border-top: 1px solid #FFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.optie2_menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.optie2_menu ul li ul li a{
font: normal 11px Arial, Verdana, Helvetica, sans-serif ;
margin: 0;
border-top-width: 0;
padding: 5px 8px 0px 8px;
	text-decoration: none;
	width:133px;  
	height: 19px;
	font-variant: small-caps;

}

.optie2_menuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

.optie3_menu{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
	width: 149px;
	background-color: #FFFFFF;
}

.optie3_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.optie3_menu ul li{
position: relative;
display: inline;
float: left;
background-color: #f0007a;
}

/*Top level menu link items style*/
.optie3_menu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 5px 8px 0px 8px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #d2046d;
	text-decoration: none;
	width:133px;  
	height: 19px;
	background-color: #f0007a;
	font-size: 11px;
}

* html .optie3_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.optie3_menu ul li a:link, .optie3_menu ul li a:visited{
color: white;
font-size: inherit;
font-size: 11px;
}

.optie3_menu ul li a:hover{
color: white;
background-color: #d2046d;
font-size: 11px;
}
	
/*1st sub level menu*/
.optie3_menu ul li ul{
position: absolute;
margin-left: -41px;
display: block;
visibility: hidden;
	border-bottom: 1px solid #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.optie3_menu ul li ul li{
display: list-item;
float: none;
	border-top: 1px solid #FFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.optie3_menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.optie3_menu ul li ul li a{
font: normal 11px Arial, Verdana, Helvetica, sans-serif ;
margin: 0;
border-top-width: 0;
padding: 5px 8px 0px 8px;
	text-decoration: none;
	width:133px;  
	height: 19px;
font-variant: small-caps;
}

.optie3_menuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

.optie4_menu{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif ;
	width: 149px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFF;
}

.optie4_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.optie4_menu ul li{
position: relative;
display: inline;
float: left;
background-color: #a1aa2d;
}

/*Top level menu link items style*/
.optie4_menu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 5px 8px 0px 8px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #8b9230;
	text-decoration: none;
	width:133px;  
	height: 19px;
	background-color: #a1aa2d;
	font-size: 11px;
}

* html .optie4_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.optie4_menu ul li a:link, .optie4_menu ul li a:visited{
color: white;
font-size: inherit;
font-size: 11px;
}

.optie4_menu ul li a:hover{
color: white;
background-color: #8b9230;
font-size: 11px;
}
	
/*1st sub level menu*/
.optie4_menu ul li ul{
position: absolute;
margin-left: -41px;
display: block;
visibility: hidden;
	border-bottom: 1px solid #FFF;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.optie4_menu ul li ul li{
display: list-item;
float: none;
	border-top: 1px solid #FFF;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.optie4_menu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.optie4_menu ul li ul li a{
font: normal 11px Arial, Verdana, Helvetica, sans-serif ;
margin: 0;
border-top-width: 0;
padding: 5px 8px 0px 8px;
	text-decoration: none;
	width:133px;  
	height: 19px;
font-variant: small-caps;
}

.optie4_menuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 8px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

a.vacature:link{
	color: #626262;
	text-decoration: underline;
	line-height: 32px;
	font-size: 100%;
}

a.vacature:hover{
		color: #626262;
	text-decoration: none;
	line-height: 32px;
}

a.vacature:visited{
	color: #626262;
	text-decoration: underline;
	line-height: 32px;
	font-size: 100%;
}

