/* Body */

body, html{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/bodybg.jpg) repeat;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

.container{
	width: 961px;
	min-height: 100%;
	background: url(../img/container2.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
/* Tekst Opmaak*/ 

h1{
	padding: 0px;
	margin: 0px;
	color: #55be48;
	font-size: 16px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

img{
	border: 0px;
}

/* Header */

.header{
	width: 961px;
	height: 71px;
	background: url(../img/headerbg.jpg) repeat-y;
}

.logo{
	width: 413px;
	height: 42px;
	background: url(../img/logo.jpg) no-repeat;
	margin-left: 15px;
	position: absolute;
	top: 19px;
}

.top_buttons{
	height: 24px;
	float:right;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-right: 1px dotted #000;
}

.banner{
	width: 959px;
	height: 187px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/top_banner2.jpg) no-repeat center;
}

.click_werkgevers{
	width: 135px;
	height: 71px;
	display: block;
	position: relative; 
	top: 103px;
	margin-left: 340px;
	float:left;
}

.click_werkgevers a{
	display: block;
	width: 135px;
	height: 71px;	
}

.click_kandidaten{
	width: 135px;
	height: 71px;
	display: block;
	position: relative; 
	top: 103px;
	float:right;
}

.click_kandidaten a{
	display: block;
	width: 135px;
	height: 71px;	
}


/* Menu's */

.main_menu{
	width: 959px;
	height: 27px;
	background: url(../img/main_menu.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.mainmenu {
	margin: 0;
	padding: 0;
	width: 500px;
	float:left;
	height: 27px;
	list-style: none;
}

.mainmenu li {
	padding: 0;
	margin: 0;
	height: 27px;
	width: 124px;
	display: block;
	list-style: none;
	border: 0px;
	text-align: center;
}
.mainmenu li a, .mainmenu li a:visited {
	display: block;
	font-size: 12px;
	height: 22px;
	color: #000;
	padding-top: 5px;
	text-decoration: none;
	border: 0px;
	float:left;
	text-align: center;
	font-family: "Trebuchet MS";
}

.item a{text-decoration:none;  background: url(../img/menu_normal.jpg) no-repeat; width: 124px; color: #000;}
.item a:hover {text-decoration:none;  background: url(../img/menu_hover.jpg) no-repeat;  width: 124px; color:#fff !important;}
.item_active a {text-decoration:none; background: url(../img/menu_hover.jpg) no-repeat; 	width: 124px; color:#fff !important;}

.mainmenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.mainmenu li {float: left;}

.search{
	width: 180px;
	height: 22px;
	background: url(../img/searchline.jpg) no-repeat left;
	padding-top: 5px;
	padding-left: 15px;
	float:right;
}

.search input{
	border: 1px solid #7ba961;
	font-family: Verdana;
	font-size: 10px;
	padding: 2px;
	color: #3a3a3a;	
}

/**/
/*SUBMENU*/
.sub_menu{
	width: 959px;
	height: 23px;
	background: url(../img/sub_menu.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.submenu {
	margin: 0;
	padding: 0;
	width: 790px;
	height: 23px;
	list-style: none;
}

.submenu li {
	padding: 0;
	margin: 0;
	height: 23px;
	display: block;
	list-style: none;
	border: 0px;
	text-align: center;
}
.submenu li a, .submenu li a:visited {
	display: block;
	font-size: 13px;
	height: 21px;
	color: #fff;
	text-decoration: none;
	border: 0px;
	float:left;
	text-align: center;
	font-family: "Trebuchet MS";
	padding-top: 2px;
}

li.item_sub {text-decoration:none; color: #000; padding-left: 10px; padding-right: 15px;}
li.item_sub:hover {text-decoration:none;  background: url(../img/submenu_hover.jpg) repeat-x;  padding-left: 10px; padding-right: 15px;color:#000 !important;}
li.item_sub_active {text-decoration:none;  background: url(../img/submenu_hover.jpg) repeat-x;  padding-left: 10px; padding-right: 15px;color:#000 !important;}

.submenu li ul
{
	display: none;	
}
.submenu li:hover ul
{
	clear: both;
	background: #C5C7C6;
	margin: 0px;
	padding: 0px;
	margin-top: 23px;
	*margin-top: 0px;	
	position: absolute;
	text-align: left;
	float: none;
	display: block;	
	padding-right: 17px;
	margin-left: -10px;

}
.submenu li:hover ul li
{
	width: 100% !important;
	position: relative !important;
	clear: both;
	text-align: left;
	
	padding-left: 12px;	
	padding-right: 5px;
	border-bottom: 1px dotted #666;
	display: block !important;	
	height: 20px;
	line-height: 17px;

}
.submenu li:hover ul li:hover
{
	background: url('../img/submenu_hover_bg.jpg') no-repeat center left #0D4B3E ;
	color: #fff;
}
.submenu li:hover li a
{
	height: 20px;
	text-align: left;
	width: 100%;
	display: block;
	color: #000;	
}
.submenu li:hover li a:hover
{
	display: block;
	color: #fff;	
}

.submenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.submenu li {float: left;}

/**/

.below_banner{
	width: 883px;
	height: 17px;
	background: #ebebeb;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 76px;
}

/* Content */

.contentwrap{
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 43px;
}
/* LEFT*/ 

.left_bar{
	width: 184px;
	float:left;
	border-right: 0px dotted #6f6f6f;
	margin-bottom: 43px;
	*margin-bottom: 0px;	
}
.left_bar a
{
	color: #000;
}
.left_bar ul.menubar 
{
	list-style: none;
	padding :0px;
	margin: 0px;
	
	margin-top: 10px;
}
.left_bar ul.menubar li
{

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.left_bar ul.menubar li:hover{
	background: url('../img/submenu_hover_bg.jpg') no-repeat center left #0D4B3E ;
	color: #fff;
}
ul.menubar li:hover a{
	color: #fff;
}
.vacature_blok{
	width: 179px;
	background: #e8e8e8;
	font-family: Times;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #5ab74d;
	margin-left: 2px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.vacature_blok hr{
	width: 164px;
	border: 0px;
	background: #5ab74d;
	height: 1px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.vacature_blok input{
	font-size: 10px;
	font-family: Verdana;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100px;


}
.vacature_blok select{



}

/* RIGHT*/


.right{
	width: 774px;
	float: right;
	margin-bottom: 43px;
	*margin-bottom: 0px;
}

.right_bar{
	width: 215px;
	float:right;
}
.right a
{
	color: #000;
}



/*CONTENTAREA*/

.mid_content{
	width: 559px;
	float:left;
	
}
.big_content
{
	width: 770px;
	float: left;

}

.content_area{
	width: 502px;
	line-height: 1.5;
	margin-left: 25px;
	padding-top: 10px;
	color: #3a3a3a;
	font-size: 11px;
}
.content_area#big
{
	width: 710px;
}



.clear{
	clear:both;
}

.footer_bg{
	width: 961px;
	height: 43px;
	background: url(../img/container.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: -43px;
	position: relative;
}

.footertekst{
	margin: 0px;
	padding: 0px;
	color: #d9d9d9;	
	font-size: 11px;
	padding-top: 15px;
	margin-left: 15px;
}

.footer a{
	color: #d9d9d9;
}

.links_bottom{
	float:right;
	position: relative;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.25px;
	bottom: 13px;
	margin-right: 15px;
}

.links_bottom a{
	text-decoration: none;
}

.footer{
	width: 959px;
	height: 43px;
	background: #202020;
	margin-left: auto;
	margin-right: auto;

}
.reageerbutton
{
	color: #fff;
	background: #55BE48;
	border: 0px;
	padding: 5px;
	font-weight: bold;
}
.green
{
	color: #58766E;
	text-align: right;
}