/* Tabellendeklaration fuer Staffelberichte */

#staffelbericht {
 width: 1070px;
 position: absolute;
 text-align: center;
 }
#staffel {
 width: 900px;
 empty-cells: show;
 border: none;
 margin: 0 30px;
 text-align: center;
 }
#staffel table {
 margin: 15px 0;
 width: 100%;
 font-size: 12px;
 }
#staffel tr {
 background-color: #FFFFFF;
 }
#staffel tr:hover {
 background-color: #CCCCCC;
 }
#staffel td {
 padding: 0 5px;
 }
#staffel .head {
 font-size: 18px;
 font-weight: bolder;
 padding: 10px;
 }
.l {
 text-align: left;
 }
.r {
 text-align: right;
 }
.ra {
 text-align: right;
 }
.c {
 text-align: center;
 }
.u {
 text-decoration: underline;
 }
.ud {
 border-bottom: dashed;
 }
