﻿/* --------- ZÁKLADNÍ STYLY --------- */
body
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    color:#404040;
    border: none;
    padding: 0px;
    margin: 0px;
}

p
{
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

img { border: none; }

a { color: #960101}
a.modra, table.modreOdkazy a, div.modreOdkazy a { color:#2e2e6c}
a.detailAkce { color:#404040; text-decoration: none; }
a.detailAkceKod { text-decoration: none; }
a.detailAkce:visited  
{
   margin-top : 0;
	margin-bottom : 0;
	background-image: url(_Img/oko.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.clanekTitul { font-size: 12px; text-decoration: none; font-weight:bold; }

a:hover { color: #2e2e6c}

h1, .h1 {
    font-family:Verdana;
    font-size: 20px;
    line-height: 26px;
    color:#2e2e6c;
    font-weight:bold;
    margin: 0 0 12px 0;
}

h2, .h2 {
    font-family:Verdana;
    font-size: 12px;
    line-height: 16px;
    color:#2e2e6c;
    font-weight:bold;
    margin: 0px 0px 4px 0px;
}

h3, .h3 {
    font-size: 12px;
    line-height: 15px;
    color: #2e2e6c;
    font-weight:bold;
    text-transform:uppercase;
    margin: 12px 0px 2px 0px;
}

h4, .h4
{
    font-size: 12px;
    line-height: 15px;
    color: #275dbd;
    font-weight:bold;
    text-transform:uppercase;
    margin: 0px;
    padding: 0px;
}

h5, .h5
{
    font-size: 12px;
    line-height: 15px;
    color: #4a83da;
    font-weight:bold;
    text-transform:uppercase;
    margin: 0px;
    padding: 0px;
}

ul { padding: 0; margin: 0; }
li {
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 12px;
    background-image: url(_Img/bck_li.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}

/* --------- TABULKA --------- */
table, .tabulka {
	border-collapse:collapse;
}
.tabulka th {	/* záhlaví tabulky */
	 background-color:#eaebfa;
	 background-image: url(_Img/bck_td.gif);
     background-position: left bottom;
     background-repeat:no-repeat;
	 font-weight:normal;
	 padding:4px 4px 4px 2px;
	 text-align:left;
}
.tabulka td {	/* řádky tabulky jsou odděleny tečkovanou linkou dole */
	 background-image: url(_Img/bck_td.gif);
     background-position: left bottom;
     background-repeat:no-repeat;
	 padding:2px 4px 2px 2px;
	 text-align:left;
	 vertical-align:top;
}
.tabulka tr.alt td {background-color:#faf4e5;}	/* alternující řádek - změna barvy pozadí */
.tabulka tr.enhanced td {background-color:#faf4e5; color:#55482b;}	/* zvýrazněný řádek (např. placená dražba) - změna barvy pozadí */
.tabulka td.label {	/* zarovnání label u formulářů */
	 padding-top:7px;
	 text-align:right;
}
.tabulka a.sort { /* záhlaví řazení - není aktivní */
	text-decoration:none;
}
.tabulka a.sortDesc { /* záhlaví řazení podle sloupce sestupně */
	background-image: url(_Img/bck_sort_desc.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-right:10px;
	font-weight:bold;
}
.tabulka a.sortAsc { /* záhlaví řazení podle sloupce vzestupně */
	background-image: url(_Img/bck_sort_asc.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-right:10px;
	font-weight:bold;
}
.tabulka td.bezlinky { background-image:none;}
.tabulka td.nowrap, .tabulka th.nowrap {white-space:nowrap;}
.tabulka td table td {background-image:none; padding:0} /* vnořené tabulky již nemají tečkovanou linku pod řádky */

/* --------- OBRÁZEK S LINKOU --------- */
.linka, .linka img {border:solid 1px #b3b3b3}

/* --------- NADPISY KAPITOL --------- */
.tblNadpis {width:100%; margin-bottom:5px}
td.NadpisLevy {
	background-image: url(_Img/bck_nadpis_zluta_l.gif);
	background-position:left center;	
	padding:3px 24px 3px 12px; 
	color:#2e2e6c;
	border-right:solid 1px #ffffff;
	white-space:nowrap;
}
td.NadpisPravy {
	padding:3px 24px 3px 12px;
	background-color:#2e2e6c;
	color:#ffffff;
	white-space:nowrap;
}
td.NadpisPravy a {
	color:#ffffff;
	text-decoration:none;
	white-space:nowrap;
}
td.NadpisKonecModry {
	background-image: url(_Img/bck_nadpis_modra_r.gif);
	background-repeat:no-repeat;
	width:19px !important;
	border-left:solid 1px #ffffff;
}
td.NadpisKonecZluty {
	background-image: url(_Img/bck_nadpis_zluta_r.gif);
	background-repeat:no-repeat;
	width:19px !important;
	/*padding-right:15px;*/
	border-left:solid 1px #ffffff;
}
td.PatkaLeva {
	background-image: url(_Img/bck_patka_l.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:8px;
	border-right:solid 1px #ffffff;
}
td.PatkaPrava {
	background-image: url(_Img/bck_patka_r.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:8px;
}


/* ---------	SEKCE --------- */
.SekceOn {padding:4px 6px 3px 6px; white-space:nowrap; background-color:White; font-weight:bold}
.SekceOff {padding:4px 6px 3px 6px; white-space:nowrap}

/* --------- REKLAMA --------- */
.Reklama td {padding:0}
.Reklama .bck120 {background-image:url(_Img/bck_reklama_120.gif); background-position:left top; background-repeat:no-repeat; width:128px; padding:24px 4px 6px 4px}
.Reklama .bck240 {background-image:url(_Img/bck_reklama_240.gif); background-position:left top; background-repeat:no-repeat; width:128px; padding:24px 4px 6px 4px}
.Reklama .bck250 {background-image:url(_Img/bck_reklama_250.gif); background-position:left top; background-repeat:no-repeat; width:337px; padding:5px 60px 5px 24px}
.Reklama .bck300 {background-image:url(_Img/bck_reklama_300.gif); background-position:left top; background-repeat:no-repeat; width:337px; padding:5px 10px 5px 24px}
.Reklama .bck468 {background-image:url(_Img/bck_reklama_468.gif); background-position:left top; background-repeat:no-repeat; width:612px; padding:23px 10px 5px 5px}

/* --------- UPOUTÁVKA --------- */
div.Oddelovac {background-image: url(_Img/bck_upoutavka_1.gif); background-repeat:repeat-x; height:1px; margin-top: 3px; margin-bottom: 5px; font-size: 1px; line-height:1px;}
/*div.Drazebnik {background-image: url(_Img/bck_upoutavka_2.gif); height:20px; background-position:left bottom; padding:2px 2px 0px 6px}*/
div.Drazebnik {background-image: url(_Img/bck_upoutavka_2.gif); background-position:left bottom; padding:2px 2px 2px 6px}
.btnDalsi {position:relative; top:-64px; left:45px; visibility:hidden}

/* --------- BREADCRUMBS --------- */
.divMalaNavigace {margin-bottom:6px}
.divMalaNavigace a
{
	padding-right: 15px;
	margin-right:5px;
	background-image: url(_Img/bck_drobecek.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
.divMalaNavigace span
{
	padding-right: 15px;
	margin-right:5px;
	background-image: url(_Img/bck_drobecek.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
.divMalaNavigace .bezSipky { background-image:none}

/* --------- OBRÁZEK MALÝ NÁHLED DRAŽBY, POPUP GALERIE --------- */
.obrazekMaly, .obrazekMaly img {width:116px; height:86px; border: solid 1px #b3b3b3}
.galerieNahled, .galerieNahled img {width:116px; height:86px; border: solid 1px #b3b3b3; cursor: pointer}
.galeriePopup {cursor: pointer}
.galeriePopup img {display: block}
.galeriePageBackground {background-color:White; filter:alpha(opacity=70); opacity:0.7}
.divRamLH {background-image: url(_Img/Popup/lh.png); background-position: left bottom; background-repeat: no-repeat; line-height:26px}
.divRamPH {background-image: url(_Img/Popup/ph.png); background-position: right bottom; background-repeat: no-repeat}
.divRamLD {background-image: url(_Img/Popup/ld.png); background-position: left top; background-repeat: no-repeat; line-height:26px}
.divRamPD {background-image: url(_Img/Popup/pd.png); background-position: right top; background-repeat: no-repeat}
.divRamStred {background-color: White; border-left: solid 3px #e6d9b3; border-right: solid 3px #e6d9b3; padding: 0px 24px 0px 24px}

/* ---------	LOGO SUBJEKTU --------- */
.logo {background-image: url(_Img/bck_logo.png); background-position: left top; background-repeat: no-repeat; width:157px; height:48px; margin-bottom:12px; text-align:center}
.logo img {margin:6px 0 6px 0}

/* --------- TISK / SLEDOVAT AKCI--------- */
a.Vytisknout {background-image: url(_Img/bck_tisk.gif); background-position:left 3px; background-repeat:no-repeat; padding-left:16px}
a.Sledovat {background-image: url(_Img/bck_cart.gif); background-position:left 3px; background-repeat:no-repeat; padding-left:16px}