/*---------------------------------------------------------------------------------------------------------------------------------------------------------
          OBECNÉ DEFINICE
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
    margin: 0px;
    text-align: left;
    font: 70%/1.4em Arial, Sans-Serif;
    color: #686868;
}

p {
    margin: 0px;
}

h3, .h3 {
    font-size: 130%;
    color: #6c88d0;
    margin-top: 0px;    
    margin-bottom: 2px;
    font-weight:bold;
}

h4, .h4 {
    font-size: 110%;
    font-weight: bold;
    color: #3f64c4;
    margin-top: 0px;    
    margin-bottom: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul li {
    background-image: url(Images/list.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 8px;
}

a
{
    color: #3759b0;
    text-decoration: none;
    background-image: url(Images/link1.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}