.list {

   border: 1px solid black;

   border-collapse: collapse;

   background-color: #fff;

   width: 100%;

   padding: 5px;

   margin-bottom: 10px;
   margin-top: 10px

}

.list th, .list td {

   border: 1px solid black;
   text-align: left;

   padding: 3px
}

.list th {

   border-bottom: 2px solid black
}

.list td {

   border: none;
   border-right: 1px solid #ddd
}
.list tfoot td {

   border: none;
   border-top: 1px solid black;

   padding-top: 5px
}

.list tfoot td a {
   text-decoration: underline;
   margin-right: 5px
}

.list .tr1 td {
   background-color: #f8f8f8
}

.list tfoot .seiten {
   text-align: center
}
.list tfoot .seiten a {

   text-decoration: none;
   border: 1px solid #ccc;
   background-color: #eee;

   padding: 1px 5px;
}

.aktion a {

   font-size: 8pt;

}

.print {

}
