table.sb {   /* Steckbrief */
    width: 90%;
    background-color: #f0f0f0;
    color: #000000;
    border-left: solid 5px #003399;
    border-right: solid 5px #003399;
    border-bottom: solid 4px #003399;
}

table.sb th {
    background-color: #6487dc;
    color: #ffffff;
    border-bottom: solid 1px #003399;
}

table.sb td {
    border-bottom: solid 1px #003399;
}

table.sb caption {
    color: #ffffff;
    background-color: #003399;
    font-size: 140%;
    padding: 5px;
    border-left: solid 5px #003399;
    border-right: solid 5px #003399;
    border-top: solid 5px #003399;
    
}