#header, #footer, #navigation, #information{
    display:none;
}


/*** FUNKTIONEN MATRIX ***/
    #content table.none, #content table.none *{
        border:none;
        padding:0px;
    }
    
    #content table{
        border-collapse: collapse;
        border:2px solid #0072B2;
        width:100%;
    }
    
    #content table thead{
        background-color:#0072B2;
        color:#FFFFFF;
    }
    
    #content table td, #content table th{
        border:1px solid #0072B2;
        padding:2px;
    }
    
    #content table tr.header{
        background-color:#0072B2;
        color:#FFFFFF;
        font-size:11px;
        font-weight:normal;
    }
    
    #content table tr.header th{
        background-color:#0072B2;
        color:#FFFFFF;
        font-size:11px;
        font-weight:normal;
        padding:0px;
        text-align:center;
    }
    
    #content table tbody th{
        text-align:left;
        padding-left:5px;
        vertical-align:top; 
    }
    
    #content table tbody td{
        text-align:center;  
    }
    
    #content tr.half td, #content tr.half th{
        width:50%;
    }
    
    #content table tr.first{
        background-color:#E1F2F9;
    }
    
    #content table td.active{
        background-color:#EDEDED;
    }
