/*----------------------------------------------------*/
/*-------------------- Tabellen ----------------------*/

#inhalt table {
    width: 100%;
}
#inhalt table.breit-50 {
    width: 50%;
}
#inhalt table.breit-60 {
    width: 60%;
}
#inhalt table.breit-70 {
    width: 70%;
}
#inhalt table.breit-80 {
    width: 80%;
}
#inhalt table.breit-90 {
    width: 90%;
}

#inhalt table.farbig {
    background: #FFFBB3;
    border-collapse: collapse;
}

#inhalt table.farbig thead tr th,
#inhalt table.farbig tr th {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 10px 8px 0;
    font-size: 20px;
    line-height: 120%;
    color: #222222;
    text-align: left;
    background: url(bilder/linie-sw.gif) no-repeat left bottom #FFFA99;
}
#inhalt table.farbig tr th {
    padding: 16px 10px 8px 0;
}
#inhalt table.farbig.klein thead tr th,
#inhalt table.farbig.klein tr th {
    font-size: 14px;
}
#inhalt table.farbig thead tr th.mehrspaltig,
#inhalt table.farbig tr th.mehrspaltig {
    padding: 2px 5px 3px 3px;
}

#inhalt table.farbig tr.titel-2 th {
    border-bottom: solid 1px #AFAFAF;
    padding: 10px 10px 7px 5px;
    font-size: 17px;
    font-weight: normal;
    color: #222222;
    background: #FFFA99;
}

#inhalt table.farbig tr.alt {
    background: #FFFCCC;
}
#inhalt table.farbig tr.alt2 {
    background: #FFFCCC;
}

#inhalt table.farbig tr td {
    border-top: solid 1px #FFF;
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #AFAFAF;
    padding: 3px 20px;
    vertical-align: top;
}
#inhalt table.farbig.klein tr td {
    padding: 3px;
    vertical-align: middle;
}
#inhalt table.farbig tr td.rechts,
#inhalt table.farbig tr th.rechts {
    text-align: right;
}
/* nur IE 6 */
* html #inhalt table.farbig tr.alt td.rechts {
    text-align: right;
    background: #FFFCCC;
}

#inhalt table.farbig thead tr th.center,
#inhalt table.farbig tr th.center,
#inhalt table.farbig tr td.center {
    text-align: center;
}
#inhalt table.farbig thead tr th.middle,
#inhalt table.farbig tr th.middle,
#inhalt table.farbig tr td.middle {
    vertical-align: middle;
}

#inhalt table.farbig tfoot {
    text-align: right;
    font-size: 80%;
    color: #5A5A5A;
    background: url(bilder/linie-sw.gif) no-repeat left top #FFFA99;
}

#inhalt table.farbig tfoot td {
    border: none;
    padding: 2px;
}
