Code:
\documentclass[]{scrartcl}
\usepackage{cook}
\usepackage[T1]{fontenc}
\usepackage{longtable}

\newcommand\kochbuchauthor{Dan}
%\newcommand\kochbuchurl{http://sourceforge.net/p/chilicookbook}
\newcommand\kochbuchurl{\href{http://sourceforge.net/p/chilicookbook}{\nolinkurl{http://sourceforge.net/p/chilicookbook}}}
\newcommand\kochbuchtitle{Rezeptsammlung}
\newcommand\kochbuchversion{Ver.~12.02}

\newcommand{\caps}{www.Capsamania.de}

% Schriftarten für Überschriften
\usepackage{aurical}

\definecolor{darkblue}{rgb}{0,0,.5}
\usepackage[ % muss letztes Package sein!
	pdftitle={\kochbuchtitle},%
	pdfauthor={\kochbuchauthor},%
	colorlinks=true, urlcolor=darkblue, linkcolor=darkblue, bookmarksopen=true
 ]{hyperref} % 


\begin{document}

\pdfbookmark[1]{Inhaltsverzeichnis}{toc}
\tableofcontents

% Standardfarbe, -schriftart für die Überschrift
\recipecolor{C20E0F}

\recipefont{\Fontamici}

\input{./rezepte/French_Toast.tex}
\end{document}