@font-face {
    font-family: 'CharterEF-BoldRegular';
    src: url('charteref-bold-webfont.eot');
    src: url('charteref-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('charteref-bold-webfont.woff') format('woff'),
         url('charteref-bold-webfont.ttf') format('truetype'),
         url('charteref-bold-webfont.svg#CharterEF-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CharterEF-Regular';
    src: url('charteref-regular-webfont.eot');
    src: url('charteref-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('charteref-regular-webfont.woff') format('woff'),
         url('charteref-regular-webfont.ttf') format('truetype'),
         url('charteref-regular-webfont.svg#CharterEF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.rteContent,
body.mceContentBody{
  font-family:'CharterEF-Regular', "Times New Roman", Times, serif;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  line-height:16px;
}
.rteContent h1,
body.mceContentBody h1{
  font-family:'CharterEF-BoldRegular', "Times New Roman", Times, serif;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:20px;
  line-height:24px;
  margin:0px;
  font-weight:normal;
}
.rteContent h2,
body.mceContentBody h2{
  font-family:'CharterEF-BoldRegular', "Times New Roman", Times, serif;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  line-height:16px;
  margin:0px;
  font-weight:normal;
}
#RightColumn #TitelBox .rteContent{
  font-family:Arial, Helvetica, sans-serif;
  color:#00aeef;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
}
.rteContent p,
body.mceContentBody p,
#TitelBox p,
#Legende p{
  margin:0px;
}
#Legende .rteContent p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:15px;
  color:#000;
}
.rteContent a,
body.mceContentBody a{
  color:#00aeef!important;
  text-decoration:none!important;
}