
/*.titel {
   font-size: x-large;
   font-weight: bold;
   color: #d28000;
   text-align: right;
}

.ueberschrift {
   font-weight: bold;
   font-size: large;
   color: #eca100;
}
.abbildung {
   font-weight: bold;
   font-size: small;
   color: #eca100;
}
.abbildungsbeschreibung {
   font-weight: bold;
   font-size: small;
}
.autor {
   font-size: small;
   font-style: italic;
}
.zeitungstitel {
   font-size: x-large;
   font-weight: bold;
   color: #d28000;
}
.artikeltitel {
   font-weight: bold;
   font-size: large;
   color: #d28000;
   text-align: right;
   margin-top: 20px;
   margin-bottom: 35px;
}
.einleitung {
   font-size: small;
   font-style: italic;
}
*/