/** These styles are used in the backend editor AND in your Theme. **/
.img-cell {
	padding: 0;
    margin-bottom: 20px;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.cell-pic {
  display: table-cell;
  /** border: 3px solid #45a12a; **/
}
.cell-pic img {
  display: block;
  width: 100%;
  height: auto; !important;
  border: 0 !important;
}
.noborder {
  border: 0 !important;
}
.img-cell .alignnone {
	width: 100%;
}
.schrift-rot {
    color: #800000 !important;
}