html, body {
    font-size: 12px;
    font-family: Comic Sans MS, Tahoma, Arial, Verdana;
    color: #222222;
    background: #FFE136;
    background-image: url(/repository/layout/backgroud.png);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 12px;
    font-family: Comic Sans MS, Tahoma, Arial, Verdana;
    color: #222222;
    line-height: 180%;
}

a {
    text-decoration: underline;
    color: rgb(74,138,228);
}

a:hover 
{ 
    color: #DB9500;
}

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: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .6em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 2px dashed #C2CEDB;
}

.hledat {
    color: #222222;
    background: #FFFFFF;
    height: 17px;
    width: 120px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}