@CHARSET "ISO-8859-1";

#search .formrow {
	float: left;
	height: 35px;
	clear: left;
}

#search label, #search .label {
	float: left;
	width: 100px;
}

#search input[type=submit] {
	margin-left: 100px;
	width: auto;
	float: left;
	clear: left;
}

#search .nofloat {
	float: none;
	width: auto;
}

#searchresult {
	clear: left;
}

.resultsBox {
	border: 2px solid #36C;
	border-top: none;
	width: 500px;
	margin-top: 3px;

}
.resultsBox h2, .resultsBox h2 a {
	background-color: #36C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48D), to(#35B) );
	background: -moz-linear-gradient(top, #48D, #35B);
	color: #FFF;
	font-size: 11px;
	padding: 1px 0px 1px 3px;
	margin-top: 0;
}

.kop {
	color: #2A5F9C;
	font-size: 16px;
}             

h3 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 7px;
	line-height: 12px;
	clear: left;
	color: #36C;
}

