diff --git a/teckids.sty b/teckids.sty
index d97e8976c1c7d789eaccae66a8f56f433feec7da..3e547c8a83225717a30151e4a0b9d61a6f1438bb 100644
--- a/teckids.sty
+++ b/teckids.sty
@@ -32,7 +32,7 @@
 \RequirePackage{ifpdf}
 \RequirePackage{aeguill}
 \RequirePackage[shortcuts]{extdash}
-\RequirePackage[margin=2cm]{geometry}
+\RequirePackage[margin=2cm,bottom=2cm,footskip=8mm]{geometry}
 \RequirePackage{framed}
 \ifpdf \RequirePackage[pdftex]{hyperref}
 \else  \RequirePackage[dvips,dviwindo,hypertex]{hyperref} \fi
@@ -40,6 +40,9 @@
 \RequirePackage{pxfonts}
 \renewcommand{\familydefault}{\sfdefault}
 
+\setlength{\parskip}{0.3cm}
+\setlength{\parindent}{0cm}
+
 %% Alias für die Teckids-Logo-Grafik
 \newcommand{\teckidslogo}[1][10cm]{\includegraphics[width=#1]{teckids_logo}}
 
diff --git a/teckidspubmat.cls b/teckidspubmat.cls
new file mode 100644
index 0000000000000000000000000000000000000000..238f38819894d5c909e8e1258277181470882ee2
--- /dev/null
+++ b/teckidspubmat.cls
@@ -0,0 +1,42 @@
+% Teckids e.V. - Dokumentklasse für Unterrichtsmaterial
+%-
+% Copyright © 2013
+% Dominik George <nik@naturalnet.de>
+%
+% Provided that these terms and disclaimer and all copyright notices
+% are retained or reproduced in an accompanying document, permission
+% is granted to deal in this work without restriction, including un‐
+% limited rights to use, publicly perform, distribute, sell, modify,
+% merge, give away, or sublicence.
+%
+% This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
+% the utmost extent permitted by applicable law, neither express nor
+% implied; without malicious intent or gross negligence. In no event
+% may a licensor, author or contributor be held liable for indirect,
+% direct, other damage, loss, or other issues arising in any way out
+% of dealing in the work, even if advised of the possibility of such
+% damage or existence of a defect, except proven that it results out
+% of said person's immediate fault when using the work as intended.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{teckidspubmat}
+
+\PassOptionsToPackage{paper=a4}{typearea}
+\LoadClass{scrartcl}
+
+\RequirePackage{teckids}
+
+\RequirePackage[automark]{scrpage2}
+\pagestyle{scrheadings}
+\clearscrheadings
+\clearscrplain
+\lohead{\headmark}
+\rohead{\today}
+\lofoot{\includegraphics[width=3cm]{cc-by-sa}}
+\cofoot{\footnotesize
+Lizenziert unter einer Creative Commons Namensnennung - \\
+Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz.}
+\rofoot{\teckidslogo[3cm]{}}
+
+\newcommand{\teckidspubmat}[1]{\lohead{\Large #1}}
+\newcommand{\teckidspubmatnamegroup}{\vspace{2cm}Name: \line(1,0){200}\hfill{}Klasse: \line(1,0){50}\hfill{}Gruppe: \line(1,0){50}\vspace{1cm}}