div#page_content table {
    text-align : center;
    margin-left: auto;
    margin-right: auto;
}

/** span om de secretaris te alignen **/
.organogram_secretaris_alignment{
    width: 80px;    
    border  : 0px solid #E8E6ED;
    /** padding-left : 195px;**/
    text-align : center;
}

/** box vd Secretaris **/
.organogram_secretaris {
    padding : 10 10 10 10;
    height  : 30px;
    width   : 80px;  
    border  : 1px solid #E8E6ED;
    border-bottom: 3px solid #E8E6ED;
    border-right: 3px solid #E8E6ED;
    background-color  : #64A803;
    font-weight: bold;        
    color: #FFF;
}

/** boxes vd Stafafdelingen **/
.organogram_staf {
    padding : 10 10 10 10;
    height  : 30px;
    width   : 80px;   
    border  : 1px solid #E8E6ED;
    border-bottom: 3px solid #E8E6ED;
    border-right: 3px solid #E8E6ED;
    background-color :  #64A803; 
}

.organogram_staf a,
.organogram_hoofd a,
.organogram_afdeling a {
    color: #FFF;
}

/** Boxes voor HoofdAfdelingen*/
.organogram_hoofd {
    padding : 10 10 10 10;
    height  : 30px;
    width   : 80px;   
    border  : 1px solid #E8E6ED;
    border-bottom: 3px solid #E8E6ED;
    border-right: 3px solid #E8E6ED;
    background-color  : #64A803;
    text-align:center;
        text-decoration: none;
}

/** Boxes voor organogram_afdeling*/
.organogram_afdeling{
    padding : 10 10 10 10;
    height  : 30px;
    width   : 80px;    
    border  : 1px solid #E8E6ED;
    border-bottom: 3px solid #E8E6ED;
    border-right: 3px solid #E8E6ED;
    background-color  : #64A803;
    text-align:center;
}

/** verbindingslijnen kleuren **/
.organogram_lijn1{
    /*border-color : #DEE2E0 !important;*/
    border-color : #E8E6ED !important;
}

div.organogram_lijn1 div.organogram_lijn1 {
    width: 52px !important;
    _width: 54px !important;
}

.organogram_lijn2{
   background-color : #E8E6ED;
}

#organogram_plus {
    height: 100%;
    width: 100% !important;
}

#organogram_plus td {
    height: 50px;
}

#organogram_plus td.organogram_lijn2 {
    height: 1px;
}
