zuerst mal ein Minimalbeispiel meines Codes:
\documentclass{scrreprt}
\usepackage[automark,headsepline]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\cfoot{\pagemark}
\ihead{\headmark}
\ohead{\includegraphics[width=0.12\textwidth]{pics/Logo_ise.jpg}}
\automark{chapter}
\renewcommand*{\chapterpagestyle}{scrheadings}
\begin{document}
\tableofcontents
\input{vorwort}
\input{kurzfassung}
\input{abstract}
\end{document}
\chapter{Vorwort}
Vielen Dank


