first time here. I've following table and have obviously a problem... What's wrong with my code?
\documentclass[11pt,a4paper,headings=small]{scrartcl}
\usepackage{siunitx}
\begin{document}
\begin{tabular}{|c
|S[table-number-alignment = right]
|S[table-number-alignment = right]
|S[table-number-alignment = right]
|S[table-number-alignment = right]
|S[table-number-alignment = right]
|}
\hline
& {Jahr 1} & {Jahr 2} & {Jahr 3} & {Jahr 5} & {Jahr 5} \\
\hline
V1 & 5000 & 5500 & 6050 & 6655 & 7321 \\
\hline
V2 & 3,5 & 4 & 4,5 & 5 & 5,5 \\
\hline
V3 & 17500 & 22000 & 27225 & 33275 & 40266 \\
\hline
V4 & 0,6 & 0,64 & 0,68 & 0,72 & 0,76 \\
\hline
V5 & 3000 & 3520 & 4114 & 4792 & 5564 \\
\hline
V6 & 2000 & 2000 & 2500 & 2500 & 2500 \\
\hline
V7 & 15000 & 15000 & 15000 & 15000 & 15000 \\
\hline
V8 & 6250 & 6250 & 6250 & 6250 & 6250 \\
\hline
\end{tabular}
\end{document}



