
/*\
 * Allgemeine Tabellen-Styles.
\*/

table.separated, table.first
{
    margin-top: 12px;
}

table.separated, table.last
{
    margin-bottom: 12px;
}

table.text tr td
{
    padding: 0px 4px 0px 4px;
}

table.text tr td.first
{
    padding: 0px 4px 0px 2px;
}

table.text tr td.last
{
    padding: 0px 2px 0px 4px;
}

thead tr td, tr.head td
{
    border-bottom-width: 1px;
    border-bottom-color: #BDBDBD;
    border-bottom-style: solid;
}

thead tr td p, tr.head td p, td.head p
{
    color: #002E6F;
    
    font-family: 'Palatino Linotype', 'Times New Roman', 'Serif';
    font-size: 11pt;
    font-weight: bold;
}

thead tr td p, tr.head td p
{
    padding-top: 11px;
}

td.head
{
    padding-top: 0px;
}

td.head p
{
    padding-top: 1px;
}

tr.separated td, tr.first td
{
    border-top-width: 1px;
    border-top-color: #BDBDBD;
    border-top-style: solid;
}

tr.separated td, tr.last td
{
    border-bottom-width: 1px;
    border-bottom-color: #BDBDBD;
    border-bottom-style: solid;
}

tr.t0, td.t0
{
    background-color: #FFFFFF;
}

tr.t1, td.t1
{
    background-color: #E7E7E7;
}


/*\
 * Spezielle Tabellen-Styles.
\*/

