h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #eee;
	}

/*
#zoek2 {
	width: 140px;
	height: 20px;
	padding: 5px;
	margin: 6px 5px 10px 0;
	float: right;
}
*/

#sbZoek {
	width: 216px;
	height: 39px;
	float: right;
	margin: 0;
	background-image: url(../zoek/ondergrond_zoek.jpg);
	background-repeat: no-repeat;
}

.sbSearchContainer {
	width: 216px;
	float: left;
}

.input {
	width: 165px;
	font-size: 0.9em;
	/*display: block;*/
	border: 0px;
	margin: 12px 0 0 19px;
	background-color: transparent;
	/* border: 1px dotted #999999; */
	float: left;
	color: #ccc;
}

.input:focus {
	color: #19150e;
	border: 0px;
}

.submit {
	width: 28px;
	height: 25px;
	background-color: transparent;
	border: 0px dotted #999999;
	cursor: pointer;
	float: left;
}