/* algemene definities */
* {
    font-family: arial, sans-serif;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #000000;
}


h1 {
    color: #4a5c38;
    font-size: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 1em;
}


h2 {
    color: #4a5c38;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .8em;
}

h3 {
    color: #4a5c38;
    font-size: 1em;
    margin-top: .8em;
    margin-bottom: .2em;
}

a {
    text-decoration: underline;
    color: #81C142;
}

a:hover {
    color: #4a5c38;
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 1.5em;
}

p.inleiding {
    color: #4A5C38;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p.relpad {
    margin-top: 1.1em;
    color: #81C142;
    margin-bottom: 1.1em;
}

hr {
    color: #4A5C38;
    background-color: #4A5C38;
    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/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/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/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/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/back_logo.gif");
    background-repeat: no-repeat;
    background-position: right top;
}

#onderfoto {
    position: relative;
    width: 202px;
    height: 91px;
    background-color: #E6E6E6;
    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: #000000;

    margin: 0px;
    padding-top: 142px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    text-align: right;
    z-index: 1;
    /*background-image: url("../images/vorm_lijn.gif");
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

#ondermenu2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 100%;
    background-color: #000000;
/*    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 #81C142 solid;
    text-align: center;
}

#navbar2 td {
    border-top: 6px #669933 solid;
    text-align: center;
}

#navbar1 a,#navbar2 a {
    font-size: .7em;
    text-decoration: none;
}
#navbar1 a { color: #000000; }
#navbar2 a { color: #4A5C38; }

#navbar1 a:hover,#navbar2 a:hover { text-decoration: underline; }



/* zoek formulier */

#zoekdiv {
    position: absolute;
    left: 0px;
    top: 91px;
    width: 202px;
    height: 20px;
    background-color: #FFFFFF;
    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: #FFFFFF;
    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/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/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/li_kinderen.gif");
}

#gerelateerd ul {
    margin-left: 20px;
    padding-top: 6px;
    list-style-image: url("../images/li_gerelateerd.gif");
}



/* content */
#content {
    position: relative;
    width: 549px; /*560px; */
    font-size: .7em;

    float: right;

    margin-right: 6px;
}

#content td {
    font-size: .7em;
}


/* Table */
table {
    color: #4a5c38;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 2px #FFFFFF solid;
    border-collapse: collapse;
}

tr td {
    vertical-align: top;
    padding: 2 px;
    margin: 0px;
    border: none;

}
table td p {
    margin: 0px;
}

/* content tabel */
.contenttable {
    color: #4a5c38;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 2px #FFFFFF solid;
}

table.contenttable tr td, .contenttable tr td {
    vertical-align: top;
    padding: 2 px;
    margin: 0px;
    border: none;
}
.contenttable td p {
    font-weight: none;
    margin: 0px;
}

.contenttable th {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    background-color: #ffffff;
    color:black;
    vertical-align: top;
    padding: 2px;
}

.contenttable table {
   font-size: 1em;
   white-space:normal;
}

.contenttable a {
    color: #81c142;
   /* color:black;*/
    font-weight: bold;
}
.contenttable a:hover {
    text-decoration:underline;
}

.contenttable .even {   background-color: #FFFFFF; }
.contenttable .odd {    background-color: #D2D6CD; }

.contenttable .last {
    background-image: url("../images/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/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: #4A5C38;
    background-color: #D2D6CD;
    border-bottom: 1px solid #FFFFFF;
}

.contenttable .bold {
    font-weight: bold;
    color: #81c142;
}

.contenttable .sublabel {
    font-weight: normal;
    color: #2B361D;
    padding-left: 5px;
    background-color: #EEF2EC;
    border-bottom: 1px solid #FFFFFF;
}


.contenttable .label_telefoonlijst {
    font-weight: bold;
    color:black;
    background-color: none;
    border-bottom: 1px solid #FFFFFF;

}

.contenttable .bold_telefoonlijst  {
    font-weight: bold;
    color:black;
}

.contenttable .sublabel_telefoonlijst  {
    font-weight: normal;
    color:black;
	 padding-left: 5px;
    background-color: none;
    border-bottom: 1px solid #FFFFFF;
}

.contenttable .label_smoelenboek{
    color: black;
}  


.contenttable .label_smoelenboek a {
    font-weight: normal;
    color:black;
    background-color: none;
    border-bottom: 1px solid #FFFFFF;

}

.contenttable .bold_smoelenboek  {
    font-weight: bold;
    color:black;
}

.contenttable .sublabel_smoelenboek  {
    font-weight: normal;
    color:black;
	 padding-left: 5px;
    background-color: none;
    border-bottom: 1px solid #FFFFFF;
}

.content_link {
   color: black;
}



/* smoelenboek / wie is wie*/

.smoelenboekhoofdgegevens {
    background-color: none;
    font-weight: bold;
    font-size: 11px;
    border-bottom: 1px solid #FFFFFF;
    color:black;
    height:15px;
}


.auteur
{
	width: 20%;
	max-width: 35%;
}