BODY {
    text-align: center;
    background-color: black;
    background-image: url('logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: gray;
}

DIV.kontener {
    width: 100%;
}

DIV.alkontener {
    width: 600px;
}

DIV.fejlec {
    font-family: Times New Roman, sans-serif;
    font-size: 26px;
    margin: 30px 0px 30px 0px;
    letter-spacing: 10px;
}

DIV.menu {
    font-size: 20px;
    margin: 30px 0px 30px 0px;
    letter-spacing: 5px;
    max-width: 800px;
}

DIV.szoveg {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 40px 15px 40px 15px;
}

SPAN.menupont {
    cursor: pointer;
}

DIV.hirek {
    padding: 0 200px;
}

DIV.hirfejlec {
    margin: 15px 0px;
}

DIV.hircim {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 5px;
}

DIV.hirdatum {
    font-size: 12px;
}

DIV.hirtorzs {
    text-align: justify;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

DIV.hirlablec {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    margin: 20px 0px;
}

A {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    color: darkred;
}

A.belsolink:hover {
    color: white;
}

INPUT.inputText {
    border: none;
    height: 18px;
    background-color: lightgray;
    color: black;
    width: 150px;
}

INPUT.inputButton {
    border: none;
    background-color: darkgray;
    font-weight: 600;
}

TEXTAREA {
    width: 100%;
    height: 100px;
    border: none;
    background-color: lightgray;
    color: black;
    font-family: Verdana, sans-serif;
}

SELECT {
    border: none;
    background-color: lightgray;
    color: black;
}

DIV.sor {
    display: table;
    width: 100%;
    max-height: 18px;
    margin: 20px 0px;
}

SPAN.cella {
    display: table-cell;
    height: 100%;
    text-align: center;
    width: 200px;
}

HR {
    width: 300px;
}

A.cimlink {
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    color: darkred;
    font-size: 16px;
}

A.cimlink:hover {
    color: white;
}

SPAN.balcella {
    display: table-cell;
    height: 100%;
    text-align: left;
    padding: 20px;
}

SPAN.jobbcella {
    display: table-cell;
    height: 100%;
    text-align: right;
    padding: 20px;
}

SPAN.centercella {
    display: table-cell;
    height: 100%;
    text-align: left;
    padding: 10px 10px;
}

DIV.aprobetu {
    font-size: 10px;
}

DIV#pictureBgID {
    display: none;
    background: transparent url('./pic/pbg.gif') repeat fixed;
    position: absolute;
    top: 0px;
    left: 0px;
}

IMG#imageID {
    display: none;
    position: absolute;
    border: solid gray 2px;
}

DIV.overflowBlock {
    overflow: auto;
}

IFRAME {
    border: solid gray 2px;
    background: transparent;
    width: 100%;
    height: 500px;
    margin: 20px 0px;
}

SPAN.linkSzoveg {
    font-size: 12px;
    cursor: pointer;
}

IMG {
    border: none;
}

IFRAME PRE {
    color: white;
}

