/* table definitions heim-pages */
table#preise { color: green; }
table#preise tr { border-top: solid 1px green; }
table#preise th { padding-right: 0; white-space: nowrap;}
table#preise td { padding-bottom: 0.5em; }
table#preise td.info { font-style: oblique; }
table#preise td.preis { padding-bottom: 2em; }

/* classes */
table.oben td { vertical-align: top; }
table.abstand td { margin-bottom: 0.5em; }
