@charset "utf-8";
/* CSS Document */
/* Bestellen */

#trolley table              { width: 100%; }
#trolley .tcol1             { width: 5%; text-align: left; }
#trolley .tcol2             { width: 70%; text-align: left; }
#trolley .tcol3             { width: 10%; text-align: right; }
#trolley .tcol4             { width: 10%; text-align: right; }
#trolley .tcol5             { width: 5%; text-align: right; }
#trolley tfoot td           { text-align: right; }

#trolley .tagprint          { font-family: Courier, monospace; border: 1px solid #ccc; width: 130px; float: left; padding: 2px; margin: 5px 10px 0 0; }
#trolley .tagprint p        { border-bottom: 1px solid #999; background-color: #ccc; text-align: center; }

table                       { border-spacing: 0; border-collapse: collapse; }
th, td                      { padding: 3px; border-bottom: 1px solid #999; vertical-align: top; }
.tfoot td                   { border: none; }

.mwst td                    { padding-top: 20px; font-style: italic; color: #666; }