\documentclass[a4paper,11pt]{article}
\usepackage{CAR}
\begin{document}


\setcounter{footnote}{0}
\setcounter{figure}{0}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FOR THE EDITOR
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\Abschnitt
% Name der Rubrik
{Rubrik}
% Name der Rubrik (Inhaltsverzeichnis)
{Rubrik}
% Label fuer die Rubrik
{rubrik}

\vspace{3mm}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FOR THE AUTHORS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\Aufsatz
% Title
{Title of the article}
% Short title for the table of contents
{Short title}
% Authors
{M. Name, S. Author}
% Label of authors' names
{NameAuthor}
% Names and adresses
{M. Name, University of ...\\ S. Author, University of ...}
% Images of authors
{m_name.jpg, s_author.jpg}
% E-Mails
{m.name@email.de,s.author@email.de}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IF ENGLISH:
%\begin{otherlanguage}{english}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\vspace{3mm}
\begin{multicols}{2}
\noindent

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% WRITE YOUR ARTICLE BELOW 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% The command \Ueberschrift{Title}{label} produces a section
\Ueberschrift{Introduction}{intro}

% The command \Ueberschriftu{Title} produces a subsection
\Ueberschriftu{A subsection}

%%% For figures
%\begin{figurehere}
%  \centering
%  \includegraphics[width=\columnwidth]{Abbildung}
%  \caption{First figure of this article.\label{abb_1}}
%\end{figurehere}


%
% C
% O
% N
% T
% E
% N
% T
%
% H
% E
% R
% E
%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Literature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{thebibliography}{1}
\itemsep=0cm plus 0pt minus 0pt


\bibitem{mn97}
Max Mustermann und Hans Niemand,
\newblock {\em Example of a Book},
\newblock Springer-Verlag, 1997.


\end{thebibliography}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{multicols}


%%% IF ENGLISH:
%\end{otherlanguage}
%%%


\end{document}