
/*Die Definition der text-Klasse muss mit der Definition bodytext in style.css uebereinstimmen !  */

/*---------------- htmlarea rte-Stile -----------------------------*/

.text {
  font-family: normal 12px verdana, helvetica, arial, geneva, Sans-Serif;
  color: #000000;
  color: #464646;
  margin-left: 4px;
  margin-right: 4px;
  line-height: 1.4em;
}
  
span.text {
  font-family: normal 12px verdana, helvetica, arial, geneva, Sans-Serif;
  color: #000000;
  color: #464646;
  line-height: 1.4em;
}

.author {
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  line-height: 1.4em;
  color: #660000;
}

span.author {
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  color: #660000;
}

.zitat {
  font-size:12px;
  font-style:italic;
  margin-left: 20px;
  margin-right: 5px;
  line-height: 1.4em;
  color: #232425;
  color: #464646;
}

span.zitat {
  font-size:12px;
  font-style:italic;
  margin-left: 0px;
  color: #232425;
  color: #464646;
}

