body
{
    color: #000000;
    background: #e8e8e8 url(pics/bg.png) repeat-x;
    margin-top: 10px; 
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px; 
}



h1
{
    color: #202020;
    font-family: arial, helvetica, sans-serif; 
    font-size: 14pt;
    font-weight: bold;
    line-height:150%; 
    margin: 0px; 
}

h2
{
    color: #202020;
    font-family: arial, helvetica, sans-serif; 
    font-size: 12pt;
    font-weight: bold;
    line-height:140%; 
    margin: 0px;
}

h3
{
    color: #202020;
    font-family: arial, helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    line-height:140%; 
}

li
{
   margin-bottom: 6px;

}

a
{
    color: #103004;
    text-decoration: underline;
}


/* paragraphs */
p
{   
    color: #101010;
    font-family: tahoma, arial, helvetica, sans-serif; 
    font-size: 9pt;
    line-height:140%; 
    margin-top:0; 
    margin-bottom:0
}

td
{   
    color: #101010;
    font-family: tahoma, arial, helvetica, sans-serif; 
    font-size: 9pt;
    line-height:140%; 
    margin-top:0; 
    margin-bottom:0
}

.head 
{
    background-color: #a8a478;
}  


.menufr
{
    background-color: #103004;
    color: #fcfcfc;
}

a.menu
{   
    background-color: #103004;
    color: #fcfcfc;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
}

a.menu:hover
{
    background-color: #1c4c08;
}

.fr
{
    border: 1px solid #4c4c4c;
}    

.behuz
{
    margin-left: 10px;
    font-family: "Courier New", Courier;
}     

span.szerk
{
    color: #204080;
    font-style:italic;
}

/* általános módosítók */
.wh
{   
    color: #ffffff;
}

.l
{
    text-align: left;
}

.c
{
    text-align: center;
}

.s8
{
    font-size: 8pt;
}

.s9
{
    font-size: 9pt;
}

.s10
{
    font-size: 10pt;
    font-weight: bold;
}

.s12
{
    font-size: 12pt;
    font-weight: bold;
}

.s14
{
    font-size: 14pt;
    font-weight: bold;
}

.b
{
    font-weight: bold;
}

.n
{
    font-weight: normal;
}

.lh200
{
    line-height:200%;
}