#mk_tipp {
    clear: both;
    display: none;
    width: 206px;
    z-index: 99;
    cursor: default;
}
#mk_tipp.show {
    display: block;
    cursor: pointer;
}
#mk_tipp h1 {
    font-size: .8em;
    line-height: 1.3;
}
#mk_tipp h1.gestrichen {
    color: #EF0000;
}
#mk_tipp p {
    font-size: .6em;
    line-height: 1.3;
    padding-top: .8em;
}
#mk_tipp .mk_tipp_top {
    width: 206px;
    height: 26px;
    background: transparent url(../images/tipp_top.gif) no-repeat;
}
#mk_tipp .mk_tipp_bottom {
    width: 206px;
    height: 8px;
    background: transparent url(../images/tipp_bottom.gif) no-repeat;
}
#mk_tipp .mk_tipp_content {
    width: 186px;
    padding: 2px 10px;
    background: transparent url(../images/tipp_content.gif) repeat-y;
}

