#table1 {
    width: auto; /* Abhängig von .table1Cell */
    border: solid 0px;
    text-align: left;
}

.table1head {
    border-bottom: solid 1px; 
    height: 15px; /* Abstand zur ersten Zeile */
    padding-bottom: 3px;
    margin-bottom: 15px; /* Abstand nächste Block */

}

.table1Col { 
    height: 0px; /* Abstand zur ersten Zeile */
    padding-bottom: 3px;
    margin-bottom: 0px; /* Abstand nächste Block */
    clear: both;
}

.table1Cell {
    display: block; 
    float: left; 
    width: 75px; 
    text-align: center;
}

#tabletext{
    /* Tabbellen Untertitel */
    margin-left: 0px; 
    font-size: 0.8em; 
    color: silver;
    border-bottom: dotted 1px;
    display: inline;
} 

