body{
    background-image: url('../../../images/puzzle_neu.jpg');
    background-size: 30%;
    background-repeat: repeat;
}

.red 
{
    color:red;
}

.bericht-line-red td
{
    background-color: #ffdddd !important;
}
.bericht-line-green td
{
    background-color: #ddffdd !important;
}    
.bericht-line-yellow td
{
    background-color: #ffffdd !important;
}               

.bericht-line-red td, .bericht-line-red
{
    background-color: #ffdddd !important;
}
.bericht-line-green td, .bericht-line-green
{
    background-color: #ddffdd !important;
}    
.bericht-line-yellow td, .bericht-line-yellow
{
    background-color: #ffffdd !important;
}    
.bericht-line-blue td, .bericht-line-blue
{
    background-color: #CECEF6 !important;
}    
.bericht-line-black td, .bericht-line-black
{
    background-color: #CCC !important;
}    

.container{    
    padding: 0px 5px;
    padding-bottom:20px;
    background-color: white;
    border: 1px solid #D5D5D5;   
    margin-top: 105px;      
    min-height: 600px;
}

.container-fluid-main{    
    padding-bottom:20px;
    background-color: white;
    margin-top: 75px;      
    min-height: 600px;
}
@media (max-width: 950px) {    
    .container
    {
        margin-top:0px;
    }
}

ul.nav{
    margin-left:30px !important;
}

ul.nav-margin-left{
    margin-left:150px !important;
}
