/********************************/
/* colors                       */
/********************************/
/*
blaugrau        #f4f6f9      fuer das content Upper div auf der Startseite


*/



/********************************/
/* FRONT PAGE ONLY STYLES */
/********************************/


h1{
        line-height: 40px;
    padding: 2px 15px 0px 15px;
    margin: 0.5em 0 0.7em;

    -moz-box-shadow: 0px 0px 5px #cccccc;
    -webkit-box-shadow: 0px 0px 5px #cccccc;
    box-shadow: 0px 0px 5px #cccccc;

    border: 2px solid #FFF;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}
h1.csc-firstHeader {
  margin-top: 15px;
}

div#breadcrumb {
    display:none;
}
#upperContent h1{
    color: #d0222c;
    margin: 4px -15px 15px -15px;
}
#upperContent div.csc-default{
    width: 910px;
    background-color: #f4f6f9;
    padding: 0 15px 15px;
}

div#upperContent div.csc-textpic-imagewrap{
    /*padding-right: 45px;*/
    padding-left: 15px;
}
div#upperContent div.csc-textpic-text{
    padding: 0px 15px 0px 230px;
}
div#upperContent #c595 p.bodytext{
    padding: 0 15px;
}

div#upperContent .tx-cal-controller .even{
    background-color: transparent;
}
div#leftRow {
    float: left;
    width: 300px;
    padding-top: 0px;
    padding-right: 15px;
}

div#main {
    width: 623px;
    padding: 0px 0px 0px 0px;
    float: left;
}
div#right {
    display:none;
}

.tx-cal-controller #month-header,
.tx-cal-controller .pagebrowser,
.tx-cal-controller .cal_location,
.tx-cal-controller .cal_cat{
    display:none;
}
.tx-cal-controller dt {
    padding: 0;
}
.tx-cal-controller .cal_date{
    line-height: inherit;
    border-top: none;
    color: #CE242B;
    font-size: 14px;
}
.tx-cal-controller h2{
    color: #CE242B;
    font-family: 'Droid Serif',serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.029em;
    line-height: 1.19;
    margin: 0.1em 0 0em;
}
.tx-cal-controller dd .turn_into_button_style_270 {
    display:none;
} 

