body{
    margin:0;
    font-family: verdana;
    font-size:12px;
    background-color: #F2F4F1;
    font-family: Noto Sans,Arial;
}

div.body{
    margin:0 auto auto auto;
    display:block;
    width:800px;
    height:768px;
    /*border: 1px solid #000000;  */
}

img{
    border: none;
    background: transparent;
}

div.header{
    width: 100%;
    margin: 30px 0 0px 0;
    display: block;
    height: 125px;
}

    div.logo{
        float:left;
    }
    
    div.elerhetoseg{
        float:right;
        color: rgb(90,90,90);
        font-size: 16px;
        line-height: 140%;
        text-align: right;
    }
    
span.title{
    font-size: 16px; 
    text-transform: uppercase;
    color: #a4a6a5;
    font-weight: bold;
    line-height: 190%;    
}

hr{
    border-top : groove;
    border-color: #9A9FA2;
}

span.szakterulet{
    font-size: 16px; 
    text-transform: uppercase;
    color: #9A9FA2;
    font-weight: bold;
    line-height: 190%;
}

    span.sz_szoveg{
        color: rgb(90,90,90);
        font-size: 14px;
        line-height: 200%;  
        padding: 0 0 0 20px;
        display: block;    
    }