.ContentHead {
    margin: 20px;
    padding: 15px;
    background-color: #222222;
    color: #aaaaaa;
    font-size: large;
}

.ContentText {
    margin: 20px;
    padding: 15px;
    background-color: #888888;
    color: #ffffff;
    font-size: small;
}

/* Link - default */
a:link {
    color: #20537C;
    text-decoration: none;
}

a:visited {
    color: #20537C;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

a:active {
    color: #cc0000;
    text-decoration: none;
}

/* Link - orange */
a.orange:link {
    color: #f7a944;
    text-decoration: none;
}

a.orange:visited {
    color: #f7a944;
    text-decoration: none;
}
/*
a.orange:hover {
    color: #cc0000;
    text-decoration: underline;
}

a.orange:active {
    color: #cc0000;
    text-decoration: none;
}
*/

.leftMenu {
    font-weight: bolder;
    font-style: normal;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ff9933;
}

a.leftMenu:link, a.leftMenu:visited, a.leftMenu:active {
    color: #ff9933;
}

a.leftMenu:hover {
    color: #a0b010;
}

.leftMenuSelected {
    font-weight: bolder;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    text-decoration: solid;
    color: #ff3300;
}

a.leftMenuSelected:link, a.leftMenuSelected:visited, a.leftMenuSelected:active {
    color: #ff3300;
}

a.leftMenuSelected:hover {
    color: #a0b010;
}

.pageTitle {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #d02010;
    font-size: 18px;
}

.sectionTitle {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.sectionTitleKezdolap {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}

.listTitle {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #003366;
    font-size: 14px;
}

.content {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #00579E;
    font-size: 12px;
}

.inFilm {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

.inFilmKezdolap {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}

.footer {
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.normaltext {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
}

.DataField {
    padding-bottom: 4px;
}

.DataFieldGray {
    padding: 4px;
    margin-bottom: 4px;
    background-color: #777777;
}

.DataTitle {
    width: 30%;
    display: inline-block;
    text-align: right;
    color: #222222;
}

.ErrorBox {
    background-color: #ff8888;
    border: 1px solid #880000;
    color: #880000;
    padding: 10px;
}

.black {
    color: #000000;
}

.ContentTextTop {
    margin: 20px 20px 0 20px;
    padding: 15px;
    background-color: #888888;
    color: #ffffff;
    font-size: small;
}

.ContentTextMiddle {
    margin: 0 20px 0 20px;
    padding: 15px;
    background-color: #888888;
    color: #ffffff;
    font-size: small;
}

.ContentTextBottom {
    margin: 0 20px 20px 20px;
    padding: 15px;
    background-color: #888888;
    color: #ffffff;
    font-size: small;
}

@media only screen and (max-width: 730px) {
    .ContentTextTop {
        margin: 0;
        padding: 15px;
    }

    .ContentTextMiddle {
        margin: 0;
        padding: 0 0 10px 0;
    }

    .ContentTextBottom {
        margin: 0;
        padding: 15px;
    }

    .DataTitle {
        width: 100%;
        display: inline-block;
        text-align: left;
        color: #222222;
    }
}

.infoBlock {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 10;
}