#zoeken{    
    position:relative;
    display:block;
    text-align:right;
    height:80px;
    width:180px;
    float:right;
    margin-top:15px;
    margin-right:15px;
}
	
#zoekwoord{
    position:relative;
    float:right;
	text-align:right;
	color:#666666;
	line-height:13px;
    right:-15px;
	}
	
#zoekbutton{
    position:relative;
    height:18px;
    width:105px;
    float:right;
    cursor:pointer;
    margin-top:5px;
    background-image: url('../images/bg_zoeken.jpg');
    background-repeat: no-repeat;
    text-align:center;
    color:white;
	}
    
.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;
    margin-bottom:3px;
	}
	
.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;
	}    
    
.resultaat-zoekwoord{
    font-size:16px;
    font-weight:bold;
}

.zoek-details{
    position:relative;
    float:left;
    display:inline;
    width:580px;
    border-bottom:1px #336699 dotted;        
}

.zoek-img{
    position:relative;
    float:left;
    display:inline;
}

.zoek-url a:link{
    color:#DABEFC;
}

.zoek-url a:visited{
    color:#DABEFC;
}

.zoek-url a:hover{
    color:blue;
    text-decoration:underline;
}
