    .anotimp {

        background-image: url(../images/zapada.gif);
        background-repeat: no-repeat;
        width: 530px;
        height: 28px;
        left: 274px;
        top: 15px;
        position: absolute;
        z-index:9999;

    }

    .anotimp_footer {

        background-image: url(../images/zapada_bottom.gif);
        background-repeat: no-repeat;
        width: 779px;
        height: 41px;
        left: 10px;
        top: 15px;
        position: absolute;
        z-index:9999;

    }

    .mainbg_left {

        background-image: url(../images/mainbg_left.jpg);
        background-repeat: no-repeat;
        position: absolute;
        left: -134px;
        top: -34px;
        width: 141px;
        height: 229px;

    }

    .mainbg_right {

        background-image: url(../images/mainbg_right.jpg);
        background-repeat: no-repeat;
        position: absolute;
        left: 793px;
        top: -35px;
        width: 131px;
        height: 229px;

    }

    /* titles */
    h1.title { font-family: verdana, tahoma, arial, sans; color:#941866; font-size: 16px; font-weight:bold; }
    /* subtitles */
    h2.subtitle { font-family: verdana, tahoma, arial, sans; color:#941866; font-size: 14px; font-weight:bold; }
    .subtitle { font-family: verdana, tahoma, arial, sans; color:#941866; font-size: 14px; font-weight:bold; }

    /* standard links */
    a { font-family: verdana, tahoma, arial, sans; color: #921466; font-size: 11px; }
    /* links in the articles categories box (default and selected categories) */
    .articlesCategories { text-decoration: none; color: #ffffff; }
    .articlesCategoriesSelected { text-decoration: none; color: #000000; }
    /* links in footer */
    .footer { color: #941866; }
    /* links in litle redish buttons all over the site */
    .smallButtons { text-decoration: none; color: #ffffff; font-size:9px; font-weight: bold; }

    /* custom style for displaying the name of the "cat of the month" */
    .catOfMonthName { font-family:verdana, tahoma, arial, sans; font-weight:bold; font-size:17px; color:#f59d31; }

    /* standard text all over the site */
    .standard { font-family:verdana, tahoma, arial, sans; color: #000000; font-size: 11px; }
    .standardSmall { font-family:verdana, tahoma, arial, sans; color: #000000; font-size: 10px; }

    /* this is used on all the textboxes in forms */
    .text { font-family:verdana, tahoma, arial, sans; border:1px solid #921466; color: #000000; font-size:11px; }
    
    /* make this similar to "standard" class.
     this as safety if i forget to put somewhere class="text" :) */
    td { font-family:verdana, tahoma, arial, sans; color: #000000; font-size:11px; }

    /* submenu links */
    .submenu { font-family:verdana, tahoma, arial, sans; font-weight:bold; font-size:11px; color:#ffffff; text-decoration:none; }
    a.submenu:hover {color: yellow}
