
#verband_foto
{
    margin-top: 10px;
    width: 600px;
    overflow: hidden;
}

#verband_infobox
{
    margin-left: 27px;
    margin-top: 30px;
}


.verbanden_leden_lijst
{
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.verbanden_leden_lijst_header
{
    position: relative;
    color: #c35400;
    font-size: 18px;
    font-weight: bold;
    left: 42px;    
}

.verbanden_leden_lijst_header_excel
{
    position: relative;
    color: #c35400;
    font-size: 11px;
    font-weight: bold;
    left: 430px; 
	bottom: 20px;
}

.verbanden_leden_lijst .row1
{
    margin-top: 3px;
}

.verbanden_leden_row
{
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    height: 86px;
}

.verbanden_leden_row_foto
{
    position: absolute;
    left: 32px;
    top: 6px;
    width: 78px;
    height: 100px;
    overflow: hidden;
}

.verbanden_leden_row_lidinfo
{
    position: absolute;
    left: 120px;
    top: 16px;
    height: 90px;
	
	width: 462px;
}

.verbanden_leden_row_lidinfo_naam
{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: block;
	
	clear: both;
}

  .verbanden_leden_row_lidinfo_naam a
, .verbanden_leden_row_lidinfo_naam a:link
, .verbanden_leden_row_lidinfo_naam a:visited
, .verbanden_leden_row_lidinfo_naam a:active
{
    color: #000;
    text-decoration: none;
}

.verbanden_leden_row_lidinfo_naam a:hover
{
    text-decoration: underline;
}

.verbanden_leden_row_lidinfo_functie
{
    font-size: 13px;
	font-weight: bold;
    color: #333333;
	position: absolute;
	top: 0px;
	right: 15px;
	
	z-index: 40;
   /*
    position: absolute;
    top: 0px;
	right: 0px;
    height: 20px;
    display: block;
    text-align: right;
    z-index: 20;*/
}

.verbanden_leden_row_lidinfo_block1
{
    position: relative;
    z-index: 20;
    top: 3px;
    height: 50px;
    display: block;
}

  .verbanden_leden_row_lidinfo_block1 a
, .verbanden_leden_row_lidinfo_block1 a:link
, .verbanden_leden_row_lidinfo_block1 a:visited
, .verbanden_leden_row_lidinfo_block1 a:active
{
    color: #000;
    text-decoration: none;
}

.verbanden_leden_row_lidinfo_block1 a:hover
{
    text-decoration: underline;
}

.verbanden_leden_row_lidinfo_block2
{
    position: absolute;
    bottom: 0px;
    height: 70px;
    width: 450px;
    display: block;
    text-align: right;
	color: #888888;
    z-index: 10;
}

/*------------------------
   Gastenboek
------------------------*/

.gastenboek_header_container
{
    position: relative;
    width: 600px;
    height: 24px;
    background-color: #e4e6e8;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.gastenboek_bericht
{
    width: 560px;
    min-height: 80px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.gastenboek_header_naam
{
    position: absolute;
    left: 20px;
    top: 4px;
    width: 100px;
    font-weight: bold;
    overflow: hidden;
}

  .gastenboek_header_naam a
, .gastenboek_header_naam a:link
, .gastenboek_header_naam a:active
, .gastenboek_header_naam a:visited
{
    color: #000;
    text-decoration: none;
}

.gastenboek_header_naam a:hover
{
    text-decoration: underline;
}

.gastenboek_header_datum
{
    position: absolute;
    top: 4px;
    left: 130px;
    
}
