#termine {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #dddddd
}

#termine .head {
    padding: 10px 0 0 0;
    height: 70px;
}

#termine .datebox {
    position: relative;
    float: left;
    margin: 0 5% 0 2%;
    padding: 1px 0 0;
    width: 36%;
    text-align: center;
}

#termine .datebox .date {
    display: block;
    margin: 2px 0;
    font-size: 16px;
    font-weight: 600;
}

#termine .datebox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -7%;
    height: 40px;
    width: 1px;
    background: #dcdcdc;
}

#termine .datebox a {
    position: absolute;
    display: block;
    width: 24px;
    height: 35px;
    text-indent: -9999px;
    background: url(../bilder/layout/sprite.png);
}

#termine .datebox .prev {
    left: 0;
    background-position: 0 -38px;
}

#termine .datebox .prev:hover {
    background-position: -52px -38px;
}

#termine .datebox .next {
    right: 0;
    background-position: -26px -38px;
}

#termine .datebox .next:hover {
    background-position: -78px -38px;
}

#termine .weekend {
    position: relative;
    float: left;
    width: 20%;
}

#termine .weekend:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 1px;
    background: #dcdcdc;
}


#termine .weekend .text {
    display: block;
    margin: 0 0 5px;
    font-size: 11px;
}

#termine .weekend a {
    display: inline-block;
    padding: 0 10px;
    line-height: 18px;
    color: #6e7073;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background: #f0f1f2;
}

#termine .weekend a:hover {
    color: #e2000f;
    background: #f4f4f4;
}

#termine .datepicker {
    float: left;
    margin: 0 0 0 2%;
    width: 35%
}

#termine .datepicker .text {
    position: relative;
    display: block;
    margin: 0 0 5px;
    font-size: 11px;
}

#termine .datepicker .calender {
    position: absolute;
    top: -2px;
    left: 70px;
    border: none
}

#termine .datepicker .input {
    float: left;
    margin: 0 2px 0 0;
    width: 110px;
    height: 20px;
}

#termine .datepicker .submit {
    float: left;
    width: 14px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    background: url(../bilder/layout/sprite.png) 0 -303px;
}

#termine #tabs .tab-wrapper {
    padding: 3px 5% 0 5%;
    border-bottom: 1px solid #cbcbcb;
}

#termine #tabs .tab {
    float: left;
    margin: 0 1px 0 0;
    width: 16%;
    cursor: pointer;
}

#termine #tabs .tab a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #707070;
    font-size: 14px;
    text-align: center;
}

#termine #tabs .tab a:hover, #termine #tabs .tab.active a {
    margin: -1px 0;
    height: 30px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    background: #f0f1f2;
}

#termine #tabs .content-wrapper {
    color: #707070;
    font-size: 13px;
}

#termine #tabs .content {
    display: none;
}

#termine #tabs .content.active {
    display: block;
}

#termine #tabs .content .entry {
    padding: 8px 0;
    min-height: 45px;
    line-height: 20px;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #fff
}

#termine #tabs .content .entry:first-of-type {
    padding-top: 15px;
    border-top: none;
}

#termine #tabs .content .entry:last-of-type {
    border-bottom: none;
}

#termine #tabs .content .entry.odd {
    background: #f0f1f2;
}

#termine #tabs .content .time {
    float: left;
    margin: 0 3% 0 0;
    padding: 0 0 0 2%;
    width: 20%;
}

#termine #tabs .content .title {
    float: left;
    margin: 0 2% 0 0;
    width: 45%;
    font-weight: bold;
}

#termine #tabs .content .location {
    float: left;
    padding: 0 2% 0 0;
    width: 30%
}

#termine .empty {
    font-weight: bold;
    text-align: center;
}

.ui-datepicker {
    z-index: 1000 !important;
    padding: 0;
    border: none;
    background: none;
}

.ui-datepicker-header {
    margin-bottom: -2px;
    width: 230px;
}

.ui-datepicker table {
    width: 230px;
}

#termine .entry .kategorie {
    font-weight: 600;
}