/* huiswerk CSS Document */


#stblock_content_huiswerk{
display: block;
padding-top: 10px;
background-color: rgb(250,250,250);
border: 1px #E8E8E8 solid;
height: 70px;        /* kan weggelaten worden, alleen uitleining is dan niet mooi.. */
padding-left: 6px;
padding-right: 6px;
margin-bottom: 0px;
padding-bottom: 25px;

}

#overall_stblock_searchbox{
display: block;
float: left;
width: 752px;
margin-left: 4px;
margin-top:15px;
margin-bottom: 4px;

}

select{
display: block;
float: left;
margin-top:10px;
width: 173px;
margin-right:4px;
}

#xtra_txt{
display: block;
width: 350px;
float: right;
padding-right: 20px;
padding-top: 10px;
}

#search_input_huiswerk input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
display: block;
margin-top: 10px;
width: 346px;
}

.huiswerk_zoeken_link{
display: block;
font-size: 12px;
padding-right: 375px;
font-family: Verdana;
margin-bottom:7px;
text-decoration: underline;
color: #000000;     /* text-align: right;  */
}


/* auteur content box  */

#auteur_box{
width: 450px;  
background-color: #ededed; 
margin-left: 20px;
}

#auteur_box p{
margin-left: 20px; 
margin-top:0px; 
margin-bottom: 5px;
}


#auteur_box_rt{
background: url(../main_images/tr.gif) no-repeat top right;

}

#auteur_box_rt img{
width: 15px; 
height: 15px;  
border: none; 
display: block !important;
}

.auteur_content{
display:block; 
color:#000;
width: 400px; 
height: 120px;
margin-left: 10px; 
font-size: 12px;
}
.auteur_content a{
color:#000;
}
.auteur_img{
display: block;
float: left;
height:100px; 
width:75px; 
border: 1px rgb(133,133,133) solid; 
margin-right:10px;
margin-left:10px;
}


#auteur_box_br{
display: block;
clear: left;
background: url(../main_images/br.gif) no-repeat right bottom;

color:#000;
}

#auteur_box_br img{
width: 15px;  
height: 15px;  
border: none;  
display: block !important;
}

#boekenlijst_title{
display: block; 
font-size: 16px; 
font-family: Arial; 
font-weight: bold; 
color: rgb(164,164,164); 
margin-left:35px; 
margin-top: 10px; 
margin-bottom: 5px;
}

.auteur_naam{
display: block;
width: 280px;
overflow: hidden;
color:#000;

}

.auteur_born{
display: block;
width: 280px;
padding-top: 3px;
color:#000;
}

.auteur_genre{
display: block;
width: 280px;
padding-top: 3px;
color:#000;
}






