![alt text][1]
%\documentclass[]{article}
\documentclass[margin=5pt]{standalone}
\usepackage{tikz}
\begin{document}
%"Einfach:"
\begin{tikzpicture}
%"einfach":
\begin{tikzpicture}[font=\tiny\sffamily]
\coordinate (M) at (1,3.7);
\draw[red, ultra thick, fill=green] fill=green!30] ([shift=(30:2cm)]M) arc[start angle=30, end angle=110.5,radius=2cm] -- (M) -- cycle;
\fill (M) circle[radius=2pt, red];
\draw[fill=brown] (M) circle[radius=2pt] node[below]{(M)};
\draw[fill=black] ([shift=(30:2cm)]M) circle[radius=2pt] node[above, rotate=-45]{([shift=(30:2cm)]M)};
\end{tikzpicture}
%"Schwer":
%"schwer":
%\draw[<Zeichenoptionen>]([shift=(<Startwinkel>:<Radius>)]<Koordinatenort>) arc (<Startwinkel>:<Endwinkel>:<Radius>);
\begin{tikzpicture}
\begin{tikzpicture}[font=\tiny\sffamily]
\draw[red, ultra thick, fill=green]([shift=(30:2cm)]1,3.7) arc (30:110.5:2cm) -- (1,3.7) -- cycle;
\draw[fill=brown] (M) circle[radius=2pt] node[below]{(M)};
\draw[fill=black] ([shift=(30:2cm)]M) circle[radius=2pt] node[above, rotate=-45]{([shift=(30:2cm)]M)};
\end{tikzpicture}
\end{document}
[1]: http://texwelt.de/wissen/upfiles/Namenlos-11e4yyy_18.png
http://texwelt.de/wissen/upfiles/Namenlos-11e4yyy_22.png