html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #FFFFFF;
    background-image: url(/repository/layout/background.png);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 180%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    line-height: 180%;
}

a {
    text-decoration: underline;
    color: #222222;
}

a:hover 
{ 
    color: #222222;
    text-decoration: none;
}

input {
    font-size: 11px;
    color: #2E2D2D;
}

select {
    font-size: 11px;
    color: #2E2D2D;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    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: underline;
    margin-bottom: 0px;
}

h1 {
    font-size: 16px;
    border-bottom: 1px dashed #D1AF70;
    padding-bottom: 6px;
    color: #003F95;
}

h2 {
    font-size: 14px;
    color: #003F95;
}

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 .6em;
    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: #5D666F;
    background: #D7E1EC;
    font-size: 12px;
    height: 18px;
    width: 180px;
    border-bottom: 1px solid #EFF9FF;
    border-right: 1px solid #EFF9FF;
    border-top: 1px solid #707A85;
    border-left: 1px solid #707A85;
}

.hledat1 {
    color: #5D666F;
    background: #D8EFBB;
    font-size: 12px;
    height: 18px;
    width: 290px;
    border-bottom: 1px solid #E6FDC9;
    border-right: 1px solid #E6FDC9;
    border-top: 1px solid #90A773;
    border-left: 1px solid #90A773;
}

.tab, .tab_hover, .tab_active {
	padding-top: 4px;
	text-align: center;
	cursor: pointer;
	height: 24px;
}


.tab {
	background: url(/repository/layout/tab-normal.png);
}

.tab_hover, .tab:hover {
	background: url(/repository/layout/tab-hover.png);
}

.tab_active {
	background: url(/repository/layout/tab-active.png);
}

a.country {

}
a.country_active {
	text-decoration: none;
	font-weight: bold;

}

.bg_1a {
	background: url(/repository/layout/bg_1a.png);
	background-repeat: no-repeat;
	background-color: #F0F2F4;
	width: 328px;
	border-top: 1px solid #ECEEF0;
	border-left: 1px solid #ECEEF0;
	border-right: 1px solid #ECEEF0;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.bg_1b {
	background: url(/repository/layout/bg_1b.png);
	background-repeat: no-repeat;
	width: 328px;
	border-left: 1px solid #ECEEF0;
	border-right: 1px solid #ECEEF0;
	padding-top: 3px;
	padding-left: 244px;
}

.bg_2 {
	background: url(/repository/layout/bg_2.png);
	background-repeat: no-repeat;
	background-color: #EFF1F3;
	width: 328px;
	border: 1px solid #ECEEF0;
	margin-top: 1px;
	padding: 10px;
	min-height: 100px;
}


.bg_3 {
	background: url(/repository/layout/bg_3.png);
	background-repeat: no-repeat;
	background-color: #EFF1F3;
	width: 228px;
	border: 1px solid #ECEEF0;
	margin-top: 1px;
	padding: 10px;
}

