html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #03080F;
    background-image: url(/repository/layout/2010/background.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 100%;
    line-height: 180%;
}


td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    line-height: 180%;
}

a {
    text-decoration: underline;
    color: #B71212;
}

a:hover 
{ 
    color: #0058CF;
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #0058CF;
    font-weight: bold;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a,h2 a,h3 a,h4 a {
    text-decoration: underline;
    color: #0058CF;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover
{
    text-decoration: underline;
    color: #B71212;
}
/*
h1 a {
    text-decoration: underline;
    color: #0058CF;
}

h1 a:hover
{
    text-decoration: underline;
    color: #B71212;
}

h2 a {
    text-decoration: underline;
    color: #0058CF;
}

h2 a:hover
{
    text-decoration: underline;
    color: #B71212;
}
*/

h1 {
    font-size: 20px;
    line-height: 140%;
}

h2 {
    font-size: 16px;
}

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 .4em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

.hledat {
    color: #8298BD;
    font-size: 14px;
    background: #030D1F;
    height: 24px;
    width: 222px;
    border-bottom: 1px solid #0C2247;
    border-right: 1px solid #0C2247;
    border-top: 1px solid #030D1F;
    border-left: 1px solid #030D1F;
}