.trefwoordbalk {
  height: 90px;
	width: 690px;
	
	background-image: url('../../img/shnieuw/zoekbalk.jpg');
	background-repeat: no-repeat;
	
	position: relative;
	top: 0;
	left: 0;
}

.trefwoordbalkTitel {
  position: absolute;
	top: 10px;
	left: 20px;
	
	color: #FFFFFF;
}

.trefwoordbalkButton {
  position: absolute;
	top: 44px;
	left: 320px;
	width: 92px;
	height: 24px;
}

.trefwoordbalkTrefwoord {
  position: absolute;
	top: 44px;
	left: 21px;
	width: 268px;
	height: 27px;
}

.trefwoordbalkTrefwoord .textbox {
  border: 0;
	background-color: transparent;
	height: 25px;
	padding: 5px 3px 3px 5px;
	width: 278px;
	color: #0079c2;
}


.faqQuickCats {

}

.faqQuickCats .faq_subcat {
  float: left;
	display: inline;
	width: 135px;
	line-height: 20px;
}

.faq_subcat a {
  text-decoration: none;
	padding-left: 12px;
	background-image: url('../../img/shnieuw/icon_blauw.jpg');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.faqcats .kleinwitkader .blauwbg {
  min-height: 100px;
}

#faqMeestBekeken .blauwtitel {
  background-image: url('../../img/shnieuw/kleinwitkader_oranjebalk.jpg');
}

#faqMeestBekeken .faq_subcat a {
  background-image: url('../../img/shnieuw/icon_oranje.jpg');
}



.faqcats .blauwkader {
  margin: 0 0 10px 0;
}

/* Zoekbalk */
		  .trefwoordbalk {
			  margin: 0 0 20px 0;
			}
			
			.blauwtitel .faq_zoek {
			  font-size: 14px;
				width: 295px;
				display: inline;
				float: left;
				text-align: left;
				margin: 0 0 0 18px;
				line-height: 29px;
			}
			
			.blauwtitel .faq_zoekveld {
			  width: 160px;
				float: left;
				text-align: left;				
			}
			
			.blauwtitel .faq_zoekveld input {
			  border: 1px solid #d8d8d8;
				position: relative;
				top: -1px;
				_top: 3px;
				left: 0;
			}
			
			html>body .blauwtitel .faq_zoekveld input {
				*top: 3px;			
			}
			
			.blauwtitel .faq_versturen input {
			  position: relative;
				top: 3px;
				_top: 6px;
				left: 0;
			}
			
			html>body .blauwtitel .faq_versturen input {
				*top: 6px;			
			}			
			
/* Categorieen overzicht */
  .faqcats .faq_subcat {
	  margin: 0 0 0 15px;
	}
	
	.faqcats .faq_subcat a {
		color: #012e58;	
	}

/* Vragen overzicht */
  .faqvraag { 	
	  clear: both;
  	padding: 5px 0 0 8px;
  	line-height: 20px;
  	margin: 0;
		
		color: #012e58;
  }
	
	.faqvraag a {
	  text-decoration: none;
	}
  
  .faqvraag .nummer {
	  float: left;
    height: 20px;
  	width: 20px;
  	line-height: 20px;
		margin: 0 5px 0 0;
		display: inline;
  	text-align: center;
  	font-weight: bold;
  	background-image:url('../../img/shnieuw/faq_item.gif');
  	background-repeat: no-repeat;
  	border: 0;
  	text-decoration: none;
  }
	
	.faqvraag .nummer a {
  	color: #FFFFFF;
	}
	
	.faqvraag .vraag {
	  float: left;
		display: inline;
	}
	
	.faqvraag .vraag a {
	  
	}
  
  .faqvraag:hover .nummer {
    background-image: url('../../img/shnieuw/faq_item_actief.gif');
  }
