@charset "UTF-8";
/* CSS Document */

/* hide results in topbox when searched */
fieldset { border:none;}

#search .tx-indexedsearch-whatis {
display: none;
}

#search .tx-indexedsearch-noresults {
display: none;
}

#search .tx-indexedsearch-browsebox {
display: none;
}

#search .tx-indexedsearch-res {
display: none;
}

/* hide searchbox is results below */
#columnmiddle .tx-indexedsearch-searchbox {
 /* display: none; */
}

#search {
	line-height:16px;
	position:absolute;
	top:0;
	right:40px;
}

#tx-indexedsearch-searchbox-sword, #zoekvak {
	background: url(../images/zoekvak.jpg) center center no-repeat;
	width: 114px;
	border: none;
	height: 19px;
	/*
	margin-left: 427px;
	margin-left: 695px;*/
	margin-top: 20px;
	
	padding-top:4px;
	padding-left: 9px;
        padding-right: 9px;
}

#tx-indexedsearch-searchbox-button-submit, #zoekknop {
	background: url(../images/zoekknop.jpg) center center no-repeat;
	width: 23px;
	border:none;
	height: 23px;
	/*margin-left:-0px;
	margin-right:-55px;*/
	cursor:pointer;
}


/*
#search {
	position:absolute;
       margin:0px;
	padding:0px;
       z-index:999;
}


#searchBack {
	background: url(../images/zoekvak.jpg) no-repeat;
	width: 155px;
	height: 23px;
	margin-left: 796px;
	margin-top: 20px;	
}

#tx-indexedsearch-searchbox-sword {
       background: url(../images/pixel.gif);
       float:left;
       width: 108px;
       margin-left: 7px;
       margin-top: 3px;
       border: none;	
}

#tx-indexedsearch-searchbox-button-submit, #zoekknop {
	float:right;
	background: url(../images/zoekknop.jpg) no-repeat;
	width: 23px;
	height: 23px;
	border: none;
}
*/


