BODY {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 13px;
    background-color: white;
    color: black;
    width: 100%;
}

/* hirdetes szelessege (n+22px); default n = 1000; */
table#container {
    margin: 1px auto 0 auto;
    font-family: Arial, sans-serif;
    font-size: 11px;
}    

TABLE#container TD { padding: 0; }

#container #interstitial {
    background-color: #eee;
    border: 1px solid #acacac;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

#container #interstitial SPAN {
    display: block;
    font-size: 0px;
    font-family: Verdana;
    color: #666;
    margin-bottom: 0px;
}

#container #interstitial #ad { background-color: #d9d9d9; }

/* INTERSTITAL PAGE HEADER */
#inter_header {
    background: url('../css/img/hirdetes_bg.jpg') left center repeat;
    border: 2px solid #acacac;
    border-top: none;
    border-left: none;
    border-right: none;
}

#inter_header #inter_content {
    width: 70%;
    height: 110px;
    padding: 0;
    margin: 0 auto;
}

#inter_header #inter_content A#logo {
    display: block;
    width: 500px;
    height: 110px;
    background: url('../css/img/fejlec.jpg') left center no-repeat;
    float: left;
}

#inter_header #inter_content A#logo SPAN { display: none; }

#inter_header #inter_content #inter_text {
    float: right;
    margin-top: 10px;
    line-height: 15px;
    text-align: right;
}

#inter_header #inter_content #inter_text A { display: block; margin-top: 1px; font-weight: bold; }

