/* Opmaak Algemeen */
html, body {
	height:100%;
}
body {
	/*background-color:#dfe0e0;*/
	background-color:#eef5ee;
	padding: 0px;
	margin: 0px;
}

#container {
    min-height: 100%;
	_height: 100%;
	width: 756px;
	top: 0px;
	bottom: 0px;	
	margin: 0px auto;

}

#vert_bg{
	background-image:url(/inc/img/bg.png);
	min-height: 100%;
	}

br { /* Oplossing IE BUG letterspacing */
	letter-spacing: 0px;
}

/*//////////HEADER (SHADUW)////////////*/
#header {
	 height: 12px;
	 width: 756px;
	 margin-top:24px;	

}

#h_left {
	 height: 12px;
	 background-image:url(/inc/img/h_left.png);
	 float:left;
	 width:8px;
}

#h_mid {
	 height: 12px;
	 background-image:url(/inc/img/h_bg.png);
	 float:left;
	 width: 740px;
}

#h_right {
	 height: 12px;
	 background-image:url(/inc/img/h_right.png);
	 float:right;
	 width:8px;
}
	
/*//////////BANNER////////////*/
#banner {
	 height: 92px;
	 width: 732px; 
	 margin: 0px auto 0px;
	 overflow:hidden;
}

#logo {
	 height: 71px;
	 width: 163px;
	 padding: 13px 0px 0px 32px;
}

/*////////// SLOGAN////////////*/
#slogan {
	 height: 70px;
	 width: 732px;
	 margin: 0px auto 0px; 
}


/*////////// MENU////////////*/
#menu {
	 height: 38px;
	 width: 740px;
	 margin: 0px auto 0px; 
	 background-image:url(/inc/img/menu.jpg);
}

#m_left {
	 height: 38px;
	 width: 8px;
	 float:left;
	 background-image:url(/inc/img/m_left.jpg);
}

#m_right {
	 height: 38px;
	 width: 8px;
	 float:right;
	 background-image:url(/inc/img/m_right.jpg);
}
/*#menuItem{
	 width: 139px;
	 height: 19px;
	 margin-top: 8px;
	 padding-top: 3px;	 
	 float:left;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
	 cursor:pointer;
	 
	 opacity : 0.99;
   	filter : alpha(opacity=99);
   	-moz-opacity : 0.99;
}*/


/*#m_mid {
	 height: 38px;
	 float:left;
	 margin-left:2px;
}

#m_mid a{
	text-decoration:none;
	color:#FFFFFF;

}

#m_mid a:hover{
	text-decoration:none;
	opacity : 0.80;
   	filter : alpha(opacity=80);
   	-moz-opacity : 0.80;
}*/


/*FOR FIREFOX, MENU GOES TO LEFT*/
/*html>/*body #m_mid a:hover {
	width:138px;
	padding-left:1px;
}*/



/*////////// SUBMENU////////////*/
#left {
	 height:457px;
	 width: 12px;
	 margin-top: 40px;
	 float:left;
}

#submenu {
	 height:457px;
	 width: 210px;
	 margin-top: 40px;
	 margin-bottom: 40px;
	 float:left;

}

#submenu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
	cursor:pointer;
	
	display:block;
	height:20px;
	width: 206px;
	margin-bottom:1px;
	margin-left:4px;
	padding-left:6px;.
	padding-top:2px;
	font-weight:bold;
}

#submenu a:hover{
	background-color:#d6d7da;
}



#vert_line{
	height: 457px;
	width:27px; 
	margin-top: 40px;
	float:left;
	background-image:url(/inc/img/vert_line.jpg);
}

/*////////// CONTENT ////////////*/

#content{
	margin-top: 40px;	
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	width: 489px;
	padding-bottom: 35px;
}

#content h5{
	margin: 0px;
	color:#d1cfc5;
}

#content h6{
	margin: 2px 0px 4px 0px;
	color:#cccccc;
	font-size:9px;
}

#content a{
	color: #666666;
	text-decoration:none;
	
}

#content a:hover{
	color: #999999;
	text-decoration:none;
	
}

#c_top{
	float:left;	
	width: 489px;
}

#c_bottom{
	margin-top: 14px;
	height: 217px;
	width: 489px;	
}

#cb_left{
	margin-top: 14px;
	height: 206px;
	width: 239px;	
	float:left;
	overflow:hidden;
}

#cb_right{
	margin-top: 14px;
	margin-left: 20px;
	height: 206px;
	width: 229px;
	float:left;
	overflow:hidden;
}

.vacatureList{
	width: 465px;
	height: 25px;
	display:block;
	padding:0px 12px 0px 12px;
	font-weight:bold;
}

#faq{
	padding:0px 12px 0px 12px;
}

.long{
	width:290px;
	_width: 292px;
	*widht: 292px;
}

.short{
	width:140px;
}
/*//////////PAGE BLOCKS////////////*/
#blockTitle{
	color:#FFFFFF;
	padding: 2px 0px 0px 12px;

}

#blockContent{
	padding:12px 12px 12px 12px;
	display:block;

}
/*////////// BOTTOM BORDER ////////////*/
#bg{
	height:8px;
	width:756px;
	background-image:url(/inc/img/bottom_bg.png);
	}

/*////////// FOOTER////////////*/

#footer {
	height: 20px;
	margin: 0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 15px;
	padding-right: 15px;
	color:#969798;
	width: 726px;
}

#footer a{
	color:#969798;
	text-decoration:none;
}

