/* ------------------------------------------------------
   styling used in the patmos editor thickbox iframe
------------------------------------------------------  */

.redactie ol li  {
  list-style-type:decimal;
  margin:auto;
}

.redactie ul {
  background: #f7fbfb;
  list-style: none;
  }
.redactie ul li {
  color: black;
  background-image: url('/components/images/bullet.gif');
  background-repeat: no-repeat;
  padding-left: 20px;
  }


/* ------------------------------------
   rich text gets an extra class
-------------------------------------  */

.redactie p{
 margin:0px 0px 7px 0px;
 }

.redactie {
 margin:0px 0px 5px 0px;
 line-height: 130%;
 }
