/* EFFINGERHOF AG | Druck - Verlag - Neue Medien | www.effingerhof.ch */


/************************************/
/* RTE */
/************************************/

.fett {
  font-weight: bold;
}

.kursiv {
  font-style: italic;
}

.fettkursiv {
  font-style: italic; font-weight: bold;
}

/* OldSchool, Fallback für alte Projekte */

.link_pdf {
  /*line-height: 20px;*/
  background-image: url(../bilder/pdf_link_tr.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 22px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.link_extern {
  line-height: 22px;
  background-image: url(../bilder/icon_external_link.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 22px;
  padding-bottom: 0px;
  padding-top: 2px;
}








/* Tabellen Standard Formatierung */

table.ce-table {
  border-collapse: collapse;
}

table.ce-table td {
  vertical-align: top;
  text-align: left;
  padding-left: 15px;
}

table.ce-table td:first-child {
  padding-left: 0;
}

table.ce-table td p {
  margin: 0;
}


