.menu {
        
  left:330px;
    }   
 
.menu2 {
     position:relative;
     left:515px;
     top:-5px;
    }
       .menu2 ul li a {
            text-transform: lowercase !important;        
}

.abc {
position:absolute;
top:-65px;
    text-transform: uppercase;
    width:700px;
}
.abc em {
    visibility:hidden;
    width:3px;
    
    
    
}

#obsah .boxy div, #obsah .boxy h2  {
    padding-left:0;
    padding-top:0;

}


.abc a.acta {
    text-decoration: none;
}
.tip {
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
}

 #Jp {
    background-color:white;
    
    height: 330px;
    _height: expression(this.scrollHeight > 300? "300px" : "auto" );
    overflow: auto;
    border-bottom:5x solid white;
 }