Quotations are not on the komafont-list either, sorry, so you
proabably
have to change them in the similar way that Jürgen suggested
changing
the marginpars.
I would love to do that - but I do´t know how. What could I insert
instead of "marginpars"?
This will give you a smaller font (footnotesize) for quotations in the
whole document if put into the preamble:
\let\oldquotation\quotation
\renewcommand*\quotation{\oldquotation\footnotesize}
Thank you, this works, with two restirctions:
1) It works for the long quotations, but I use short ones
2) The first character in each quotations does not appear.
This is what I added:
\let\oldquotation\quotation
\renewcommand*\quotation[2][]{%
\oldquotation\footnotesize}
Best*
Jess