#pagingPart {
	background-color: #A1AB9C;
	font-family:  Arial, Helvetica, sans-serif;
	margin:0;
	color: white;
	font-weight: bold; 
	font-size:90%;
	/*margin-top:20px;*/
	margin-bottom:10px;
	padding:3px;
	width:100%;
	line-height:150%;
	/* border:1px black solid; */
}

#pagingPart a{
	color:white;
}

#pagingPart a:hover{
	text-decoration:none;	
	background-color:gray;
}

#zoneKwadrantNavigatie {
	background-color:#990000;
	background-image: url(../images/interface/maskingTab.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top:2px;
	margin-bottom:12px;
	padding-top:5px;
	padding-bottom:5px;	
}

#zoneKwadrantNavigatie a{
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	color:white;
	background-color:#9F9F9F;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
}

#zoneKwadrantNavigatie a:hover{
	background-color:#6D7369;
}

#zoneKwadrantResultaten {
	font-size:85%;
}

#zoneKwadrantResultaten ul{
	list-style-type:none;
}

#zoneKwadrantResultaten li{
	margin-bottom:3px;
}

#zoneKwadrantResultaten a{
	text-decoration:none;
	padding-top:1px;
	padding-bottom:1px;
	background-image:url(../images/interface/bullet.gif);
	background-repeat: no-repeat;	
	background-position: 0% 50%;
	padding-left:13px;
}

#zoneKwadrantResultaten a:hover {
	text-decoration:underline;
	background-color:#EEEEEE;
}


#zoneKwadrantResultaten h2 {
	font-size:150%;
	font-family:Georgia,Times;
	color:#9F9F9F;
	font-weight:normal;
	margin-bottom:8px;
}

#zoneKwadrantInhoud {
	border-top:5px solid #9F9F9F;
	/*color:#6D7369;*/
	float:left;
	/*border: 1px solid gray;*/
	width:315px;
	height:250px;
}

#zoneKwadrantInstelling {
	border-top:5px solid #9F9F9F;
	/* color:#6D7369; */
	/*border: 1px solid gray;*/
	float:right;
	width:315px;
	height:250px;	
}

#zoneKwadrantLinks {
	border-top:5px solid #9F9F9F;
	/* color:#6D7369; */
	float:left;
	/*border: 1px solid gray;*/
	width:315px;
	height:250px;	
	margin-top:20px;
}

#zoneKwadrantWoordenboek {
	border-top:5px solid #9F9F9F;
	/* color:#6D7369; */
	/*border: 1px solid gray;*/
	float:right;
	width:315px;
	height:250px;
	margin-top:20px;
}

#instellingVrijZoeken{
	background-color:#6D7369;
	color:white;
	margin-bottom:10px;
	margin-right:10px;
	display:block;
	width:335px;; 
}

#instellingZoeken{
	background-color:#D1D4D0;
	margin-right:10px;
	display:block;
	width:335px;;	
}

#instellingBladeren{
	background-color:#EFF1EF;
	display:block;
	float:right;
	width:46%;	
}

#woordenBoekLetter{
	background-color:#EFF1EF;
	display:block;
	float:right;
	width:46%;
}

#woordenBoekLetter .letters{
	margin-top:10px;
	margin-left:10px;
}

#woordenBoekLetter .letters a{
	background-image:none;
	padding:5px;	
}

#woordenBoekLetter .letters a:hover{
	background-color:#6D7369 !important;
	color:white;
}

#instellingVrijZoeken form, #instellingZoeken form {
	padding:10px;
}

#instellingZoeken input, select {
	margin-bottom:5px;
}

#instellingBladeren .sectionTitle, #woordenBoekLetter .sectionTitle {
	color:gray
}

.zoekenLabel{
	width:180px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;	
}



