
.img_left {
   float: left;
   margin-right: 10px;
}

.img_right {
   float: right;
   margin-left: 10px;
}

.quellenangabe {
   font-size: 10px;
   font-style: italic;
   color: #666 !important;
}

.hervorgehoben {
   font-weight: bold;
   color: #99B4CC;
}


.mceContentBody h1 {
   color: #702080;
   font-weight: normal;
   font-size: 26px;
   line-height: 30px;
   margin-top: 12px;
   /* margin-bottom: 20px; */
   margin-bottom: 12px;
}

.mceContentBody h2 {
   color: #99B4CC;
   font-weight: normal;
   font-size: 18px;
   line-height:22px;
   padding-top: 14px; 
   margin-bottom: 4px;
}

.mceContentBody h3 {
   color: #702080;
   font-weight: bold;
   font-size: 12px;
   padding-top: 14px;
   margin-top: 10px;
   margin-bottom: 4px;
}

.mceContentBody a {
   color: #702080;
   font-weight: normal;
}

.mceContentBody strong {
   font-weight: bold;
   color: #444;
}


#body .mceContentBody ul {
   list-style-position: outside;
   overflow: auto;
   padding-left: 20px;
}

.mceContentBody ul li {
   margin-bottom: 10px;
   margin-left: 15px;
   line-height: 15px;
   list-style-image: url(gfx/listdot-redsquare.gif);
}

.mceContentBody p *,
.mceContentBody p {
   line-height: 15px;
}




