html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #4C5F76;
    background: #061C38;
/*    background-image: url(/repository/layout/background.jpg);
    background-repeat: repeat-x;
    height: 100%;*/
    line-height: 180%;
}

.background_right {
	background-image: url(/repository/layout/background_1.jpg);
	background-repeat: no-repeat;
	background-position: 40% 0%;
}

td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #4C5F76;
    line-height: 180%;
}

a {
    text-decoration: underline;
    color: #DB9500;
}

a:hover 
{ 
    color: rgb(74,138,228);
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1 {
    background-image: url(/repository/layout/box_body_2.jpg);
    height: 58px;
    font-family: TimesNewRoman;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;    
    padding-top: 23px;
    padding-left: 95px;
    color: #FFFFFF;
    margin: 0px;
}

h2, h3, h4, h5, h6 {
    color: #1C6ABB;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/odrazka.png);
    background-repeat: no-repeat;
    background-position: 0 .0em;
    padding-left: 30px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px solid #FFFFFF; 
    margin: 5px; 
}

#imgCaption {
    font-size: 12px !important;
    font-weight: bold !important;
}

.hledat {
    color: #FFFFFF;
    background: #165890;
    height: 14px;
    width: 145px;
    border-bottom: 1px solid #165890;
    border-right: 1px solid #165890;
    border-top: 1px solid #165890;
    border-left: 1px solid #165890;
}

