.contentpane .searchContent .searchField {
    border: 2px solid #3B8DB8;
    box-shadow: 0 0 2px 1px rgba(59, 141, 184, 0.55) inset;
    margin-right: 10px;
    padding: 8px 1%;
}

.contentpane .searchContent .searchButton {
    background: none repeat scroll 0 0 #C40E0A;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 7px 0;
    text-align: center;
}


/* BUS A-Z Index*/

.busAZ-Wrapper {
    margin: 0;
    width: 100%;
}

.busWrapper {
    width: 100%
}

.busWrapper .listNav {
    margin: 0px 0 10px;
    padding: 14px 0 0;
    position: relative;
}

#busAZ {
    width: 100%;
    padding: 0px;
    list-style: none;
}

#busAZ li {
    margin: 0 0 10px;
    width: 100%;
}

.ln-letters {
    overflow: hidden;
}

.ln-letters a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    -o-border-image: none;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    display: inline-block;
    font-size: 1em;
    padding: 6px 10px;
    text-decoration: none;
}

.ln-letters a.ln-last {
    border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
    background-color: #EAEAEA;
}

.ln-letters a.ln-disabled {
    color: #CCCCCC !important;
}

.ln-letter-count {
    color: #3B8DB8;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 3px;
    text-align: center;
    position: absolute;
}


/* BUS Detailansicht*/

.busContent .dropdownWrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 300px;
    position: relative;
    margin: 10px 0px;
    display: block;
}

.dropdownWrapper::before {
    content: "";
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000080;
    pointer-events: none;
}

.dropdownWrapper::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    height: 0px;
    pointer-events: none;
}

.busContent .dropdownWrapper .ddlGebiet {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    border-radius: 0px;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    display: block;
    margin: 0;
    width: 100%;
}

.contentpane .busContent h3.fontSizeNormal {
    font-size: 14px;
}

.contentpane .busAnliegen h3 {
    font-size: 14px;
}

.busAnliegen ul {
    list-style-position: inside;
    margin-left: 2px;
    display: table;
}

.busAnliegen ul li {
    margin-left: 13px;
    text-indent: -12px;
}

.busContent .oeSelect .imageVisible label {
    width: 67%;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0 0;
    color: #6B6B6B;
    line-height: 1.1em
}

.busContent .oeSelect label {
    width: 62%;
}

.busContent .oeSelect select {
    width: 67%;
}

.busContent .leistungsTitel h2 {
    color: #3D464C;
    font-size: 22px;
    margin: 0 0 10px;
    width: 100%;
}

.busContent .imageOE {
    width: 150px;
    margin: 0 10px 0 0;
}

.content .busContent .imageOE img {
    margin: 0 !important;
}

.busContent .oeTitle h2 {
    color: #3B8DB8;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
    width: 100%;
}

.busContent .oeTitle.image h2 {
    width: 340px;
}

.busContent .addressAnschrift {
    margin: 10px 0 0 0;
    width: 100%;
}

.busContent .addressAnschrift> span {
    margin: 0 0 0 12px;
    width: auto;
}

.busContent .addressAnschrift> span:first-child {
    margin: 0
}

.busContent .addressAnschrift .contactData {
    color: #000080;
    margin: 0 0 0 12px;
    width: 130px
}

.busContent .addressAnschrift .contactData> span,
.busContent .addressAnschrift .contactData> div {
    padding: 0;
    margin: 3px 0 0 0
}

.busContent .busTabs {
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #A8A380;
}

.busContent .busAnliegen {
    width: 100%;
}

.busContent .busMitarbeiter> span> h3,
.busContent .busFormulare> span> h3 {
    display: none
}

.busContent .busMitarbeiter .busContact {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 18px;
    padding: 0 0 18px;
    width: 100%;
}

.busContent .busMitarbeiter .busContact div {
    margin: 1px 0;
    width: 100%;
}

.busContent .busMitarbeiter .busContact div.name,
.busContent .busMitarbeiter .busContact div.cB,
.busContent .busMitarbeiter .busContact div.zustaendigkeit {
    width: 100%;
}

.busContent .busMitarbeiter .busContact div.nachnamenzustaendigkeit span {
    color: #E20100;
}

.busContent .busMitarbeiter .busContact div.Adresse,
.busContent .busMitarbeiter .busContact div.raum,
.busContent .busMitarbeiter .busContact div.tel,
.busContent .busMitarbeiter .busContact div.internet {
    width: 280px;
}

.busContent .busFormulare .busDocs {
    border-bottom: 1px dotted #CCCCCC;
    margin: 4px 0;
    padding: 0 0 10px;
    width: 415px;
}

.busContent .busFormulare .busDocs .titel {
    color: #A8A380;
    margin: 0 0 5px;
    width: 100%;
}

.busContent .busFormulare .busDocs a {
    height: 26px;
    margin: 0 10px 0 0;
    width: 30px;
}

.busContent .busFormulare .busDocs .urlPDF {
    background: url("../../images/relaunch/icons/pdf.gif") no-repeat scroll 0 0 transparent;
}

.busContent .busFormulare .busDocs .urlPDF2 {
    background: url("../../images/relaunch/icons/pdf-interak.gif") no-repeat scroll 0 0 transparent;
}

.busContent .busFormulare .busDocs .urlInteraktiv {
    background: url("../../images/relaunch/icons/java-interak.gif") no-repeat scroll 0 0 transparent;
}


/* Bus Right */

.busRight .busBlocks .blockcontent {
    display: none;
    padding: 0 10px 10px 10px;
}

.busRight h4 {
    color: #000;
    font-size: 16px;
    margin: 30px 0 10px;
}

.busRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.busRight ul li {
    margin-left: 0;
    text-indent: 0;
}

.busRight h3 {
    background: no-repeat scroll 0 center #000080;
    color: #ffffff;
    padding: 10px 40px 10px 10px;
    margin: 0 0 10px 0;
    cursor: pointer;
    font-family: Arial;
    position: relative;
}

.busRight h3:after {
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 5px;
    bottom: 0px;
    margin: auto;
}

.busRight ul li> ul {
    display: none;
    padding: 0 10px 10px 10px;
}

.busRight #busBlocksLoad ul {
    padding: 0 0 0 30px;
    list-style: disc;
    margin: 5px 0;
    width: auto;
}

.busRight #busBlocksLoad ul ul {
    display: block !important;
    width: 100%;
}

.busRight h3.noShadow:after {
    background: url(../images/rightArrowSprite.png) no-repeat scroll 0px 0 transparent !important;
}

.busRight .parking {}

.busRight .parking> div {
    margin: 0 5px 5px 0;
    width: auto;
}

.busRight .parking> div.title {
    width: 100%;
    margin: 0 0 2px 0
}

.busRight .adressContainer .twoInnerRow {
    width: 43%;
    white-space: nowrap;
}

.busRight * {
    line-height: 22px
}

.busRight p {
    margin: 5px 0 0 0
}

.busRight .gebuehr {
    width: 95%;
    margin: 0 0 12px;
}

.busContact {
    border-bottom: 1px dashed #000080;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.busContact h5,
.busContact h5 span {
    font-size: 16px;
}

.busContact .position b {
    font-size: 14px;
}

.busContact .contactData {
    background: #E8E8E8;
    padding: 10px;
}

.busContact .contactData strong {
    display: none;
}

.busContact .contactData br {
    width: 0;
}

.busDocs {
    border-bottom: 1px dashed #000080;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

.busDocs .titel {
    color: #000080;
    width: 70%;
    margin: 0 15px 0 0;
}

.busDocs .linkContainerForms span> a {
    display: inline-block;
    width: 24px;
    height: 28px;
    margin: 0 0 0 10px;
}

.busDocs .linkContainerForms span:first-child a {
    margin: 0;
}

.busDocs .linkContainerForms {
    margin-top: 10px;
}

.busDocs span> a.urlPDF {
    background: url(../images/icons/pdf.png) no-repeat scroll 0 0 transparent;
}

.busDocs span> a.urlPDF2 {
    background: url(../images/icons/pdf_interaktiv.png) no-repeat scroll 0 0 transparent;
}

.busDocs span> a.urlInteraktiv {
    background: url(../images/icons/java_interaktiv.png) no-repeat scroll 0 0 transparent;
}
.busWrapper .backLink{
    margin-top: 30px !important;
}
.listNav,.ln-letters{overflow:hidden}
.listNavHide{display:none}/
.listNavShow{display:list-item}
.letterCountShow{display:block}
.ln-letters .ln-last{border-right:1px solid silver}
.ln-letters a:hover,.ln-letters .ln-selected{background-color:#eaeaea}
.ln-letters .ln-disabled{color:#ccc}
.ln-letter-count{position:absolute;top:0;left:0;width:20px;text-align:center;font-size:0.8em;line-height:1.35;color:#336699}
