#zoeken{
	position:absolute;
	left:722px;
	top:161px;
	text-align:right;
	z-index:3;
	width:203px;
	}
	
#zoekwoord{
	position:relative;
	float:left;
	display:inline;
	width:118px;
	height:18px;
	border:0px;
	text-align:left;
	font-size:13px;
	color:#666666;
	line-height:18px;
	padding-left:5px;
	padding-right:3px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image:url(../images/bg-zoeken.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#zoekbutton{
	position:relative;
	float:right;
	display:inline;
	width:74px;
	height:20px;
	background-image:url(../images/zoeken.gif);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	}
	
#zoekbutton:hover{
	position:relative;
	float:right;
	display:inline;
	width:74px;
	height:20px;
	background-image:url(../images/zoeken.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	cursor:pointer;
	}
    
.zoek-container{
	position:relative;
	float:left;
	width:580px;
	padding-bottom:20px;
	}
	
.zoek-titel{
	position:relative;
	float:left;
	width:580px;
	height:15px;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;
	}
	
.zoek-titel a{
	font-size:14px;
	text-decoration:underline;
	}
	
.zoek-resultaat{
	position:relative;
	float:left;
	width:580px;
	margin-top:3px;
	}
	
.zoek-resultaat a{
	color:#333333;
	}
	
.zoek-url a{
	color:#336699;
	}
