/*--------------------------------------------*/
/*CSS FILE STARTEN - HTML & BODY DEFINIEREN*/
input, select, textarea{
	background-color: #ffffff;
	border: 1px solid #000000;
	border-color:#000000;
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}
html {
	background:url(../images/achtergrond.jpg) left top no-repeat;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
}
/*--------------------------------------------*/
/*CONTAINER*/
#container {
	background: url(../images/logo.gif) left top no-repeat;
	display:block;
  	height:auto; !important;
	margin:10px auto 0 auto;
	padding:0px 0 0 0px;
  	width:882px;
}
/*--------------------------------------------*/
/*MENU DIV*/
#menu-col {
	background: url(../images/menu-bg.gif) bottom left no-repeat;
	height:39px;
	padding:60px 0 0 0;
	margin:0px 0 0 0;
  	width:882px;
}
#menu-col #img{
	margin:-18px 0 0 0;
	float:right;
}
/*MENU OPMAAK*/
ul#nav {
	border-color:#FFF;
	display:block;
	height:27px;
	font-size:10px;
	float:left;
	padding:0px 0px 0px 259px;
	margin:0px 0px 0 0px;
  	width:600px;
}
ul#nav li {
	color:#FFF;
	display:inline-block;
	float:left;
	font-weight:bold;
	height:32px;
	margin:0;
	padding:0;
	text-align:right;
	width:auto;
	margin:0px 0px 0 0px;
}
ul#nav li.active {
	background:#b3b3b3;
	color:#FFFFFF;
	display:inline-block;
	float:left;
	font-weight:bold;
	height:27px;
	margin:0;
	padding:0;
	text-align:right;
	width:auto;
	margin:0px 0px 0 0px;
}
ul#nav li.active a {
	color:#FFFFFF;
}
ul#nav li a {
	font-size:12px;
	color:#b3b3b3;
	display:block;
	padding:7px 10px 8px 10px;
	text-decoration:none;
	text-align:center;
}
ul#nav li a:hover {
	color:#FFFFFF;
	background:#b3b3b3;
}
/*--------------------------------------------*/
/*MAIN DIV*/
#main-col {
	border-top: 1px solid;
	border-color:#cccccc;
	display:inline-block;
	height:auto;
	margin:10px 0 0 0;
	padding:20px 0 0 0;
}
#main-col-home {
	background:#FFF;
	height:auto;
	margin:10px 0 0 0;
	position:relative;
}
#main-col-home #tekst{
	height:auto;
	margin:10px 0 0 0;
	padding:20px 0 0 0;
	position:absolute;
	left:190px;
	text-align:center;
	width:550px;
	z-index:100;
}
#main-col-home h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#e31b23;
	margin-bottom:10px;
}
#main-col-home img {
	margin:0 -2px 0 0;
	padding:0 0 0 0;
}
#footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding:20px 0 0 0;
}
/*--------------------------------------------*/
/*CENTER DIV */
#center-col {
	background: url(../images/lines.jpg) left top repeat-y;
	display:inline;
	float:left;
  	height:auto !important;
	margin:0px 0 0px 0px;
}
/*CENTER DIV OPMAAK*/
#center-col .bottom {
	border: 0px solid;/*-------------------------------------------------------------------------------nodig*/
	background: none;/*-------------------------------------------------------------------------------nodig*/
	color: #808080;
	display: block;
	min-height:298px;
  	height:auto !important;
	height:298px;
	margin:0px 0 0 0;/*-------------------------------------------------------------------------------nodig*/
	padding:0px 0px 0px 0px;/*-------------------------------------------------------------------------------nodig*/
	width:692px;/*-------------------------------------------------------------------------------nodig*/
}
#center-col .bottom .content {
	padding:0px 80px 0px 0px;

}
#center-col .bottom .content p {
	font-weight:normal;
	font-size:12px;
}
#center-col .bottom h1, h2, h3, h4, h5 {
	color: #7f8100;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px 0 5px 0;
	padding:0px;
}
#center-col .bottom h1 {
	color:#FFFFFF;
	font-size: 25px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:35px;
	padding:30px 30px 0px 30px;
	text-align:left;
}
#center-col .bottom h2 {
	font-size: 18px;
}
#center-col .bottom h3 {
	font-size: 14px;
}
#center-col .bottom h4 {
	font-size: 9px;
}
#center-col .bottom h5 {
	font-size: 7px;
}
#center-col .bottom p {
	color:#4c4c4c;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin:0 0 10px 0;
	line-height:23px;
}
#center-col .bottom p a {
 	color: #6f9995;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#center-col .bottom p a:hover {
	text-decoration: underline;
}
#center-col .bottom .nieuws_titel {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	margin: 0 0 15px 0;
}
/*--------------------------------------------*/
#center-col .home-link {
	float:left;
	background:#ccc308;
	border: 0px solid;
	border-color:none;
	display:block;
	height:163px;
	position:relative;
	text-decoration: none;
	width:339px;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:10px 10px 10px 0;

}
#center-col .home-link .top {
	background: url(../images/bg-home-knop-off.gif) left bottom no-repeat;
	height:163px;
	top:105px;
	right: 0px;
}
#center-col .home-link:hover .top {
	background: url(../images/bg-home-knop-on.gif) left bottom no-repeat;
	cursor: pointer;
}
.home-link a{
	text-decoration:none;
}
.home-link .top h1 {	
	color:#cac431;
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	margin:0px 0 0px 0;
	text-align:center;
	padding:0px 10px 15px 10px;
}
.home-link p {	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px 0 0px 0;
	line-height:19px;
	padding:10px 10px 0px 10px;
}
/*--------------------------------------------*/
#center-col .home-link-2 {
	float:right;
	background:#ccc308;
	border: 0px solid;
	border-color:none;
	display:block;
	height:163px;
	position:relative;
	text-decoration: none;
	width:339px;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:10px 0 10px 0;

}
#center-col .home-link-2 .top {
	background: url(../images/bg-home-knop-off.gif) left bottom no-repeat;
	height:163px;
	top:105px;
	right: 0px;
}
#center-col .home-link-2:hover .top {
	background: url(../images/bg-home-knop-on.gif) left bottom no-repeat;
	cursor: pointer;
}
.home-link-2 a{
	text-decoration:none;
}
.home-link-2 h1 {	
	color:#cac431;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin:0px 0 0px 0;
	text-align:center;
	padding:0px 10px 15px 10px;
}
.home-link-2 p {	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:5px 0 0px 0;
	line-height:19px;
	padding:10px 10px 0px 10px;
}
/*--------------------------------------------*/
/*RIGHT DIV */
#right-col {
	display:inline;
	float:left;
  	height:auto !important;
	padding:0px 0px 0px 10px;
	width:178px;
}
/*RIGHT DIV OPMAAK*/
#right-col .nuhead {
	background:#b8b03b;
	border-left: 1px solid;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color:#dbd79d;
	display: block;
	height:50px;
	position:relative;
	text-decoration: none;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:0 0 0px 0;

}
#right-col .nuhead h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	padding:15px 0 0 7px;

}

#right-col .nu {
	background:#a69c0a url(../images/arrow.gif) right bottom no-repeat;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color:#d2cd84;
	display: block;
	height:112px;
	position:relative;
	text-decoration: none;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:0 0 10px 0;

}
#right-col .nu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	margin:0px 0 0px 10px;
	padding:5px 0 0 0;
}
#right-col .top-link {
	background:#FFFFFF url(../images/bg-right-col-off.gif) bottom repeat-x;
	border: 1px solid;
	border-color:#cac431;
	display: block;
	height:50px;
	position:relative;
	text-decoration: none;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:0 0 5px 0;

}
#right-col .top-link .top {
	background: url(../images/bg-right-col-off.gif) bottom repeat-x;
	height:45px;
	top:105px;
	right: 0px;
}
#right-col .top-link:hover .top {
	background: url(../images/bg-right-col-on.gif) bottom repeat-x;
	cursor: pointer;
}
.top-link a{
	text-decoration:none;
}
.top-link h1 {	
	color:#cac431;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin:0px 0 0px 0;
	text-align:center;
	padding:0px 10px 0px 0px;
}
.top-link p {	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px 0 0px 0;
	line-height:19px;
	padding:0px 10px 0px 10px;
}
/*SECOUND*/
.top-link h2 {	
	color:#cac431;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:0px 0 0px 0;
	text-align:center;
	padding:0px 5px 15px 10px;
}
/*BOTTOM*/
#right-col .top-link-4 {
	background:#FFFFFF url(../images/bg-right-col-off.gif) bottom repeat-x;
	border: 1px solid;
	border-color:#cac431;
	display: block;
	height:50px;
	position:relative;
	text-decoration: none;
	
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
	line-height: 17px;
	margin:0 0 0px 0;

}
#right-col .top-link-4 .top {
	background: url(../images/ICtivity_staffing.gif) bottom repeat-x;
	height:40px;
	padding-top:10px;
	right: 0px;
}
#right-col .top-link-4:hover .top {
	background: url(../images/ICtivity_staffing-on.gif) bottom repeat-x;
	cursor: pointer;
	padding-top:10px;
}
.top-link-4 a{
	text-decoration:none;
}
.top-link-4 h1 {	
	color:#cac431;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	margin:0px 0 0px 0;
	text-align:left;
	padding:0px 10px 15px 15px;
}
.top-link-4 p {	
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:-10px 0 0px 0;
	line-height:19px;
	padding:0px 10px 0px 3px;
}
/*--------------------------------------------*/
/*BOTTOM DIV */
#bottom-col {

	clear:both;
  	height:20px;
	margin:0 auto 0 auto;
	padding:10px 0px 0px 0px;
	width:100%;
}
/*BOTTOM DIV OPMAAK*/
#bottom-col .footer{

	font-family:Verdana, Geneva, sans-serif;
	color:#808080;
	float:left;
	font-size:10px;
	height:20px;
	padding:20px 19px 20px 30px;
	text-transform:uppercase;
	width:100%;
}
#bottom-col .footer a {	
	color:#808080;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
#bottom-col .footer img {	
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 13px 0px 12px;
}
/*--------------------------------------------*/
#footerdiv .footer{
	background: url(../images/../images/menu-bg.gif) top center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;
	display:inline-block;
	float:left;
	font-size:10px;
	height:36px;
	margin:40px auto 0 auto;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
	width:100%;
}
#footerdiv .footer a{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
#footerdiv .footer p{
	color:#666666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:20px 0 0 0;
	padding:5px 380px 0 0;
}
#footerdiv .footer img{
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 13px 0px 12px;
}
.invisiblecaptcha {
	position: absolute;
	top: -1000px;
}
/*--------------------------------------------*/
#right-col .nuhead a{
	text-decoration:none;
}