
/* search, alphanavi, list
 --------------------------------------------------*/
.tx-nc-glossary .left {
    width: 18%;
    float: left;
    clear: both;
 }
 .tx-nc-glossary .right {
     float: left;
     width: 82%;
}
.tx-nc-glossary label {
    position: relative;
    top: 3px;
    color: #004b75;
}
.tx-nc-glossary .glossar-search {
    width: 100%;
    height: 21px;
    border: 1px solid #b3bccf;
    background-color: white;
    color: black;
    padding: 0;
    margin: 0 0 10px 0;
    vertical-align: middle;
}
.tx-nc-glossary .submit {
    background: #bfae94;
    color: #064a78;
    font-family: 'PT Sans', Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    height: 2em;
    width: 15%;
}
.tx-nc-glossary .submit:hover {
    background: #064A78;
    color: #fff;
}

.tx-nc-glossary .results {
    border-top: 1px solid #064a78;
    width: 100%;
    margin: 1em 0;
}

.tx-nc-glossary .alphanavi {
    margin: 0 auto 10px auto;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #9ab7c7;
    font-family: 'PT Sans', Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
.tx-nc-glossary .alphanavi .letter {
    padding: 7px 0 5px 0;
    width: 3.84615%;
    display: block;
    float: left;
    border-bottom: 1px solid #FFFFFF;
    color: #CCCCCC;
    cursor: default;
}
.tx-nc-glossary .alphanavi a .letter {
    font-size: 1.1em;
    color: #8a98b6;
    cursor: pointer;
}
.tx-nc-glossary .alphanavi a:hover .letter {
    font-weight: bold;
    color: #064A78;
    border-bottom: 1px solid #004B75;
}

.tx-nc-glossary .item {
    margin: 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #cecece;
}
.tx-nc-glossary .item p {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    color: #000;
}
.tx-nc-glossary .item h5 {
    margin: 16px 0 12px 0;
    padding: 0;
}


/* tooltip
 --------------------------------------------------*/
div#glossar-tooltip {
    width: auto;
    min-width: 200px;
    max-width: 400px;
    background: white;
    border: 1px solid #99B7C8;
    opacity: 0;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    ms-transition: opacity 1s;
    z-index: 999;
}
div#glossar-tooltip h5 {
    padding: 0 0 5px 10px;
    border-bottom: 1px solid #cecece;
}
div#glossar-tooltip p {
    padding: 5px 10px;    
}
div#glossar-tooltip .panel {
    background: #e6edf1;
    height: 25px;
    margin: 0 0 -5px -5px;
    padding: 6px 10px 0 0;
    text-align: right;
    width: 100%;
}
div#glossar-tooltip .panel a { border: none; }
div#glossar-tooltip span.close {
    background: url('/fileadmin/templates/images/sprite-icons-1.all.png') 0px -6920px no-repeat;
    float: right;
    height: 20px;
    margin-top: 3px;
    width: 20px;
}
div#glossar-tooltip span.close:hover { background-position: 0px -6880px; cursor: pointer; }
