p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 1.5em;
}

p.inleiding {
    color: #177F71;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p.relpad {
    margin-top: 1.1em;
    color: #177F71;
    margin-bottom: 1.1em;
}

hr {
    color: #177F71;
    background-color: #177F71;
    height: 2px;
    border: 0px;
}

/* hoofd divs voor layout*/

#maindiv1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    
    padding: 0px;
    margin: 0px;

    background-image: url("../../images/wob1/back.gif");
    background-repeat: repeat-y;
    background-position: center top;
}

#maindiv2 {
    position: relative;
    width: 772px;
    /*height: 100%;*/
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    
    background-color: #FFFFFF;
    
    background-image: url("../../images/wob1/back_maindiv.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
}

#topback {
    width: 100%;
    height: 387px;

    padding: 0px;

    margin-top: 0px;
    margin-bottom: -387px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../../images/wob1/back_top.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

#botback {
    width: 100%;
    height: 5px;
    
    padding: 0px;
    
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../../images/wob1/back_bot.gif");
    background-repeat: no-repeat;
    background-position: center top;
    
    overflow: hidden;
    
}

/* elementen in de kop */

#foto {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 91px;
    z-index: 20;
}

#logo {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 91px;    
    z-index: 22;
    
    background-image: url("../../images/wob1/back_logo.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

#onderfoto {
    position: relative;
    width: 202px;
    height: 91px;
    background-color: #E8F2F1;
    z-index: 10;
}

#ondernavbar {
    position: relative;
    width: 772px;
    height: 20px;
    background-color: #FFFFFF;
    z-index: 10;
}

#ondermenu1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 388px;
    background-color: #177F71;

    margin: 0px;
    padding-top: 142px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
        
    text-align: right;
    z-index: 1;
    /*background-image: url("../../images/wob1/vorm_lijn.gif");
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

#ondermenu2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 100%;
    background-color: #177F71;
/*    border-left: 2px #FFFFFF solid;*/
    z-index: 0;
}


/* navigatie balken */
#navbar1,#navbar2 {
    position: absolute;
    
    top: 87px;
    width: 285px;
    height: 23px;
    z-index: 25;
}
#navbar1 { left: 201px; }
#navbar2 { left: 487px; }

#navbar1 td {
    border-top: 6px #177F71 solid;
    text-align: center;
}

#navbar2 td {
    border-top: 6px #1658A0 solid;
    text-align: center;
}

#navbar1 a,#navbar2 a {    
    font-size: .7em;
    text-decoration: none;
}
#navbar1 a { color: #000000; }
#navbar2 a { color: #177F71; }

#navbar1 a:hover,#navbar2 a:hover { text-decoration: underline; }



/* zoek formulier */

#zoekdiv {
    position: absolute;
    left: 0px;
    top: 91px;
    width: 202px;
    height: 20px;
    background-color: #1658A0;
    margin: 0px;
    padding: 0px;
    z-index: 15;
}

#zoekdiv form {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 18px;
}

#zoekdiv input {
    border: 0px solid;
    background-color: #1658A0;
    color: #FFFFFF;
    font-size: .7em;
    font-style : italic;
    width: 162px;
    height: 16px;
    z-index: 5;
}



/* extra navigatie */

#extranav {
    position: relative;
    float: left;
    left: 0px;
    margin-top: 200px;
    width: 202px;
    
    z-index: 10;
    text-align: right;     
}

#extranav .label {
    float: right;
    background-image: url("../../images/wob1/hoek_rt.gif");
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 16px;
    padding-right: 4px;
}

#gerelateerd,#kinderen {
    width: 100%;
    float: left;
    text-align: left;
    font-size: .7em;

    
    background-image: url("../../images/wob1/hoek_rb.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#gerelateerd a,#kinderen a { color: #FFFFFF; }

#kinderen ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("../../images/wob1/li_kinderen.gif");
}

#gerelateerd ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("../../images/wob1/li_gerelateerd.gif");
}



/* content */
#content {
    position: relative;
    width: 549px; /*560px; */
    font-size: .7em;
    
    float: right;

    margin-right: 6px;
}

#content td {
    font-size: .7em;
}


/* content tabel */
.contenttable {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 570px;
    border-bottom: 2px #1658A0 solid;
}

.contenttable td {
    vertical-align: top;
    padding: 2px;
}

.contenttable th {
    font-size: .7em;
    font-weight: bold;
    text-align: left;
    background-color: #1658A0;
    color: #FFFFFF;
    vertical-align: top;
    padding: 2px;
}

.contenttable a {       color: #000000; }
.contenttable .even {   background-color: #FFFFFF; }
.contenttable .odd {    background-color: #C5DFDC; }

.contenttable .last {
    background-image: url("../../images/wob1/hoekw_rb.gif");
    background-repeat: no-repeat;
    background-position: right bottom;    
    padding-top: 0px;
    padding-right: 0px;
}

.contenttable .lasttop {
    position: relative;
    background-image: url("../../images/wob1/hoekw_rt.gif");
    background-repeat: no-repeat;
    background-position: right top;    
    padding: 0px;
    width: 100%;    
    height: 4px;
    overflow: hidden;
    margin-bottom: -2px;
    /*border: 2px #FF0000 solid;*/
}

.contenttable .label {
    font-weight: bold;
    color: #177F71;
    background-color: #EAE6C7;
}


/* smoelenboek / wie is wie*/

.smoelenboekhoofdgegevens {
    background-color: #C5DFDC;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}