

/* Text */
.ce_text {
  line-height: 1.5em;
  font-size: 13px;
}

/* Listing */
.ce_list ul {
  margin: 0;
  padding: 0;
}
.ce_list li {
  margin: 0 0 0 22px;
  padding: 0;
  line-height: 1.4em;
}
* html .ce_list li {
  margin: 0 0 0 26px;
}
*:first-child+html .ce_list li {
  margin: 0 0 0 26px;
}

/* Table */
.ce_table table {
  border-left: 1px solid #cccccc;
}
.ce_table td {
  padding: 2px 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.ce_table th {
  padding: 2px 8px;
  background-color: #e6e6e6;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* Image gallery */
.ce_gallery table {
  width: 100%;
}
.ce_gallery td {
  text-align: center;
  vertical-align: middle;
}

/* Download */
html>body .mime_icon {
  top: -1px;
  position: relative;
}
/* Style f?r den Akkordion Inhalt */
.ce_accordion div.accordion > div {
    margin-bottom:20px;
    padding-top:10px;
}
 
/* Style des zugeklappten Akkordion-Togglers */
.ce_accordion div.toggler {
    margin-bottom:3px;
    padding:0 10px;
    color:#47a1d9;
}
 
/* Style f?r das aufgeklappte Akkordion */
.ce_accordion div.active {
    padding:0 10px;
    color:#424242;
}
 
/* Style f?r den Mouseover-Effekt */
.ce_accordion div.hover {
    text-decoration:none;
    background:#47a1d9;
    cursor:pointer;
    color:#FFFFFF;
}

div.ce_text ul li {
 list-style-type: none;
 list-style-image: url(http://www.berliner-mediationstag.de/files/Layout/images/list_style_image.gif);  
 margin-left: 30px;
}

div.ce_text ol li {
 list-style-type: none;
 list-style-image: url(http://www.berliner-mediationstag.de/files/Layout/images/list_style_image.gif);  
 margin-left: 30px;
}


