body {
font-size: 12px;
font-family: verdana;
}
table td {
font-size: 12px;
font-family: verdana;
}

a {
text-decoration: none;
color: #02F;
}
 
#prikaz a .podatki {
display:none;
position: absolute;
border-style: solid; 
background-color: white; 
padding: 5px;
width: 400px;
left:100px;
}

#prikaz a:hover .podatki {
display:block;
}