/*
Überschriftsbalken
*/
-.listtop {
+.listtop, h1 {
background-color: rgb(236,233,216);
text-align:left;
padding:5px;
color: green;
}
+td.numeric { /* class for numeric columns in tables */
+ text-align: right
+}
+
h2.confirm {
color: blue;
font-size: 14pt;