#zoeken{
	position:absolute;
	width:250px;
	left:230px;
	top:75px;
	}
	
#zoeken a:link, #zoeken a:visited, #zoeken a:active{
	color:#5b9ba6;
	text-decoration:none;
	font-style:italic;
	font:12px;
	font-weight:normal;
	}
	
#zoeken a:hover{
	color:#336f7a;
	text-decoration:underline;
	font-style:italic;
	font:12px;
	font-weight:normal;
	} 
	
#zoek-titel{
	position:relative;
	float:left;
	display:inline;
	width:250px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#008298;
	}
	
#zoekwoord{
	position:relative;
	float:left;
	display:inline;
	width:132px;
	height:22px;
	padding-left:10px;
	line-height:20px;
	background-image:url(../images/zoeken-input.gif);
	background-repeat:no-repeat;
	border:0px;
	color:#a3a3a3;
	}
	
.zoekbutton{
	position:relative;
	float:left;
	display:inline;
	width:67px;
	height:22px;
	left:-1px;
	background-image:url(../images/zoeken-btn.gif);
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
	}
    
.zoek-container{
	position:relative;
	float:left;
	width:580px;
	padding-bottom:20px;
	}
	
.zoek-titel{
	position:relative;
	float:left;
	width:580px;
	height:15px;
	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;
	color:#666666;
	}
	
.zoek-resultaat a{
	color:#333333;
	}
	
.zoek-url a{
	color:#336699;
	}
    
#geavanceerd-zoeken{
    position: relative;
    float: left;
    display: inline;
    font-weight: bold;
}

.zoektabel{
    position: relative;
    float: left;
    display: block;
    border:1px solid #006374;
    background-image: url('../images/bg-product-tabel.gif');
    background-repeat: repeat-x;
    margin-top:20px;    
}