div.select {
   margin-bottom: 7px;
}
.form p {
   margin-bottom: 7px;
}
h3.hotline24 {
   margin-top:10px;
}
p.fett {
   margin-bottom: 7px;
}


.kundenTabelle {
    border: 1px solid rgb(5, 48, 87);   
    font-size: 120%;
    width: auto;
    
}

.kundenTabelle td,.kundenTabelle th {
    text-align: left;
    padding: 5px; 
          
}

.kundenTabelle tr {    
    background: rgb(168, 212, 237);
    color: rgb(5, 48, 87);
}
.kundenTabelle tr.weiss {
    background: white;
    color: rgb(5, 48, 87);
}

.kundenTabelle th {
    background: rgb(5, 48, 87);
}

.kundenTabelle tr.weiss:hover, .kundenTabelle tr:hover {
    background-color: rgb(215, 76, 64);
    color: white;
    cursor: pointer;
}
.kundenTabelle tr.red {
    background-color: rgb(215, 76, 64);
    color: white;
}
