@charset "utf-8";
/* CSS Document */

/*OVERIG*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}

p { padding: 10px 0px; }

h1 { 
	font-size: 22px; 
	padding-bottom: 10px; 
	font-weight: normal; 
	background-image: url(../images/template/stippellijn.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 { 
	font-size: 22px; 
	padding-bottom: 10px; 
	font-weight: normal; 
	background-image: url(../images/template/stippellijn.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 {
	font-weight: bold;
	font-size: 12px;
}

ul {
	padding: 0px;
	list-style: none;
	width: 660px;
	height: 102px;
}

ul li {
	margin: 0px;
	padding: 18px;
	float: left;
	position: relative;
}

ul li a {
	padding: 0;
	display: block;
	text-decoration: none;
	color: #434343;
}

ul li a:hover {
 font-weight:bold;}

li:hover ul, li.over ul { 
	display: block; 
}

li ul {
	position: absolute;
	left: 0px;
	top: 42px;
	display: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: none;
}
	
li ul a:hover {
	background-image: none;
	color: #FFF;
}

/*test*/
.qe-button, .qe-button span{ 
	line-height:30px; 
	background-image: url(../images/template/test.png); 
	text-decoration:none; 
	white-space:nowrap; 
	display:inline-block; 
	background-repeat:no-repeat; 
	cursor:pointer; 
	margin-top: -2px;
	position: relative;
	margin-right: 18px;
}

.qe-button{
	padding:0px; 
	background-position:top left; 
	position: relative;
}

.qe-button span{
	height:54px; 
	background-position:top right; 
	position:relative; 
	left: 18px; 
	padding: 14px 18px 18px 0px;
	margin: 0px;
}
/*einde test*/

/*MAIN CONTAINER*/

#qe-main_container {
	width: 900px;
	height: 1042px;
	margin: -186px auto 0 auto;
	background-color: #FFF;
}

/*HEADER*/

#qe-header {
	width: 900px;
	height: 186px;
}

#qe-logo {
	width: 240px;
	float: left;
	margin-right: 30px;
	margin-bottom: 13px;
}

#qe-nav {
	float: right;
	width: 630px;
	margin-top: 98px;
	height: 50px;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.qe-active {
	background-image:url(../images/template/bg_nav.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#qe-nav_sub {
	float: left;
	width: 900px;
	height: 38px;
	background-image:url(../images/template/bg_nav_sub.png);
	background-repeat: repeat-x;
	margin-top: -3px;
}

#qe-bg_nav_sub {
	background-image: url(../images/template/bg_nav_sub.png);
	background-repeat: repeat-x;
	margin-top: 148px;
	height: 38px;
}

/*SUB HEADER - ONDER HEADER*/

#qe-sub_header {
	width: 900px;
	height: 249px;
	margin-top: 30px;
}

#qe-sub_header_left {
	float: left;
	width: 240px;
	height: 249px;
	margin-right: 30px;
}

#qe-sub_header_right {
	float: right;
	height: 249px;
	width: 630px;
	position: relative;
}

#qe-slogan {
	position: absolute;
	margin-left: 285px;
	width: 370px;
	margin-top: 25px;
}

/* item_sub_header_2 is voor een groen vlak met twee regels */
.qe-item_sub_header_2 {
	width: 220px;
	height: 51px;
	background-color: #8cc63e;
	margin-bottom: 20px;
	font-size: 13px;
	padding: 19px 10px 0px 10px;
	clear: left;
}

/* item_sub_header_3 is voor een groen vlak met drie regels */
.qe-item_sub_header_3 {
	width: 210px;
	height: 58px;
	background-color: #8cc63e;
	margin-bottom: 19px;
	font-size: 13px;
	padding: 12px 20px 0px 10px;
	clear: left;
}

.qe-icon_item {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

/*CONTENT*/

#qe-content {
	width: 630px;
	float: right;
	margin-top: 50px;
}


/* content_item is in dit geval het kopje "Werknemers" */
.qe-content_item {
	width: 290px;	
	margin-bottom: 20px;
	float: left;
}

/* content_item_2 is in dit geval het kopje "Werkgevers" */
.qe-content_item_2 {
	width: 290px;	
	margin-bottom: 20px;
	float: right;
}

/* content_item_3 is in dit geval het kopje "Vacatures". De margin-top is zo ingesteld dat het gelijk staat met "Contact". */
.qe-content_item_3 {	
	margin: 50px 0px 20px 0px;
	float: left;
	width: 630px;
}

.qe-content_item_3_left {	
	width: 290px;	
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.qe-content_item_3_right {	
	width: 290px;	
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*SIDEBAR*/

#qe-sidebar {
	width: 240px;
	margin-right: 30px;
	margin-top: 50px;
	float: left;
}

.qe-sidebar_item{
	margin-bottom: 20px;
}

/*FOOTER*/

#qe-footer {
	width: 900px;
	height: 30px;
	float: left;
	margin-top: 20px;
	font-size: 10px;
	color: #999999;
	padding: 26px 0px;
	background-image: url(../images/template/stippellijn.png);
	background-repeat:repeat-x;
	background-position: top;
}

.qe-footer_link { 
	color: #999999;
	text-decoration: none;
	padding: 0px 8px;
}

.qe-footer_link_2 { 
	color: #999999;
	text-decoration: none;
	padding: 0px 8px 0px 0px;
}

#qe-footer_left {
	width: 100px;
	float: left;
}

#qe-footer_right {
	width: 800px;
	float: right;
	text-align: right;
	margin-right: -8px;
}