ich würde gerne folgende Tabelle überarbeiten.
\documentclass{article}
\usepackage{booktabs}
\usepackage[latin1]{inputenc}
\begin{document}
\begin{table}[htb]
\caption{Benötigte Gesamtmesszeiten des alten und neuen Systems bei unterschiedlichen Messszenarien}
\label{Tab:MesszeitVergleich}
\centering
\begin{tabular}{cccc}
\toprule
\textbf{Winkeldifferenz} & \multicolumn{2}{c}{\textbf{Zeit in s}} & \\
\cmidrule{2-3}
\textbf{Azimut / Höhe} & \textbf{Altes System} & \textbf{Neues System} & \textbf{Zeitbedarf in \%}\\
\midrule
10° / 10° & 433,8 & 162,2 & 37,4 \\
5° / 10° & 672,0 & 162,4 & 24,2 \\
1° / 10° & 2154,0 & 164,1 & 7,6 \\
10° / 5° & 703,8 & 332,2 & 47,2 \\
5° / 5° & 1197,0 & 332,6 & 27,8 \\
1° / 5° & 4719,6 & 336,0 & 7,1 \\
10° / 1° & 2118,6 & 1652,6 & 78,0 \\
5° / 1° & 3948,0 & 1654,6 & 41,9 \\
1° / 1° & 18160,2 & 1671,6 & 9,2 \\
\bottomrule
\end{tabular}
\end{table}
\end{document}Gruß
Mati