/*
 * vvs2.css - Apeva stilus (migralva apeva.art/vvs.css-bol, 2026-08-03)
 * Hasznalja: simus.hu/{hu,en,fr,bg}/apeva/*.htm(l)
 * Az eredeti szabalyok valtozatlanok; a fajl vegen csak nehany
 * reszponziv kiegeszites szerepel, mivel a kulon mobil mappak (xx_m/)
 * migracio soran megszuntek.
 */
body
{ 
    background-color: white; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 10pt;
}
p 
{
    font-size: 10pt;
}
A:link 
{
	border-bottom: #CCCCCC 2px dotted; text-decoration: none;
}
A:active 
{
	border-bottom: #000099 2px dotted; text-decoration: none;
}
A:visited 
{
	border-bottom: #CCCCCC 2px dotted; text-decoration: none;
}
A:hover 
{
    border-bottom: #000099 2px dotted; text-decoration: none;
}
a.tt:hover
{
    position: relative;
    z-index: 23;
}
a.tt span
{
    display: none;
}
a.tt:hover span
{
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    border: 1px solid #305981;
    color: #305981;
    z-index: 20;
    padding: 5px;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}

/* --- Reszponziv kiegeszites (2026-08-03) ---
   Az eredeti oldalak fix szelessegu tablazatokkal keszultek (FrontPage,
   2005 kornyeke), kulon "_m" mobil valtozattal. Migraciokor ez a kulon
   mobil mappa megszunt; helyette ez a par altalanos szabaly gondoskodik
   arrol, hogy a tartalom kis kepernyon is hasznalhato maradjon
   (kepek/tablak ne loggjanak ki, ne kelljen vizszintesen gorgetni). */
img {
    max-width: 100%;
    height: auto;
}
table {
    max-width: 100%;
}
@media (max-width: 800px) {
    table[width] {
        width: 100% !important;
    }
    table {
        display: block;
        overflow-x: auto;
    }
}
