.tx-cal-controller .previous-button,
.tx-cal-controller .next-button {
    width:10%;
}

.tx-cal-controller .previous-button a,
.tx-cal-controller .next-button a {
    display: block;
    height: 21px;
    padding: 0;
    width: 100%;
    background:none;
}


.tx-cal-controller th,
.tx-cal-controller td {
    border: 1px solid #FFFFFF;
}

.event-wrapper {
    position: absolute;
    z-index: 99;
}
.event-wrapper.open div{
    display: block;
}
.cal-event {
    background: none repeat scroll 0 0 #005C8A;
    display: none;
    height: auto;

    width: 250px;
}
.cal-event.open {
    display: block;
}
.cal-event-details {
    height: auto;
    margin: 0;
    width: auto;
}
.tx-cal-controller .month-small td,
.tx-cal-controller .month-medium td,
.tx-cal-controller .month-large td,
td.monthLageBasic {
    background-color: #FFFFFF;
}
.tx-cal-controller .month-weekdays {
    border: medium none;
}
.monthOff {
    background-color: #F3F3F3 !important;
    color: #000000 !important;
    /*font-size: 1px !important;*/
}
.tx-cal-controller .year-table,
.tx-cal-controller .month-large {
    border-bottom: 1em solid #FFFFFF;
}
.tx-cal-controller .month-small th, .tx-cal-controller .month-medium th, .tx-cal-controller .month-large th {
    background-color: #FFFFFF;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}
.tx-cal-controller .month-small td, .tx-cal-controller .month-medium td, .tx-cal-controller .month-large td, td.monthLageBasic {
    background-color: #DEEDF9;
    padding: 2px 2px 6px;
    text-align: center;
}
.tx-cal-controller .month-small td, .tx-cal-controller .month-medium td, .tx-cal-controller .month-large td {
    border: 1px solid #FFFFFF;
    font-size: 1em;
    text-align: center;
}
.tx-cal-controller .cal-month-name {
    color: #000;
    float: left;
    font-weight: bold;
    margin: 0 0 9px 0;
    width:80%;
}
.tx-cal-controller .month-large td.eventDay:hover, .tx-cal-controller .month-large td.eventDay.open {
    background: -moz-linear-gradient(center top , #00A8DE, #0077CC) repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tx-cal-controller .month-large td.eventDay {
    background-color: #99CBF0;
    color: #00326E;
    cursor: pointer;
    font-weight: normal;
}
.cal-event-details br {
    display: none;
}
.cal-event-details span {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
span.cal-event-title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cal-event p {
    padding: 10px;
}
.tx-cal-controller h1 {
    color: #000000;
    font-size: 14px !important;
}
.tx-cal-controller {
    margin-bottom: 10px;
    margin-top: 10px;

}
.content .tx-cal-controller a img, a.navback, .navback img {
    outline: 0 solid #0065A6;
}
.cal-small-arrow {
    height: 9px;
    width: 9px;
}
.cal-month-name.big-cal {
    margin: 0 0 5px 25px;
}
.headline-big-cal {
}
.cal-big-arrow {
    margin-bottom: -2px;
}
.cal-months-container {
    overflow: visible !important;
}
* + html .tx-cal-controller .next-button {
    float: none;
}
.tx-cal-controller caption {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

/*Letzten Border entfernen pro Monat*/
.tx-cal-controller .month-large tbody tr:last-child td,
.tx-cal-controller .month-small tbody tr:last-child td,
.tx-cal-controller .month-medium tbody tr:last-child td,
.tx-cal-controller .month-large tbody tr:last-child td{
    border-bottom: none;
}


.tx-cal-controller {
    background: #FFF9F2;
    border-bottom: 1px solid #752201;
    border-top: 1px solid #752201;
    color: #000;
    padding-top: 4px;
}

.tx-cal-controller table caption {
    display: none;
}


.tx-cal-controller thead th,
.tx-cal-controller tbody th{
    color: #000;
}
.tx-cal-controller table tbody td.title h1 {
    margin: 0.5em 3em;
}

.tx-cal-controller .cal-months-container {
    margin-top: 1em;
}

.tx-cal-controller .cal-month {
    /* height: 200px;*/
}

.tx-cal-controller .monthOff {
    background-color: #fff !important;
}

.tx-cal-controller .month-small td,
.tx-cal-controller .month-medium td,
.tx-cal-controller .month-large td,
td.monthLageBasic {
    background-color: #ECE6DD;
    font-size: 1em;
}

/*Event am Tag*/
.tx-cal-controller .month-large td.eventDay {
    background-color: #0e658f;
    color: #fff;
    font-size:1em;
}

/*Event Tag : hover*/
.tx-cal-controller .month-large td.eventDay:hover,
.tx-cal-controller .month-large td.eventDay.open {
    background: #e57d54;
    background: -moz-linear-gradient(top,  #7dacc2 0%, #0e658f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dacc2), color-stop(100%,#0e658f));
    background: -webkit-linear-gradient(top,  #7dacc2 0%,#0e658f 100%);
    background: -o-linear-gradient(top,  #7dacc2 0%,#0e658f 100%);
    background: -ms-linear-gradient(top,  #7dacc2 0%,#0e658f 100%);
    background: linear-gradient(to bottom,  #7dacc2 0%,#0e658f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57d54', endColorstr='#d15019',GradientType=0 );

}


/*Event Tooltip*/
.tx-cal-controller .cal-event {
    background-color: #fff;
    border: 1px solid #f39200;
}

/*Tooltip Farbe*/
.cal-event-details span,
span.cal-event-title {
    color: #0e658f;
    display: inline-block;
}

.tx-cal-controller .url:focus p {
    border: 2px solid #FF9933;
}


/*List View*/
.tx-cal-controller .vevent {
    color: #000000;
}


.view-header .internal-link {
    padding:0 0 0 16px;
    margin:0 -5px 0 -5px;
}

/*Paginierung*/
.tx-cal  .pagination {
    clear: both;
    text-align: center;
}

.tx-cal .pagination ul {
    box-shadow: none;
}

.tx-cal  .pagination ul > li:first-child, .tx-cal  .pagination ul > li:first-child {
}
.tx-cal  .pagination ul > li:first-child, .tx-cal  .pagination ul > li:first-child {
}
.tx-cal  .pagination ul li, .tx-cal .pagination .current {
    background-color: #FFFFFF;
    border: 0 solid #DDDDDD;
    float: left;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
}


.tx-cal .pagination ul > li > a, .tx-cal .pagination ul > li > span {
    border-width: 0;
    padding: 4px 12px;
}

.tx-cal .pagination .span {
    background-color: #C47652;
    color: #FFFFFF;
}

.tx-cal .pagination ul li,
.tx-cal .pagination .current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 0;
    float: left;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
}

#content .tx-cal .pagination ul li,
#content .tx-cal .pagination .current {
    background: transparent !important;
    background-color: #FFFFFF !important;
}

.tx-cal .pagination .current,
.tx-cal .pagination ul li:nth-last-child(+2){
    padding: 4px 12px;
}

#content .tx-cal .pagination ul li {
    padding: 0 !important;
}

#content .tx-cal .pagination .current {
    padding: 4px 12px !important;
}

.tx-cal .pagination .current {
    background-color: #C47652;
    color: #FFFFFF;
}

#content .tx-cal .pagination .current {
    background: transparent !important;
    background-color: #C47652 !important;
}

.tx-cal .pagination ul > li > a,
.tx-cal .pagination ul > li > span {
    border-width: 0;
    padding: 4px 12px;
}
.tx-cal .pagination ul > li:first-child > a,
.tx-cal .pagination ul > li:first-child > span {
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.tx-cal .pagination ul > li:first-child ,
.tx-cal .pagination ul > li:first-child  {

}

.tx-cal .pagination ul > li:last-child > a,
.tx-cal .pagination ul > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tx-cal .pagination ul > li > a:hover,
.tx-cal .pagination ul > li > a:focus,
.tx-cal .pagination ul > .active > a,
.tx-cal .pagination ul > .active > span {
    background-color: #f39100;
    color: #FFFFFF;
}

.tx-cal-controller .listcal .url {
    background: url(../Images/sprites-bfd.png) no-repeat -10px -07px;
    width: 16px;
    height: 16px;
    color: #0e658f;
    padding: 0 2px 0 20px;
}
.tx-cal-controller .listcal .url:hover,
.tx-cal-controller .listcal .url:active {
    color: #000;
}

.tx-cal-controller .listcal .url:focus {
    background: url("../Images/sprites-bfd.png") no-repeat scroll -10px -968px #f39100;
    width: 16px;
    height: 16px;
    outline: 2px dotted #fff;
}

.tx-cal-controller .footer-cal .url {
    background: url(../Images/sprites-bfd.png) no-repeat -0.625rem -0.4375rem;
    color: #0e658f;
    height: 1rem;
    padding: 0 0.125rem 0 1.25rem;
    width: 1rem;
}

.tx-cal-controller .footer-cal .url:hover,
.tx-cal-controller .footer-cal .url:active {
    color: #000;
}

.tx-cal-controller .footer-cal .url:focus {
    background: url(../Images/sprites-bfd.png) no-repeat scroll -0.625rem -60.5rem #0e658f;
    color: #000;
    height: 1rem;
    outline: 0.125rem dotted #0e658f;
    width: 1rem;
}

.tx-cal-controller .tx-cal {
    border-top: 1px solid #752201;
    margin-top: 8px;
    background-color: #ffffff;
}
