.uebung
{
    background-color: #FFCC66;
    color: #000000;
}

.fest
{
    background-color: #669966;
    color: #ffffff;
}

.bewerb
{
    background-color: #336699;
    color: #ffffff;
}

.lehrgang
{
    background-color: #990000;
    color: #ffffff;
}

.sonst
{
    background-color: #CC9966;
    color: #000000;
}

.legendeHeader
{
    background-color: #cccccc;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: bold;
}

#legende
{
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
    padding: 2px 0px 2px 110px;
    background-color: #fff;
}

.legendIcon
{
    float: left;
    padding-right: 6px;
    padding-top: 3px;
    vertical-align: text-bottom;
}

.legendEntry
{
    margin: 3px 0px 3px 20px;
    float: left;
}

#terminList
{
    padding: 20px 100px 20px 100px;
    text-align: center;
    background-color: #cccccc;
}

#terminDate
{
    clear: both;
    float: left;
    margin: 3px 0px 3px 3px;
    width: 120px;
    padding: 5px;
    border: solid 1px #000;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
}

#terminText
{
    margin: 3px 3px 3px 0px;
    float: right;
    width: 399px;
    padding: 5px;
    border: solid 1px #000;
    border-left: none;
    text-align: left;
    padding-left: 30px;
    font-size: 12px;
}

/* IE6 css fixer v0.7: Fri, 12 Mar 2010 19:32:03 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
*:first-child+html .legendIcon,
*:first-child+html .legendEntry,
*:first-child+html #terminDate,
*:first-child+html #terminText {display:inline;}


/* ============================================= */
/* potentially harmful settings                  */

