
/* Abstände */
div.tabmain *, table.out, table.out * {
    margin: 0px;
    padding: 0px;
}
.tabcont form, .tabcont pre {
    padding: 3px;
}

/* Links */
table.out a {
    padding: 0px;
    width: 100%;
    display: block;
}
table.out a:hover {
    background-color: #C1D2EC;
    color: #244E7E;
    text-decoration: none;
}

/* Tabellen */
table.tabmain {
    width: 99%;
}
table.out {
    width: 650px;
}
.col1, .col2, .col3, .col4 {
    width: 25%;
    white-space: nowrap;
}
td.col2_1, td.col3_1, td.col4_1 {
    width: 15%;
}
td.col2_2, td.col3_2, td.col4_2 {
    width: 10%;
}
.tabgraph {
    width: 100px;
}
td.col2, td.col3, td.col4, td.col2_2, td.col3_2, td.col4_2 {
    text-align: right;
}
.sum *, .diff, td.col4, td.col4_2 {
    font-weight: bold;
}

/* Farben */
.tabhead {
    background: #DDDDDD;
    font-weight: bold;
    text-align: center;
}
.tabhead td {
    text-align: center;
}
.sum, .diff {
    background: #DDDDDD;
}
.tabline1 {
    background: #EEEEEE;
}
.tabline2 {
    background: #F6F6F6;
}
.trafin {
    background: #0000FF;
}
.trafout {
    background: #008000;
}

/* Formular Felder */
select {
    color: #244E7E;
    background: #C1D2EC;
    font-size: 0.8em;
    width: 80px;
}
