.meisterInfo_Capt_L{
    background-image: url('/layout/table_caption.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    width: 4px;
}
.meisterInfo_Capt_R{
    background-image: url('/layout/table_caption.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0px;
    width: 4px;
}
.meisterInfo_row_L{
    background-image: url('/layout/white_pixel.png');
    background-repeat: repeat-y;
    background-position: left top;
    width: 4px;
}
.meisterInfo_row_R{
    background-image: url('/layout/white_pixel.png');
    background-repeat: repeat-y;
    background-position: right top;
    width: 4px;
}
.meisterInfo_row0{
    text-align: left;
    background-color: #CAD6A6;
    min-height: 21px;
}
.meisterInfo_row1{
    text-align: left;
    background-color: #DDE4C5;
    min-height: 21px;
}

.meisterschafts_tabelle thead td{
    border-bottom: 1px solid white;
    color: #ffffff;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
}

.meisterschafts_tabelle tbody td{
    border-bottom: 1px solid white;
    color: #666634;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
}
