* { font-family: arial, sans-serif; }
body { font-size: 15px; margin: 0 10% 20px 10%}
a { color: black; }
table.list { margin: auto; width: 70%; border-collapse: collapse; border-top: 1px dotted #ccc; border-left: 1px dotted #ccc; border-bottom: 1px dotted #ccc;}
table.list td { padding: 4px; margin: 0; border-bottom: 1px solid #ccc; vertical-align: top; text-align: right; border-right: 1px dotted #ccc;}
table.list thead td { font-weight: 700; border-bottom: 2px solid #ccc; }

tr.rot td { background-color: red; }
tr.gelb td { background-color: yellow; }
tr.gruen td { background-color: lime; }

div.info { text-align: center; font-weight: 700; margin: 2em 0; }

h1 { font-size: 4em; text-align: center; margin-bottom: 0; }
h2 { font-size: 1em; text-align: center; margin-top: 0;}

select.posselect option { text-align: right }