html {background: #fff;}

body {
    font-family: Tahoma, "Arial CE", Arial, Helvetica, Verdana;
    font-size: 12px;
    line-height: 18px;
    color: #353535; /*#7c7979;*/ /*4a4a4b;*/
    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: #353535;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5 {
    color: #194978; /* slabsia modra #3983d0 */
    font-family: Verdana;
    font-weight: 100;
    margin: 10px 0;
}
h1 {font-size: 18px; line-height: 22px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}


a:link,
a:visited,
a:hover,
a:active
{
    /*color: #272727;*/
    color: #005BF2;
    text-decoration: none;
}
#right-content a,
#right-content a:link,
#right-content a:visited,
#right-content a:hover,
#right-content a:active,
.mceEditor a,
.mceEditor a:link,
.mceEditor a:visited,
.mceEditor a:hover,
.mceEditor a:active,
.mceContentBody a,
.mceContentBody a:link,
.mceContentBody a:visited,
.mceContentBody a:hover,
.mceContentBody a:active
{
    border-bottom: 1px solid #629FF2;
    padding-bottom: 2px;
}

.mceToolbar a,
.mceToolbar a:link,
.mceToolbar a:visited,
.mceToolbar a:hover,
.mceToolbar a:active,
.mceStatusbar a,
.mceStatusbar a:link,
.mceStatusbar a:visited,
.mceStatusbar a:hover,
.mceStatusbar a:active,
ul.simple-gallery a /* ul.simple-gallery is in file: class.simplegallery.php */
{
    border: none !important;
    padding: none !important;
}


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

.MODRA-1 {color: #194978;}
.BORDOVA-1 {color: #f68a3f;}
.ORANZOVA-1 {color: #630c37;}

.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;
}
