.tip {
/*  Textattribute des Quickinfo-Titels */
/*  border-bottom: 1px dotted #000000; */
    border: 0;
    cursor: hand;
}

/*  Attribute der Quickinfo-Links */
a.tip, a.tip:link, a.tip:visited, a.tip:active {
    color: #004080;
    text-decoration: none;
    position: relative;
}

/*  Attribute bei Mausberührung der Quickinfo-Links */
a.tip:hover {
    color: #c10000;
    background: transparent;
    z-index: 100;
}

/*  Attribute der Quickinfo-Box */
a.tip span {
    display: none;
    text-decoration: none;
}

/*  Attribute bei Mausberührung der Quickinfo-Box */
a.tip:hover span {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    z-index: 100;
    color: #064451;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 10px;
    background-color: #fffde8;
    text-align: left;
    border-color: #246e71;
    border-style: solid;
    border-width: 1px 1px;
}
