body
{
    font-size: 75%;
    margin: 0;
    padding: 0;
    color: #444;
    background: #f0f0f0;
    font-family: Arial, Tahoma, sans-serif;
}

h1, h2
{
    padding: 5px 0;
    position: relative;
}

h1
{
    font-size: 20px;
    border-left: 10px solid #d5d5d5;
    margin-left: -10px;
    padding-left: 10px;
}

h2
{
    font-size: 16px;
}

ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

a
{
    color: #c70000;
    text-decoration: none;
}

a:hover
{
    color: #222;
    text-decoration: underline;
}

a img
{
    border: none;
}

a img.logo
{
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

p.domain_name
{
    position: absolute;
    top: 0; left: 25%;
    font-size: 20px;
    color: #f47373;
    font-weight: bold;
    margin: 0;
    padding; 0;
    padding-top: 10px;
}

/* ====================================================== STRUKTURA =========================================================== */

form
{
    margin: 0;
    padding: 0;
}

#page
{
    text-align: center;
    background: url(../images/page_bg.gif) repeat-x;
}

#sheet
{
    width: 920px;
    text-align: left;
    background: url(../images/inner_bg.jpg) no-repeat;
    margin: 0px auto;
}

#top_panel
{
    border-bottom: 2px solid #a20a0a;
    position: relative;
    margin: 0 -9px;
    text-align: left;
    padding: 10px 15px 0 15px;
}

* html #top_panel
{
    margin-top: -3px;
}

#content
{
    background: url(../images/content_bg.gif) repeat-y;
    text-align: center;
    padding: 0 20px 20px 20px;
}

#entry
{
    text-align: left;
    padding-top: 10px;
}

/* ====================================================== FORMATOWANIE =========================================================== */

/* --- Wyszukiwarka */

form.finder input
{
    border: 1px solid #888;
    background: #f4f4f4;
    font-size: 11px;
    color: #444;
}

form.finder input:focus
{
    background: #fff;
}

form.finder input.button, form input.button:focus
{
    background: #666;
    border: 1px solid #666;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

* html form.finder input.button, * html form.finder input.button:focus
{
    border-top: 1px solid #fff;
}

/* --- Menu */

ul.menu
{
    float: right;
    margin-top: -12px;
}

ul.menu li
{
    display: inline;
}

ul.menu a
{
    text-decoration: none;
    border-left: 1px solid #888;
    padding: 0 10px;
    font-weight: bold;
}

ul.menu a:hover, ul.menu a:active
{
    color: #888;
    border-left: 1px solid #c70000;
}

/* --- Lista kategorii */

ul.category
{
    padding-left: 10px;
}

ul.category li
{
    background: url(../images/li_decor.gif) top left no-repeat;
    padding-left: 20px;
}

ul.category a
{
    color: #666;
    text-decoration: none;
}

ul.category a:hover
{
    color: #c70000;
    text-decoration: underline;
}

/* --- Tytuł strony */

.title h2
{
    font-size: 12px;
    margin: 0;
    padding: 3px 0;
}

/* --- Opis strony */

.description
{
    background: #f4f4f4;
    padding: 10px 15px;
    border: 1px solid #aaa;
    width: 830px;
}

/* --- URL do strony */

.url
{
    font-weight: bold;
    text-decoration: underline;
}

/* --- Statystyki */

.stat
{
    margin-bottom: 20px;
    font-style: italic;
    color: #000;
    font-size: 11px;
    padding-top: 3px;
    text-align: right;
}

/* --- Paginacja */

.pagination a
{
    padding: 2px 5px;
    border: 1px solid #ffb7b7;
    text-decoration: none;
}

.pagination a:hover, .pagination a:active
{
    border: 1px solid #9e0000;
    color: #666;
}

.pagination a.active
{
    background: #c70000;
    border: 1px solid #c70000;
    color: #fff;
    font-weight: bold;
}

/* --- Najczęściej oglądane */

.top_viewed a
{
    margin-right: 30px;
    line-height: 1.6em;
}

/* --- Stopka */

#footer
{
    padding: 6px 0;
    width: 100%;
    color: #fff;
    background: url(../images/footer_bg.gif) repeat-x;
}

#footer p
{
    padding: 0;
    margin: 0;
    padding-right: 20px;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
}