/*-------------------- Zoekmachine ----------------------------------------*/
#zoekbox {
position:absolute;
right:20px;
top:10px;
width:195px;
height:26px;
line-height:26px;
}
#searchquery {
float:left;
padding:0px;
height:20px;
line-height:20px;
margin:3px 0px 0px 3px;
border:0px;
width:159px;
}
#zoekbox  p {
margin-bottom:0px;
}
#submit {
float:left;
height:20px;
margin-top:3px;
margin-left:2px;
}
.count {
float:left;
margin-right:4px;
padding-left:26px;
background:url(/grafix/bullet_searchresult.gif) no-repeat left;
}
.searchresult {
height:24px;
line-height:24px;
}
#searchresults{
margin: 15px;
}
