.divH2highlevel {
    background-color: rgba(222, 184, 135, 0.3);
    padding: 20px 20px 20px 15px;
    margin: 15px auto 5px auto;
    border-radius : 15px 15px 15px 15px;
    max-width: 600px;
}
.divH2 {
    width: 95%;
    padding: 0px 0px 0px 10px;
    margin: 0;
}

.h23Course {
    margin-bottom: 5px;
}
.tableCourse {
    margin: 0;
    border-collapse:separate;
}
.tdCourse {
    border-collapse:separate;
    background-color: rgba(222, 184, 135, 0.6);
    padding: 3px;
}
.tdCourseCenter {
    text-align: center;
}
.frei {
    background-color: rgba(69, 245, 0, 0.6);
}
.wenig{
    background-color: rgb(255, 165, 0);
}
.voll {
    background-color: rgba(245, 37, 0, 0.6);
}
.liCourse {
    margin-bottom: 6px;
}
.gestrichen{
    text-decoration: line-through;
}

.highlightText {
    color: rgb(158, 5, 38);
}

.hrNews {
    /*width: 80%;*/
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: rgba(222, 184, 135);
    /*background-color: #deb887;*/
    height: 2px;
    border: 0;
}


