\listfiles
\documentclass[
fontsize=12pt,
DIV=12,
bibliography=totoc,
% headinclude=false,
% footinclude=false,
% headsepline,
% footsepline,
ngerman,
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
% Layout
\usepackage[automark]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\ihead{\headmark}
\ohead{Name}
\cfoot{\pagemark}
\newpagestyle{Kapitel}{}{%
{\clearscrheadfoot}
{\cfoot{\pagemark}}
}
\renewcommand*{\chapterpagestyle}{Kapitel}
\usepackage{blindtext}
\begin{document}
\tableofcontents
\blinddocument
\blinddocument
\end{document}Sepp.-

