﻿/* DEFAULTS
----------------------------------------------------------*/

  .FixedHeader {
            position: absolute;
            font-weight: bold;
        }     
        
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    padding-left:4px;
    padding-left:4px;
    }     
    
.Calender
{
    background-color:White;
    border: 1px solid #3073AC;
}

.table > tbody > tr.gelb > td, 
.table > tbody > tr.gelb > th, 
.table > tbody > tr > td.gelb, 
.table > tbody > tr > th.gelb, 
.table > tfoot > tr.gelb > td, 
.table > tfoot > tr.gelb > th, 
.table > tfoot > tr > td.gelb, 
.table > tfoot > tr > th.gelb, 
.table > thead > tr.gelb > td, 
.table > thead > tr.gelb > th, 
.table > thead > tr > td.gelb, 
.table > thead > tr > th.gelb
{
    background-color:#FFFF00;
    }
   

.table > tbody > tr.hellblau > td, 
.table > tbody > tr.hellblau > th, 
.table > tbody > tr > td.hellblau, 
.table > tbody > tr > th.hellblau, 
.table > tfoot > tr.hellblau > td, 
.table > tfoot > tr.hellblau > th, 
.table > tfoot > tr > td.hellblau, 
.table > tfoot > tr > th.hellblau, 
.table > thead > tr.hellblau > td, 
.table > thead > tr.hellblau > th, 
.table > thead > tr > td.hellblau, 
.table > thead > tr > th.hellblau
{
    background-color:#A2E9FF;
    }
    
.table > tbody > tr.hellgruen > td, 
.table > tbody > tr.hellgruen > th, 
.table > tbody > tr > td.hellgruen, 
.table > tbody > tr > th.hellgruen, 
.table > tfoot > tr.hellgruen > td, 
.table > tfoot > tr.hellgruen > th, 
.table > tfoot > tr > td.hellgruen, 
.table > tfoot > tr > th.hellgruen, 
.table > thead > tr.hellgruen > td, 
.table > thead > tr.hellgruen > th, 
.table > thead > tr > td.hellgruen, 
.table > thead > tr > th.hellgruen
{
     background-color:#5DFF3E;
    }    
    
    
.table > tbody > tr.orange > td, 
.table > tbody > tr.orange > th, 
.table > tbody > tr > td.orange, 
.table > tbody > tr > th.orange, 
.table > tfoot > tr.orange > td, 
.table > tfoot > tr.orange > th, 
.table > tfoot > tr > td.orange, 
.table > tfoot > tr > th.orange, 
.table > thead > tr.orange > td, 
.table > thead > tr.orange > th, 
.table > thead > tr > td.orange, 
.table > thead > tr > th.orange
{
     background-color:#FF9900;
    }   