#zoeken{
	position:absolute;
	width:225px;
	height:30px;
	bottom:4px;
	right:10px;
	background-image:url(../images/bg-input2.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#zoekwoord{
	position:absolute;
	border:0px;
	text-align:left;
	color:#CCCCCC;
	height:20px;
	width:148px;
	bottom:3px;
	left:7px;
	background-color:lightblue;
	}
    
	
#zoekbutton{
	position:absolute;
	float:left;
	display:inline;
	top:3px;
	right:0px;
	}
    
.zoek-container{
	position:relative;
	float:left;
	width:580px;
	padding-bottom:20px;
	}
	
.zoek-titel{
	position:relative;
	float:left;
	width:580px;
	height:15px;
    color:#1E6FOF;
	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;
	}

 .boeken-container {
    position:relative;
    float:left;
    display:inline;
    }

  .boek-container{
    position:relative;
	width:340px;
    height: 120px;
	margin-top:15px;
	border:1px solid #b5d0b0;
	background-color:#ffffff;
	cursor:pointer;
    }

  .boek-container:hover{
    position:relative;
	width:340px;
	margin-top:15px;
	border:1px solid #4e8c42;
	background-color:#ffffff;
	cursor:pointer;
    }

  .search-boek-titel{
	position: absolute;
	float:left;
    width: 250px;
	display: inline;
    margin-left: 5px;
	margin-top: 8px;
	font-size: 12px;
	color: #116701;
	}

  .search-boek-omschrijving{
	font-size: 12px;
	color: #444444;
    text-decoration: none;
	}

  .search-boek-prijs{
	position:absolute;
    left: 85px;
	width: 240px;
	bottom: 8px;
	color: #116701;
	}

  .search-boek-knop{
	position: absolute;
	width: 70px;
	text-align: right;
	right: 10px;
	bottom: 8px;
	}

 #boeken-container-desc{
	position: relative;
    width: 260px;
    height: 65px;
    padding-top:10px;
	padding-left: 80px;
	background-color: #ebf5e3;
	border: 1px solid #8ebe79;
    background-image: url('../images/zoeken-boek.gif');
    background-repeat: no-repeat;
    background-position: 5% 45%
	}

    
 .content-container {
    position: absolute;
    left: 350px;
    }

 #content-container-desc{
	position: relative;
	width: 275px;
    height: 65px;
    padding-top: 10px;
	padding-left: 80px;
	background-color: #ebf5e3;
	border: 1px solid #8ebe79;
    background-image: url('../images/zoeken-vraag.gif');
    background-repeat: no-repeat;
    background-position: 5% 45%;
    margin-bottom: 15px;
	}
    
 #uitgebreid-zoeken-container{
    position: relative;
    width: 700px;
    background-color: #ebf5e3;
    border: 1px solid #8ebe79;
    padding:5px;
}

#uitgebreid-zoeken-container td{
    font-size:13px; 
    color:#1e6f0f;
}

.boek-uitgebreid-container{
    position:relative;
    float: left;
    display: inline;
    width:340px;
    height: 150px;
    margin-top:15px;
    border:1px solid #b5d0b0;
    background-color:#ffffff;
    cursor:pointer;
    margin-right:5px;    
}
