#######################################################################
#                                                                     #
#                                                                     #
#  Your abstract (including titel, author, ...) should fit into       #
#  a box sized 160mm (textwidth) * 80mm (textheight).                 #
#  Please use normal fontsize (10pt--12pt) and standard style files   #
#  (article, report, ...).                                            #
#                                                                     #
#                                                                     #
#  For example:                                                       #
#                                                                     #
#######################################################################


\documentclass[11pt]{article}

  \pagestyle{empty}
  \parindent0pt

  \textwidth160mm
  \textheight80mm
  \oddsidemargin3mm

\begin{document}

\begin{center}
   {\Large    # ..... the titel ..... 
   }

    \medskip
   {\sc       # ..... the authors name  .....
   }\\
              # ..... the authors address .....
\end{center}

\medskip
   

              # ..... the abstract .....

\end{document}


