#archiv
{
    width:772px;
}
#tooltip {
    font-weight: normal !important;
    font-size:small;
    background-color: white !important;
}

 #Jp {
    background-color:white;
    
    height: 330px;
    _height: expression(this.scrollHeight > 300? "300px" : "auto" );
    overflow: auto;
    border-bottom:5x solid white;
 }