#search{
	width:529px;
	height:47px;
	padding:73px 0 9px 66px;
	margin-top:-17px;
	background:url(../images/search_bg.png) no-repeat;
}

#search_en{
	width:529px;
	height:47px;
	padding:73px 0 9px 66px;
	margin-top:-17px;
	background:url(../images/search_bg_en.png) no-repeat;
}

#search input,#search_en input{
	border:1px solid #dcdcdc;
	padding:4px;
	width:141px;
	margin-right:74px;
}

#search input.zoekknop, #search_en input.zoekknop{
	width:auto;
	padding:0;
	border:0;
	margin:9px 0 4px 0;
}
.result{
	width:590px;
	height:118px;
	background: url(../images/bg_results.png);
	margin-bottom:14px;
	border:1px solid #eeeeee;
}
.result div{
	width:159px;
	height:111px;
	float:left;
	margin-right:20px;
	cursor:pointer;
}
.result span a{
	color:#db3b11;
	font-weight:normal;
	font-size:17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:10px 0 13px 0;
	float:left;
	width:410px;
	display:block;
}
.result span a:hover{text-decoration:underline;}