Kalendervorlage 2015
Hallo,
ich erstelle mir gerade eine Kalendervorlage für 2015 und habe folgendes Anliegen. Ich würde gerne Geburtstage einpflegen. Dazu sollen in der linken Spalte an einem Tag jeweils ein Text (Name) und in der rechten gffs. ein Bild reingesetzt werden. Das ganze wird eine Art eihnachtsgeschenk und dann selbst gedruckt.
Bsp. siehe der 18.02.
\documentclass[11pt]{scrartcl}
\usepackage[german, english]{babel}%
\usepackage[labelformat=empty]{caption}
\usepackage{fontspec}{}%
\usepackage{libertine}
\usepackage{tikz}
\usepackage{tabularx}
\hbadness 20000
\hfuzz=1000pt
\vbadness 20000
\lineskip 0pt
\marginparwidth 0pt
\oddsidemargin -2cm
\evensidemargin -2cm
\marginparsep 0pt
\topmargin 0pt
\textwidth 8in % orig: 7.5in
\textheight 9.5in
\newlength{\cellwidth}
\newlength{\cellheight}
\newlength{\boxwidth}
\newlength{\boxheight}
\newlength{\cellsize}
\newcommand{\myday}[1]{}
\newcommand{\caldate}[6]{}
\newcommand{\nocaldate}[6]{}
\newcommand{\calsmall}[6]{}
%
\usepackage{hfoldsty}{}%
%\usepackage[svgnames]{xcolor}
\newcommand{\karos}[2]{
\begin{tikzpicture}
\draw[dotted, step=0.6cm,color=black] (0,0) grid (#1 cm ,#2 cm);
\end{tikzpicture}}
\newcommand{\liniert}[2][1.3]{%
\begin{tikzpicture}
\foreach \n in {0,...,#2}{ %
\draw[dotted, color=gray, text=black] (0 ,#1*\n ) -- (\textwidth,#1*\n );}
%\draw[color=black, text=black] (\textwidth, 0 cm) -- (\textwidth, #1 cm);
\end{tikzpicture}
}
\newcommand{\singlevline}[1]{%
\begin{center}
\begin{tikzpicture}
\draw[color=black, text=black] (\textwidth, 0 cm) -- (\textwidth, #1 cm);
\end{tikzpicture}
\end{center}
}
\usepackage{xhfill}{}%
\textwidth 6.5in{}%
\textheight 10.5in{}%
\oddsidemargin 0in{}%
\evensidemargin 0in{}%
\usepackage{setspace}{}%
\newcommand\myhrulefill[2][0pt]{\leavevmode\leaders\hrule height #2 depth #1\hfill\kern0pt}
\begin{document}{}%
%}
%\newpage
\thispagestyle{empty}
\vspace*{-1.5in}
\begin{flushright}{}
\textsc{Max Mustermanns Kalender}\vspace*{-0.5in}
\end{flushright}{}
\rule[0mm]{0mm}{2cm}
\renewcommand{\arraystretch}{0.9}
\setlength{\tabcolsep}{0.9mm}
\begin{center}
\Huge\textbf{Jahres\"ubersicht\\2015} \\
\end{center}
\hspace*{8mm}
\begin{figure}[h!]
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Januar}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & 1 & 2 & 3 & 4\\
5 & 6 & 7 & 8 & 9 & 10 & 11\\
12 & 13 & 14 & 15 & 16 & 17 & 18\\
19 & 20 & 21 & 22 & 23 & 24 & 25\\
26 & 27 & 28 & 29 & 30 & 31 & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Februar}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & & & & 1\\
2 & 3 & 4 & 5 & 6 & 7 & 8\\
9 & 10 & 11 & 12 & 13 & 14 & 15\\
16 & 17 & 18 & 19 & 20 & 21 & 22\\
23 & 24 & 25 & 26 & 27 & 28 & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{M\"arz}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & & & & 1\\
2 & 3 & 4 & 5 & 6 & 7 & 8\\
9 & 10 & 11 & 12 & 13 & 14 & 15\\
16 & 17 & 18 & 19 & 20 & 21 & 22\\
23 & 24 & 25 & 26 & 27 & 28 & 29\\
30 & 31 & & & & & \\
\end{tabular}
\end{minipage}
\end{figure}
\begin{figure}[h!]
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{April}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & 1 & 2 & 3 & 4 & 5\\
6 & 7 & 8 & 9 & 10 & 11 & 12\\
13 & 14 & 15 & 16 & 17 & 18 & 19\\
20 & 21 & 22 & 23 & 24 & 25 & 26\\
27 & 28 & 29 & 30 & & & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Mai}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & & 1 & 2 & 3\\
4 & 5 & 6 & 7 & 8 & 9 & 10\\
11 & 12 & 13 & 14 & 15 & 16 & 17\\
18 & 19 & 20 & 21 & 22 & 23 & 24\\
25 & 26 & 27 & 28 & 29 & 30 & 31\\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Juni}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
1 & 2 & 3 & 4 & 5 & 6 & 7\\
8 & 9 & 10 & 11 & 12 & 13 & 14\\
15 & 16 & 17 & 18 & 19 & 20 & 21\\
22 & 23 & 24 & 25 & 26 & 27 & 28\\
29 & 30 & & & & & \\
\end{tabular}
\end{minipage}
\end{figure}
\begin{figure}[h!]
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Juli}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & 1 & 2 & 3 & 4 & 5\\
6 & 7 & 8 & 9 & 10 & 11 & 12\\
13 & 14 & 15 & 16 & 17 & 18 & 19\\
20 & 21 & 22 & 23 & 24 & 25 & 26\\
27 & 28 & 29 & 30 & 31 & & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{August}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & & & 1 & 2\\
3 & 4 & 5 & 6 & 7 & 8 & 9\\
10 & 11 & 12 & 13 & 14 & 15 & 16\\
17 & 18 & 19 & 20 & 21 & 22 & 23\\
24 & 25 & 26 & 27 & 28 & 29 & 30\\
31 & & & & & & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{September}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& 1 & 2 & 3 & 4 & 5 & 6\\
7 & 8 & 9 & 10 & 11 & 12 & 13\\
14 & 15 & 16 & 17 & 18 & 19 & 20\\
21 & 22 & 23 & 24 & 25 & 26 & 27\\
28 & 29 & 30 & & & & \\
\end{tabular}
\end{minipage}
\end{figure}
\begin{figure}[h!]
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Oktober}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & 1 & 2 & 3 & 4\\
5 & 6 & 7 & 8 & 9 & 10 & 11\\
12 & 13 & 14 & 15 & 16 & 17 & 18\\
19 & 20 & 21 & 22 & 23 & 24 & 25\\
26 & 27 & 28 & 29 & 30 & 31 & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{November}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& & & & & & 1\\
2 & 3 & 4 & 5 & 6 & 7 & 8\\
9 & 10 & 11 & 12 & 13 & 14 & 15\\
16 & 17 & 18 & 19 & 20 & 21 & 22\\
23 & 24 & 25 & 26 & 27 & 28 & 29\\
30 & & & & & & \\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{0.3\textwidth}
\centering
\captionabove{\large\textit{Dezember}}
\begin{tabular}{ccccc|cc||}
\textbf{Mo} & \textbf{Di} & \textbf{Mi} & \textbf{Do} & \textbf{Fr} & \textbf{Sa} & \textbf{So} \\
\hline
& 1 & 2 & 3 & 4 & 5 & 6\\
7 & 8 & 9 & 10 & 11 & 12 & 13\\
14 & 15 & 16 & 17 & 18 & 19 & 20\\
21 & 22 & 23 & 24 & 25 & 26 & 27\\
28 & 29 & 30 & 31 & & & \\
\end{tabular}
\end{minipage}
\end{figure}
%\hspace*{10mm}
%\end{document}
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Dezember\,2014\,\textbar\,Januar\,2015}, Woche\,1}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \normalsize \textit{Neujahr}~\myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Januar\,2015}, Woche\,2}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Januar\,2015}, Woche\,3}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Januar\,2015}, Woche\,4}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Januar / Februar\,2015}, Woche\,5}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Februar\,2015}, Woche\,6}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Februar\,2015}, Woche\,7}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Februar\,2015}, Woche\,8}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \normalsize \textit{\textcolor{red}{}}~ \myhrulefill{0.5pt}~%
}
%\\%% end parbox
%\\%
%
%
\parbox[t]{\textwidth}{
\singlevline{2.1}\hfill
\begin{tikzpicture}
\draw[red,fill=red] (0,0) .. controls (0,0.75) and (-1.5,1.00) .. (-1.5,2) arc (180:0:0.75) -- cycle; (1 cm)
\draw[red,fill=red] (0,0) .. controls (0,0.75) and ( 1.5,1.00) .. ( 1.5,2) arc (0:180:0.75) -- cycle; (1 cm)
\end{tikzpicture}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Februar / M\"arz\,2015}, Woche\,9}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{M\"arz\,2015}, Woche\,10}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{M\"arz\,2015}, Woche\,11}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{M\"arz\,2015}, Woche\,12}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{M\"arz\,2015}, Woche\,13}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{M\"arz / April\,2015}, Woche\,14}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \normalsize \textit{\textcolor{red}{Karfreitag}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{April\,2015}, Woche\,15}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \normalsize \textit{\textcolor{red}{Ostermontag}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{April\,2015}, Woche\,16}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{April\,2015}, Woche\,17}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{April / Mai\,2015}, Woche\,18}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \normalsize \textit{\textcolor{red}{Tag der Arbeit}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Mai\,2015}, Woche\,19}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Mai\,2015}, Woche\,20}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \normalsize \textit{\textcolor{red}{Christi Himmelfahrt}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Mai\,2015}, Woche\,21}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Mai\,2015}, Woche\,22}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \normalsize \textit{\textcolor{red}{Pfingstmontag}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juni\,2015}, Woche\,23}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \normalsize \textit{\textcolor{red}{Fronleichnam}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juni\,2015}, Woche\,24}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juni\,2015}, Woche\,25}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juni\,2015}, Woche\,26}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juni / Juli\,2015}, Woche\,27}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juli\,2015}, Woche\,28}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juli\,2015}, Woche\,29}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juli\,2015}, Woche\,30}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Juli / August\,2015}, Woche\,31}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{August\,2015}, Woche\,32}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{August\,2015}, Woche\,33}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{August\,2015}, Woche\,34}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{August\,2015}, Woche\,35}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{August / September\,2015}, Woche\,36}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{September\,2015}, Woche\,37}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{September\,2015}, Woche\,38}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{September\,2015}, Woche\,39}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{September / Oktober\,2015}, Woche\,40}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \normalsize \textit{\textcolor{red}{Tag der Deutschen Einheit}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Oktober\,2015}, Woche\,41}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Oktober\,2015}, Woche\,42}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Oktober\,2015}, Woche\,43}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Oktober / November\,2015}, Woche\,44}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \normalsize \textit{\textcolor{red}{Allerheiligen}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{November\,2015}, Woche\,45}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{November\,2015}, Woche\,46}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{November\,2015}, Woche\,47}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{November\,2015}, Woche\,48}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{November / Dezember\,2015}, Woche\,49}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 1 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 2 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 3 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 4 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 5 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 6 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Dezember\,2015}, Woche\,50}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 7 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 8 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 9 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 10 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 11 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 12 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 13 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Dezember\,2015}, Woche\,51}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 14 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 15 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 16 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 17 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 18 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 19 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 20 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Dezember\,2015}, Woche\,52}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 21 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 22 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 23 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 24 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 25 } \end{spacing}} \hspace{1cm}~ \textbf{\large Freitag}~ \normalsize \textit{\textcolor{red}{1.\,Weihnachtstag}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 26 } \end{spacing}} \hspace{1cm}~ \textbf{\large Samstag}~ \normalsize \textit{\textcolor{red}{2.\,Weihnachstag}}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 27 } \end{spacing}} \hspace{1cm}~ \textbf{\large Sonntag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
\newpage
\pagestyle{empty}{}%
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ \textbf{Dezember\,2015}, Woche\,53}\vspace*{-0.5in}%
%
\end{flushright}{}%
\parbox[l]{\textwidth}{
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 28 } \end{spacing}} \hspace{1cm}~ \textbf{\large Montag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
\rule[0mm]{0mm}{2cm}}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 29 } \end{spacing}} \hspace{1cm}~ \textbf{\large Dienstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 30 } \end{spacing}} \hspace{1cm}~ \textbf{\large Mittwoch}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\parbox[t]{\textwidth}{%
\textbf{\Huge \begin{spacing}{0.5}{ 31 } \end{spacing}} \hspace{1cm}~ \textbf{\large Donnerstag}~ \myhrulefill{0.5pt}~%
}% end parbox
%\\%
%
\\%
\noindent\parbox[t]{\textwidth}{%
\singlevline{2.1}
}% end parbox
%\\%
%
%
}% end parbox
%
%\rule[0mm]{0mm}{2cm}
}% end parbox
\\%
} % end week_parbox
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\karos{16}{24}
% % ==========================================================================================
% % ==========================================================================================
\newpage
\vspace*{-1.5in}%
\begin{flushright}{}%
\textsc{ Notizen}\vspace*{-0.5in}%
%
\end{flushright}{}%
\rule[0mm]{0mm}{2cm}% end parbox
\\%
\liniert{19}
% % ==========================================================================================
% % ==========================================================================================
% % ==========================================================================================
\end{document}