html {background: #fff;}

body {
    font-family: "Arial CE", Arial, Tahoma, Helvetica, Verdana;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0;
    padding: 0;
}

/* remember to define focus styles! */
:focus {outline: 0;}
a:focus {outline: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* remove textarea scrollbar in IE */
textarea {overflow: auto;}

/* everytime the table "wraps" to a new page, the header and footer are redisplayed */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }

p, div {margin: 0; padding: 0;}
img {border: none;}

p {
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
    color: #2f3298;
    font-family: Verdana;
    font-weight: 100;
    margin: 10px 0;
}

h1 {
    color: #2f3298;
    font-size: 18px; line-height: 24px;
    background: url('../images/site/h1_bg.png') no-repeat left top;
    width: 595px; height: 39px;
    margin: 20px 0 10px -50px;
    padding: 8px 0 0px 50px;
}

h2 {font-size: 16px; color: #0088c2;}
h3 {font-size: 14px; text-transform: uppercase; color: #fe0041; font-weight: bold;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}

a,
a:link,
a:visited,
a:hover,
a:active
{
    color: #000; /* Slabo modra: #137fc1 */
    text-decoration: none;
}
a:hover {text-decoration: underline;}

ul, li {margin: 0; padding: 0; background: none; list-style: none;}
li {
    position: relative;
    background: url(../images/site/li.png) no-repeat left 8px;
    padding: 2px 0 2px 15px;
    margin: 6px 0;
    /*font-weight: bold;*/
}


.ODRAZKA-MANAZM {background: url(../images/site/li_manazm.png) no-repeat left 8px;}
.ODRAZKA-REGROZ {background: url(../images/site/li_regroz.png) no-repeat left 8px;}
.ODRAZKA-MARKET {background: url(../images/site/li_market.png) no-repeat left 8px;}
.ODRAZKA-FUNDRI {background: url(../images/site/li_fundri.png) no-repeat left 8px;}
.ODRAZKA-CERVENA {background: url(../images/site/li.png) no-repeat left 8px;}
.ODRAZKA-CIERNA {background: url(../images/site/li_black.png) no-repeat left 8px;}
.ODRAZKA-MODRA {background: url(../images/site/li_blue.png) no-repeat left 8px;}


.BLUE-1 {color: #2f3298;} /* rovnake ako h1 */
.RED-1 {color: #fe0041;} /* rovnake ako h3 */

.FARBA-MANAZM {color: #ff79c0;}
.FARBA-REGROZ {color: #bd50ff;}
.FARBA-MARKET {color: #00c8de;}
.FARBA-FUNDRI {color: #ff7e00;}

.BOLD {font-weight: bold;}
.ITALIC {font-style: italic;}
.UNDERLINE {text-decoration: underline;}

.FONT-SIZE-10 {font-size: 10px;}
.FONT-SIZE-12 {font-size: 12px;}
.FONT-SIZE-14 {font-size: 14px;}
.FONT-SIZE-16 {font-size: 16px;}
.FONT-SIZE-18 {font-size: 18px;}
.FONT-SIZE-20 {font-size: 20px;}
.FONT-SIZE-22 {font-size: 22px;}

.MARGIN-TB-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.MARGIN-TB-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.MARGIN-TB-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
