/* -------------------------------------------------------------------------- */
/* General page settings                                                      */
/* -------------------------------------------------------------------------- */
div.lk_main
        {       background:          #000000;
                color:               #fffacd;
                border-width:        0;
                margin-top:          10px;
                margin-right:        10px;
                margin-bottom:       10px;
                margin-left:         10px;
                padding:             0;
                font:                normal normal normal 10pt arial,helvetica,sans-serif;
                letter-spacing:      0.0em;
                word-spacing:        0.0em;
                text-align:          left;
        }

div#lk_header 
        {       text-align:          center; 
        }
div#lk_footer 
        {       text-align:          center;
        }

/* -------------------------------------------------------------------------- */
/* General table settings                                                     */
/* -------------------------------------------------------------------------- */

table, tr, table tr td, table tr th
        {       border:              0px;
                margin:              0px;
                padding:             0px;
                font:                normal normal normal 10pt arial,helvetica,sans-serif;
        }

table.termine        
        {       width:               100%;
        }

table.termine tr.odd       
        {       background:          #210702;
        }

table.termine tr.even       
        {       background:          #4e1307;
        }

table.termine tr th, table.termine tr td
        {       padding:             5px;
        }

table.termine tr th
        {       text-align:          right;
                font-weight:         bold;
                vertical-align:      top;
                width:               10%
        }

td.termintitel
        {       font-size:           14pt;
                font-weight:         bold;
        }

td.kosten table
        {       font-weight:         bold;
        }
td.kosten table tr th, td.kosten table tr td
        {       text-align:          left;
                width:               0%;
                padding-right:       25px;
        }

table.termine td.tablefooter
        {       text-align:          center;
                background:          #4e1307;
        }


table.kategorisierung tr td
        {       padding-top:         0px;
                padding-bottom:      0px;
        }

.off
        {       padding:             0;
                background-color:    #b69350;
        }
.on
        {       padding:             0;
                background-color:    #437b0c;
                color:               #437b0c;
        }

/* -------------------------------------------------------------------------- */
/* General text style settings                                                */
/* -------------------------------------------------------------------------- */

h1.with_logo
        {       font-size:           20pt;
                height:              208px;
                background:          url(images/Phoenixlogo.jpg) center center no-repeat;
                line-height:         208px;
                letter-spacing:      0;
                color:               #fffacd;
                margin-top:          0;
        }
