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

A { color: #24468a; text-decoration: none; }
A:hover { color: #ff6600; text-decoration: underline; }

/* hirdetes szelessege (n+22px); default n = 700; */
table#container {
    margin: 15px 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: 3px 10px 10px 10px;
    text-align: center;
}

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

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

/* INTERSTITAL PAGE HEADER */
#inter_header {
    background: #eee;
    border: 2px solid #acacac;
    border-top: none;
    border-left: none;
    border-right: none;
}

#inter_header #inter_content {
    width: 700px;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}

#inter_header #inter_content A#logo {
    display: block;
    width: 150px;
    height: 50px;
    background: url('/assets/images/logo_interstitial.png') 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; }
