% This is only a sample file.  Some macros don't do anything and
% others only provide barely any layout.  However, it can be adjusted
% for your organisation to provide a nice page with header, footer and
% whatnot, if you like.

\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{dtaus}

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\ProcessOptions
\LoadClass[11pt, a4paper]{article}

\RequirePackage[latin1]{inputenc}
\RequirePackage[T1]{fontenc}
\RequirePackage{german}

\thispagestyle{empty}

\newcommand{\header}{}

\newcommand{\footer}{}

\newcommand{\headline}[1]{\centerline{\LARGE\textbf{#1}}\vspace{1cm}}

\newcommand{\subheadline}[1]{\centerline{\Large\textbf{#1}}\vspace{0.7cm}}

\newcommand{\tabline}[2]{#1 \dotfill & #2\\}

\newcommand{\signature}{%
\hrulefill

Ort, Datum \hfill Unterschrift
}
