html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #DBDFE7;
    line-height: 180%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    line-height: 180%;
}

a {
    text-decoration: underline;
    color: rgb(74,138,228);
}

a:hover 
{ 
    color: #BDD518;
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #003F95;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
    color: #FFFFFF;
    background-image: url(/repository/layout/box.png);
    height: 31px;
    width: 530px;
}

h2 {
    font-size: 12px;
}

h3,h4,h5,h6 {
    font-size: 11px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/new/sipka.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double #CAF39A; 
    margin: 5px; 
}

.sluzby a {
    color: #222222; 
    text-decoration: none; 
}