/*-------------------- Zoekmachine ----------------------------------------*/
#search_box  {

margin-top:5px;
clear:both;
float: left;
margin-left:10px;
display:inline;
width:174px;
border:solid 1px #A4A49E;
}

#searchquery {
position: relative;
float: right;
padding-top:1px;
padding-left:3px;
height:19px;
width: 151px;
color:#000;
background: url(../grafix/bg_hoofdmenu.jpg) repeat-x ;
}

#submit {
cursor:pointer;
position: relative;
float: right;
height:20px;
width:20px;
}

.count {
float:left;
margin-right:4px;
padding-left:26px;
background:url(../grafix/bullet_searchresult.gif) no-repeat left;
}
.searchresult {
height:24px;
line-height:24px;
border-bottom:1px solid #EAEAEC;
}