/*Glossar*/
.fcGlossarListLetters {padding-top: 16px; padding-left: 16px;margin-bottom: 16px;border-top: 1px solid #CC9900;position: relative;}
.fcGlossarJumpLinks{  margin-bottom: 16px;margin-left: 22px;}
.fcGlossarJumpLinks a {display: block; float: left;font-size: 16px;  margin-left: 9px; margin-right: 9px; text-decoration: none !important;}
.fcGlossarJumpLinks a.first {margin-left: 0px;}
.fcGlossarJumpLinks a.last {margin-right: 0px;}
.fcGlossarListLetters .left {width: 45px;font-size: 24px;font-weight: bold;text-align: center;}
.fcGlossarListLetters .right {width: 749px;}
.fcGlossarListLetters .right a {display: block; width: 157px; margin-right: 16px;float: left;line-height: 20px;}
.fcGlossarListLetters a.jumpUp {display: block; height: 16px;width: 16px;background-repeat: no-repeat;  position: absolute; right: 0px;  top: 16px;}
.fcGlossarHead{font-size:15px;}
.fcGlossarEmphasize{color:#389CB4 !important;}
#tooltip {
	background: #d1d8db url(../bg/svg/grad_grey-light.svg);
    background: -moz-linear-gradient(#fff, #d1d8db);
    background: -ms-linear-gradient(#fff, #d1d8db);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d1d8db));
    background: -webkit-linear-gradient(#fff, #d1d8db);
    background: -o-linear-gradient(#fff, #d1d8db);
    background: linear-gradient(#fff, #d1d8db);
    color: #000;
    border: 1px solid #3799B1;;
    display: none;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    width: auto;
	max-width:434px;
    z-index: 2101;
}