#tables {
    margin-top: 25px;
    
}

.table-a {
font-family: Sans-Serif, System, Arial, Helvetica;
font-size:12px;
line-height: 1.4em;
width:600px;
text-align:center;
border-collapse:collapse;
margin-left:50px;
}

.table-a th {
font-size:13px;
font-weight:bold;
background:#EEE;
border-top:1px solid #FF6600;
border-bottom:3px solid #FFF;color:#000;
padding:8px;}

.table-a td {
background:#FFF;
border-bottom:1px solid #FFF;
color:#000;
border-top:1px solid transparent;
padding:8px;}

/*  .table-a tr:hover td{
background:#FFF;color:#FF6600;}  */

.table-a tfoot {
font-size:13px;
font-weight:bold;
background:#EEE;
border-top:4px solid #aabcfe;
border-bottom:3px solid #FFF;color:#000;
padding:8px;}

.w1 {
width: 140px;
text-align: left;
vertical-align: top;    
}

.w2 {
width: 100px;
text-align: left;
vertical-align: top;
}


.w3 {
width: 340px;
text-align: left;
vertical-align: top;
}


.tbottom1 {
    border-bottom:3px solid #aabcfe;
}

.border1 {
    border: 1px;
    border-style: dotted;
    border-color: #808080;
    padding: 10px;
    background-color: #fff;
}

.abstand {
    height: 30px;
    background-color: #FFF;
}