html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #C1DFFE;
    background-image: url(/repository/layout/background.jpg);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    line-height: 180%;
}

.hledat {
    color: #FFFFFF;
    background: #649EE8;
    height: 17px;
    width: 150px;
    border-bottom: 1px solid #81B1EF;
    border-right: 1px solid #81B1EF;
    border-top: 1px solid #0F4792;
    border-left: 1px solid #0F4792;
}

a {
    text-decoration: underline;
    color: #B9283D;
}

a:hover 
{ 
    color: rgb(74,138,228) ;
}

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;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 11px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .55em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double #81B1EF; 
    margin: 5px; 
}

img.border1 {
    border: 2px solid #9A9EA9; 
    }
