/* ---( images )----------------------------- */
img.Afbeelding_normaal, img.normal, img.image_normaal {
    display                 : inline;
    border                  : none;
    margin                  : 1em 0;
}

img.Afbeelding_links, img.left, img.image_links {
    display                 : inline;
    border                  : none;
    float                   : left;
    margin                  : 0 1.2em 1em 0;
}

img.Afbeelding_rechts, img.right, img.image_rechts {
    display                 : inline;
    border                  : none;
    float                   : right;
    margin                  : 0 0 1em 1.2em;
}

img.image_gecentreerd {
    margin                  : 0 auto 0 auto;
}

img.Afbeelding_rand, img.normal_border, img.image_met_rand {
    display                 : inline;
    border                  : 1px solid #000000;
}

img.Afbeelding_normaal_geenmarge, img.normal_nomargin, img.image_normaal_geen_marge {
    display                 : inline;
    margin                  : 0;
    border                  : none;
}

img.Afbeelding_links_rand, img.left_border, img.image_links_met_rand {
    display                 : inline;
    float                   : left;
    margin                  : 0 1.2em 1em 0;
    border                  : 1px solid #000000;
}

img.Afbeelding_rechts_rand, img.right_border, img.image_rechts_met_rand {
    display                 : inline;
    float                   : right;
    margin                  : 0 0 1em 1.2em;
    border                  : 1px solid #000000;
}

img.image_gecentreerd_met_rand {
    display                 : block;
    margin                  : 0 auto 0 auto;
    border                  : 1px solid #000000;
}

img.image_gecentreerd {
    display                 :  block;
    margin                  : 0 auto 0 auto;
}


/* ---( tables )----------------------------- */
table.Tabel_kaal, table.plain, table.table_kaal {
    border-collapse         : collapse;
}

table.Tabel_kaal th, table.plain th, table.table_kaal th {
    text-align              : left;
    font-size               : 12px;
    vertical-align          : top;
}

table.Tabel_kaal td, table.plain td, table.table_kaal td {
    vertical-align          : top;
    font-size               : 12px;
    padding                 : 0;
    margin                  : 0;
}

table.Tabel_normaal, table.normal, table.table_normaal {
    border-collapse         : collapse;
}

table.Tabel_normaal th, table.normal th, table.table_normaal th {
    vertical-align          : top;
    font-size               : 12px;
    padding                 : 5px 10px;
}

table.Tabel_normaal td, table.normal td, table.table_normaal td {
    vertical-align          : top;
    font-size               : 12px;
    padding                 : 5px 10px;
    margin                  : 0px;
    vertical-align          : top;
    border                  : 1px solid #999999;
}

table.Tabel_normaal_geenrand, table.normal_noborder, table.table_normaal_geen_rand {
    border                  : none;
    border-collapse         : collapse;
}

table.Tabel_normaal_geenrand th, table.normal_noborder th, table.table_normaal_geen_rand th {
    vertical-align          : top;
    font-size               : 12px;
    padding                 : 5px 10px;
    border                  : none;
}

table.Tabel_normaal_geenrand td, table.normal_noborder td, table.table_normaal_geen_rand td {
    font-size               : 12px;
    padding                 : 5px 10px;
    margin                  : 0px;
    vertical-align          : top;
    border                  : none;
}

table.table_normaal_geen_rand_geen_marge_links {
    border-collapse         : collapse;
}

table.table_normaal_geen_rand_geen_marge_links th {
    vertical-align          : top;
    font-size               : 12px;
    padding                 : 5px 10px 5px 0px;
    border                  : none;
}

table.table_normaal_geen_rand_geen_marge_links td {
    vertical-align          : top;
    font-size               : 12px;
    margin                  : 0;
    padding                 : 5px 10px 5px 0px;
    vertical-align          : top;
    border                  : none;
}

/* ---( table cells )----------------------------- */
td.Tabelcel_links, td.left, td.tablecell_links {
    text-align              : left;
}

td.Tabelcel_gecentreerd, td.center, td.tablecell_gecentreerd {
    text-align              : center;
}

td.Tabelcel_rechts, td.right, td.tablecell_rechts {
    text-align              : right;
}

td.tablecell_nowrap {
    white-space             : nowrap;
}

td.tablecell_geen_marge {
    padding                 : 0px !important;
}

td.tablecell_geen_marge_links {
    padding-left            : 0px !important;
}

td.tablecell_geen_marge_rechts {
    padding-right           : 0px !important;
}


/* ---( overwrite tinymce styles)----------------------------- */
/*#editorbody {
    font-size: 12px;
    line-height: normal;
}*/
