﻿.kochkurs_termintabelle
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.kochkurs_termintabelle th
{
    display: none;
    text-align: left;
    padding: 5px;
}
.kochkurs_termintabelle td
{
    text-align: left;
    padding: 5px;
    vertical-align: top;
    border-bottom: solid 1px #fbcc57;

    background-color: White;
    color: Black;
}

.kochkurs_table_scroll
{
    overflow: auto;
    height: 220px;
    clear: both;
}

.kochkurs_termine_navi
{
    /*margin: 0px auto 0px auto;*/
    
}

.kochkurs_termine_progress
{
    float: left;
    /*display: inline-block;*/
    position: relative;
}
.kochkurs_termine_progress_div
{
    position: absolute;
    left: -20px;
    top: 0px;
}
.kochkurs_termine_navi_monat
{
    width: 152px;
    float: left;
    text-align: center;
}
.kochkurs_termine_navi_2 {float: left; /*display: inline-block;*/}

.verfuegbarkeit_belegt { color: #e2001b; background-color:White;} 
.verfuegbarkeit_frei { color:#008ace; font-weight:bold; background-color:White;} /*blau*/
.verfuegbarkeit_begrenzt { color:#f9b200; font-weight:bold; background-color:White;} /*gelb*/
.kontakt_span {width:50px; display: block; float:left; clear:both;}

.alletermine_link {display:none;}