/** ### Grundlegende Einstellungen ###################################### **/
/* ### Ausrichtung und Format des gesamten Textes #######################  */
body {
 margin: auto auto;
 text-align: center;
}

#content table {
 margin: auto auto;
 text-align: left;
}
