/* Nur Tabellen */


.myclass {
      font-size:10px;
      text-align:left;
      border-collapse:collapse;
      padding:0px;
      margin:0px;
}

.td-right {
      border-top:1px solid #000000;
      border-right:1px solid #CAD19D;
}

.td-left {
      border-top:1px solid #000000;
      border-left:1px solid #CAD19D;
}

.td-headline {
      font-size:14px;
      font-weight:bold;
}
.td-top {
      border-top:1px solid #CAD19D;
}

.td-42 {     
      margin:0px;
      width:42px;
      border-right:1px solid #CAD19D;
      border-bottom:1px solid #CAD19D;
      
}

.td-62 {
      margin:0px;
      width:62px;
      border-right:1px solid #CAD19D;
      border-bottom:1px solid #CAD19D;
      
}
.td-62-left {
      margin:0px;
      width:62px;
      border-left:1px solid #CAD19D;
      border-bottom:1px solid #CAD19D;
      
}

.td-96 {
  
      margin:0px;
      width:96px;
      border-right:1px solid #CAD19D;
      border-bottom:1px solid #CAD19D;
      
}

.td-104 {
  
      margin:0px;
      width:104px;
      border-right:1px solid #CAD19D;
      
}

