html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #000000;
    background: #757677;
    background-image: url(/repository/layout/background.png);
    background-repeat: no-repeat;
    background-position: 49% 0%;
    line-height: 180%;
}

td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #000000;
    line-height: 160%;
}

a {
    text-decoration: underline;
    color: #AC0F0F;
}

a:hover 
{ 
    color: #F26B00;
}

a.news {
    text-decoration: underline;
    color: #F26B00;
}

a.news:hover { 
    color: #AC0F0F;
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #F26B00;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

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: 5px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}

.hledat1 {
    color: #c3c3c3;
    background: #0B0C0C;
    background-image: url(/repository/layout/back_hledat.png);
    background-repeat: no-repeat;
    font-size: 12px;
    height: 24px;
    width: 143px;
    padding-left: 5px;
    padding-top: 3px;
    border-bottom: 1px solid #0B0C0C;
    border-right: 1px solid #0B0C0C;
    border-top: 1px solid #0B0C0C;
    border-left: 1px solid #0B0C0C;
}

a.calendarDayActive {
	width: 29px;
	height: 24px;
	background-image: url(/repository/layout/kal_active.png);
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-right: 1px;

}

a.calendarDay {
	width: 29px;
	height: 24px;
	background-image: url(/repository/layout/kal_back.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-right: 1px;

}

a.calendarDayToday {
	width: 29px;
	height: 24px;
	background-image: url(/repository/layout/kal_dnes.png);
	margin-top: 2px;
	margin-right: 1px;
}

#imgCaption {
    font-size: 12px !important;
    font-weight: bold !important;

}

.footer a {
    text-decoration: none;
}

.footer {
	backkground: #FFFFFF !important;
}

