th.Land,
td.Land {
text-align:left;
}
th.PLZ,
td.PLZ {
text-align:center;
}
th.Stadt,
td.Stadt {
text-align:right;
}
oder (finde ich etwas unübersichtlicher)
th.Land, td.Land {
text-align:left;
}
th.PLZ, td.PLZ {
text-align:center;
}
th.Stadt, td.Stadt {
text-align:right;
}
oder (noch unübersichtlicher)
th.Land, td.Land {text-align:left;}
th.PLZ, td.PLZ {text-align:center;}
th.Stadt, td.Stadt {text-align:right;}
Ob noch mehr Leerzeichen oder Zeilenumbrüche entfernt werden können kannst du jetzt wahrscheinlich selbst ausprobieren.