diff --git a/templates/protokoll2.cls b/templates/protokoll2.cls
index 9acc5a80f72227f1c5ea2d0d7183897bbb1263e5..75f01685b00022031bcf6a557383ef85b58a0a8b 100644
--- a/templates/protokoll2.cls
+++ b/templates/protokoll2.cls
@@ -250,3 +250,6 @@
 
 \newcommand{\PE}[2]{\textbf{Persönliche Erklärung von #1:}\\\emph{\glqq{}#2\grqq{}}\\}
 
+% Styling der Todo und Beschlusstags im Protokoll
+\newcommand{\Todo}[4]{\textbf{{#1}}: #2: #3 -- #4}
+\newcommand{\Beschluss}[2][\empty]{\textbf{Beschluss:} #2 \def\temp{#1}\ifx\temp\empty\else\textit{(#1)}\fi}