#leden-overzicht-container{
	position:relative;
	float:left;
	display:inline;
	width:930px;
	margin-top:20px;
	}

.lid-container{
	position:relative;
	float:left;
	display:inline;
	width:308px;
	height:210px;
	margin-right:2px;
	margin-bottom:2px;
	background-color:#e6ecee;
	}
	
.kaartje{
	position:relative;
	float:left;
	display:inline;
	width:286px;
	height:180px;
	margin-left:10px;
	margin-top:10px;
	border-top:9px solid #4e7b8b;
	background-color:#fff;
	background-image:url(../images/bg-kaartje.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
	}
	
.lid-naam{
	position:relative;
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:10px;
	width:155px;
	font-size:16px;
	line-height:18px;
	color:#033f53;
	}
	
.lid-beschrijving{
	position:relative;
	float:left;
	display:inline;
	height:85px;
	width:160px;
	margin-top:10px;
	margin-left:10px;
	font-size:12px;
	color:#717171;
	overflow:hidden;
	}
	
.lid-foto{
	position:relative;
	float:right;
	display:inline;
	margin-right:8px;
	margin-top:8px;
	border:1px solid #023b4d;
	}
	
.lid-email{
	position:absolute;
	width:261px;
	height:31px;
	bottom:11px;
	left:0px;
	padding-left:25px;
	line-height:28px;
	color:#0087f0;
	background-image:url(../images/lid-email.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	
a:link.lid-email, a:visited.lid-email, a:active.lid-email{
	font-size:12px;
	color:#0087f0;
	text-decoration:none;
	}
	
a:hover.lid-email{
	font-size:12px;
	color:#0060aa;
	text-decoration:none;
	}
	
.leden-container-bg{
	position:relative;
	float:left;
	display:inline;
	padding:10px;
	background-color:#ebf0f1;
	border:1px solid #4e7b8b;
	}
    
#zoek-een-lid{
    position:absolute;
    right:0px;
    text-align:right;
    z-index:3;
    top:0px;
    width:203px;
    height:30px;
    }
    
#lid_zoeken_naam{
    position:relative;
    float:left;
    display:inline;
    width:118px;
    height:19px;
    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;
    }
    
#zoeklid{
    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;
    }
    
#zoeklid: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;
    }    
