/* ZOEKRESULTATEN PAGINA */
input#tx-indexedsearch-searchbox-sword {
	font-size: 11px;
	color: #444444;
	border: solid 1px #cccccc;
	width: 120px;
}

input#searchbox-button-submit {
	font-size: 11px;
	color: #444444;
	border: solid 1px #cccccc;
}

div.tx-indexedsearch
{
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	display: none;
}

dl.tx-indexedsearch-info {
	font-size: 10px;
	color: #666666;
}

dd.tx-indexedsearch-text-item-path a, dd.item-path a {
	color: #666666;
}

span.tx-indexedsearch-percent {
	color: #ff5410;
}

p.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch-redMarkup {
	color: #ff5410;
}

/* SEARCHBOX AAN DE RECHTERKANT */

/* De hele tabel */
table.zoektabel {
display: none;
	margin-top: 45px;
	margin-left: 63px;
}

table.zoektabel td, table.zoektabel input {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

/* Label cel (zoeken: ) */
table.zoektabel .label {
	font-size: 11px;
	color: #444444;
}

/* Zoekwoord cel */
table.zoektabel .zoekwoord {
}

/* Zoekwoord invoerveld */
table.zoektabel .zoekwoord input {
	color: #444444;
	border: solid 1px #cccccc;
	font-size: 11px;
	width: 120px;
	margin-left: 6px;
	margin-right: 2px;
}

/* Button */
table.zoektabel .submit input {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #444444;
}

/* Button cel */
table.zoektabel .submit {
	
}