/* ---( 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.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;
  color: #999;
}
table.Tabel_normaal td, table.normal td, table.table_normaal td {
  vertical-align: top;
  font-size: 12px;
  margin: 0;
  padding: 5px 10px;
  margin: 0px;
  vertical-align: top;
  border: #999 1px solid;
}
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;
  color: #000;
  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 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;
}
/* ---( overwrite tinymce styles)----------------------------- */
#editorbody {
	font-size: 12px;
	line-height: normal;
}
