/*BE_modul*/
form.veranstaltung-upload label{
    margin-bottom:20px;
    display:block;
}
form.veranstaltung-upload span.label{
    display:block;
    font-weight:bold;
}
form.veranstaltung-upload input[type=submit]{
    display:block;
}

/*search-form*/
.tx-hn-veranstaltungen form fieldset{
    background-color: #F5FAFE;
    border: 1px solid #698EB7;
    padding: 10px;
}
.tx-hn-veranstaltungen form fieldset legend {
    color: #FDA202;
    font-size: 13px;
    font-weight: bold;
}
.tx-hn-veranstaltungen form .searchSubmit{
    float:right;
}
.tx-hn-veranstaltungen .checkboxInput{
    margin: 15px 0;
}
.tx-hn-veranstaltungen .textInput label{
    display:block;
    margin:3px 0;
}
.tx-hn-veranstaltungen .textInput span.label{
    min-width: 170px;
    display:inline-block;
}
.tx-hn-veranstaltungen .checkboxInput label{
    display:inline-block;
    border: 1px solid #698EB7;
    border-radius: 3px;
    line-height: 1em;
    margin: 3px;
    padding: 2px
}
.tx-hn-veranstaltungen .checkboxInput input{
    margin:0;
}


/*search-result*/
.tx-hn-veranstaltungen .searchresult{

}
/*veranstaltung-liste*/
.tx-hn-veranstaltungen ul.veranstaltung-list{
    margin:0 !important
}
.tx-hn-veranstaltungen ul.veranstaltung-list li{
    padding:0 !important;
    margin:20px 0 !important;
    background: none !important;
    color: #151515!important;
}
.tx-hn-veranstaltungen ul.veranstaltung-list li h3{
    margin:0;
}
/*detail*/
.tx-hn-veranstaltungen .detail ul.kursabschnitte{
    margin: 20px 0;
}
.tx-hn-veranstaltungen .detail .col-2-container{
    position:relative;
}
.tx-hn-veranstaltungen .detail .referenten .teaserbox{
    margin-bottom:20px;
    
}
.tx-hn-veranstaltungen .detail .footnote{
    color:#666;
    font-size:12px;
}
.tx-hn-veranstaltungen .detail .referenten >a{
    min-height:50px;
    margin:5px 0;
    display:block;
}
.tx-hn-veranstaltungen .detail .referenten figure{
    margin:0;
}
.tx-hn-veranstaltungen .detail .referenten figure img{
    margin-right:5px;
    float:left;
}
.tx-hn-veranstaltungen .detail .referenten figure figcaption{
    display:block;
}
.tx-hn-veranstaltungen .detail table{
    width:100%;
    margin:20px 0;
    border: 1px solid #E5EBF2;
}
.tx-hn-veranstaltungen .detail table th,
.tx-hn-veranstaltungen .detail table td{
    padding: 2px 2px 2px 2px !important;
    text-align:left;
    background:none !important;
    color: #151515;
    vertical-align: top
}
.tx-hn-veranstaltungen .detail table th{
    width: 30%;
    color: #151515 !important;
}
#veranstaltung-googlemap{
    width:100%;
    height: 240px;
    margin:20px 0;
}
/*Referent Detailseite*/
.tx-hn-veranstaltungen .referent-detail img{
    float:left;
    margin: 0 10px 10px 0;
}
.tx-hn-veranstaltungen .referent-detail h2{
    margin-top:30px;
}
.tx-hn-veranstaltungen  a.backlink{
    margin:20px 0;
}
.tx-hn-veranstaltungen  a.printlink{
    float:right;
}
.clear{
    clear:both;
}
/*datepicker*/
.ui-datepicker th{
    background:none;
    color: #222222;
}