html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #D7DD91;
	text-align: center;
	font: 100%/1.4 Verdana, "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	border: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.nodisplay, hr {
display: none;
}

/* ------------------- obecne ------------------- */
a {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.blok {
	display: block;
}
.italic {
	font-style: italic;
}
td.tdRight {
	text-align: right;
}
/* ------------------- page ------------------- */
#page {
	margin: 0 auto 10px;
	width: 768px;
	text-align: left;
	position: relative;
	font-size: 100%;
	background-color: #DFB481;
	padding-bottom: 25px;
}
/* ------------------- END page ------------------- */

/* ------------------- letak ------------------- */
body#idBodyLetak {
    /* background: #f6c491; */
    background: black;
	text-align: center;
}
#letak {
	margin: 10px auto;
	width: 900px;
}
#letak a {
	text-decoration: underline;
    color: #ffffff;
}
#letak img {
	border: 2px #824140 solid;
}
/* ------------------- END letak ------------------- */

/* ------------------- main ------------------- */
#main {
	background: #F9F8CC url(/images/klas-zapati.gif) no-repeat bottom;
	margin: 209px 0 0px 20px;
	width: 728px;
	position: relative;
}
#mainM {
	padding: 20px 20px 110px 20px;
}
h1 {
	color: #824140;
	font-weight: bold;
	font-size: 114%;
	letter-spacing: 1px;
	margin: 10px;
	line-height: 40px;
}
h1.uvod, h1.prodejna {
	font-size: 60%;
	letter-spacing: 0px;
	margin: 0px;
	line-height: 12px;
	font-weight: normal;
}
h1.aktualne {
	font-size: 100%;
}
#main.sortiment h1 {
	padding-top: 10px;
}
#main.precliky h1 {
	padding-top: 30px;
}
h2 {
	font-size: 85%;
	color: #824140;
	font-weight: bold;
	font-style: italic;
}
h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-style: italic;
}
h3 {
	color: #2B4336;
	font-size: 130%;
}
h4 {
	color: #2B4336;
	color: black;
	font-size: 80%;
}
#levy-text {
	float: left;
	width: 380px;
}
#pravy-text {
	float: left;
	margin-left: 40px;
	width: 268px;
}
#main p {
	color: #2B4336;
	line-height: 140%;
	font-weight: bold;
}
#main #levy-text p {
	font-size: 75%;
	text-align: left;
	text-indent: 3em;
	margin-top: 10px;
}
#main #pravy-text p {
	font-size: 70%;
}
/* ------------------- END main ------------------- */

/* ------------------- menu ------------------- */
#menu {
	background: #DFB481;
	position: absolute;
	top: 189px;
}
#menu ul {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0px;
	margin-left: 40px;
}
#menu ul li {
	position: relative;
	float: left;
	margin-right: 20px;
	background: url(/images/menu-right.gif) no-repeat right top; 
}
#menu ul li#posledni {
	margin: 0 0 0 0px;
}
#menu ul li.select {
	background: url(/images/menu-select-right.gif) no-repeat right top; 
}
#menu ul li a {
	padding: 9px 14px 0px;
	display: block;
	height: 33px;
	background: url(/images/menu-left.gif) no-repeat 0 0;
	text-decoration: none;
	color: #2B4336;
}
#menu ul li a.select {
	background: url(/images/menu-select-left.gif) no-repeat 0 0;
}
#menu ul li a:hover {
	color: black;
}
/* ------------------- END menu ------------------- */

/* ------------------- podmenu ------------------- */
#menu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	font-size: 50%;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background: #DFB481;
	margin: 0;
}
#menu ul li ul#submenuONas {
	width: 80px;
}
#menu ul li ul#submenuSortiment {
	width: 143px;
}
#menu ul li ul#submenuPrecliky {
	width: 100px;
}
#menu ul li ul#submenuKontakt {
	width: 125px;
	left: -10px;
}
#menu ul li li {
	border-top: 1px solid black;
	display: block;
	float: none;
	background: transparent none;
	margin-right: 0px;
}
#menu ul li li a {
	background: transparent none;
	display: block;
	height: auto;
	padding: 5px 0 5px 10px;
}
#menu ul li li a:hover {
	background-color: #824140;
	color: White;
}
#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	z-index: 2;
}

/* ------------------- END podmenu ------------------- */

/* ------------------- head ------------------- */
#head {
	width: 768px;
	height: 178px;
	background: #DFB481 url(/images/josef-rydl.gif) no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
h2.head {
	font-size: 100%;
	color: #824140;
	font-weight: bold;
	position: relative;
	top: 17px;
	left: 0px;
	padding-left: 200px;
	font-style: normal;
}
h3.head {
	font-size: 85%;
	color: #824140;
	font-weight: bold;
	position: relative;
	top: 24px;
	left: 0px;
	padding-left: 270px;
	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}
#printZapati {
	display: none;
}
/* ------------------- END head ------------------- */

/* ------------------- footer ------------------- */
#footer p {
  line-height: 13px;
  font-size: 85%;
  color: #824140;
}
#footer p a {
  font-size: 80%;
  color: #824140;
}
p#footerLeft, p#footerRight {
  position: absolute;
  bottom: 6px;
}
p#footerLeft {
  left: 20px;
}
p#footerRight {
  right: 20px;
}
/* ------------------- END footer ------------------- */

/* ------------------- uvod  ------------------- */
#main.uvod {
	background: url(/images/uvod/uvod.jpg) no-repeat top;
	height: 669px;
}
#main.uvod #mainM {
	padding: 20px 20px 0px 20px;
}
p#uvodText {
	font-size: 60%;
	position: absolute;
	top: 470px;
	left: 30px;
	width: 300px;
	font-style: italic;
}
.pokracovani-nadpisu {
	padding-left: 100px;
}
h2#beznePecivo {
	position: absolute;
	top: 267px;
	left: 383px;
}
h2#trvanlivePecivo {
	position: absolute;
	top: 315px;
	left: 550px;
}
ul#uvodlevy {
	position: absolute;
	top: 300px;
	left: 390px;
}
ul#uvodpravy {
	position: absolute;
	top: 345px;
	left: 565px;
}
ul.uvod li {
	margin-bottom: 22px;
	background: url(/images/uvod/skrtatko.gif) no-repeat 0px 0px;
}
ul.uvod li a {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 25px;
}
ul.uvod li.posun1 {
	margin-left: 13px;
}
ul.uvod li.posun2 {
	margin-left: 26px;
}
ul.uvod li.posun3 {
	margin-left: 39px;
}
ul.uvod li.posun4 {
	margin-left: 52px;
}
ul.uvod li.posun5 {
	margin-left: 65px;
}
ul.uvod li.posun6 {
	margin-left: 78px;
}
h2#uvodAktualne {
	position: absolute;
	top: 20px;
	left: 480px;
}
p#uvodAktualneText a {
	position: absolute;
	top: 40px;
	left: 480px;
	color: black;
	font-size: 55%;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
p#uvodAktualneText a span {
	font-size: 118%;
	text-decoration: underline;
}
h3#prvnicast {
	margin: 30px 0 0 20px;
}
h3#druhacast {
	margin: 5px 0 0 70px;
}
h3#nadpisMapa {
	color: black;
	font-size: 80%;
  font-weight: bolder;
  position: absolute;
	top: 405px;
	left: 160px;
}
/* ------------------- END uvod  ------------------- */

/* ------------------- uvod/aktualne ------------------- */
#main.aktualne {
	background: #F9F8CC url(/images/klas-zapati.gif) no-repeat bottom;
	height: 630px;
}
h2#aktualneNadpis {
	position: absolute;
	top: 80px;
	left: 70px;
	color: #2B4336;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 130%;
}
div#aktualneText {
	position: absolute;
	top: 60px;
	left: 300px;
	width: 401px;
	height: 485px;
	background: transparent url(/images/aktualne/papir.jpg) no-repeat left top;
}
div#aktualneText p {
	margin: 10px 30px 3px 40px;
	padding-left: 30px;
	background: url(/images/uvod/skrtatko.gif) no-repeat 0px -5px;
	font-size: 73%;
	color: black;
	line-height: normal;
}
div#aktualneText p#aktualneTextP1 {
	margin-top: 140px;
}
div#aktualneText p span {
	font-size: 170%;
	line-height: 3.5;
}
div#aktualneText ul {
	font-size: 60%;
	margin: 10px 0 30px 85px;
}
div#aktualneText li {
	list-style: disc;
}
img#aktualneImages {
	position: absolute;
	top: 170px;
	left: 18px;
	width: 280px;
	height: 153px;
}

/* ------------------- END uvod/aktualne  ------------------- */

/* ------------------- o nas ------------------- */
#o-nas-certifikat {
	margin-top: 40px;
}
#o-nas-certifikat img {
	margin: 20px 0 0 40px;
}
#foto-pekarny {
	top: 30px;
	position: relative;
}
h2#nadpisFotogalerie {
	position: absolute;
	top: 20px;
	left: 480px;
}
a#odkazFotogalerie {
	position: absolute;
	top: 40px;
	left: 480px;
	color: black;
	font-size: 55%;
	text-decoration: none;
}
a#odkazFotogalerie span {
	font-size: 120%;
	text-decoration: underline;
}
/* ------------------- END o nas  ------------------- */

/* ------------------- fotogalerie  ------------------- */
ul#seznamFotogalerie {
	margin: 0 0 30px 50px;
}
ul#seznamFotogalerie li {
	list-style-type: circle;
}
ul#seznamFotogalerie li a {
	text-decoration: underline;
	font-size: 80%;
}
div#fotogalerie {
	margin: 0 0 20px 0;
}
div#fotogalerie img {
	margin: 20px;
	float: left;
}
a#odkaz-zpet-fotogalerie {
	font-size: 60%;
	color: black;
	text-decoration: none;
}
a#odkaz-zpet-fotogalerie span {
	font-size: 140%;
	text-decoration: underline;
}

/* ------------------- END fotogalerie  ------------------- */

/* ------------------- prodejna ------------------- */
#main.prodejna #mainM {
	padding: 20px 20px 130px 20px;
}
div#prodejnaBelohrad {
	background: url(/images/prodejna/prodejna-belohrad.jpg) no-repeat 0 0;
	width: 688px;
	height: 345px;
	position: relative;
}
div#prodejnaHorice {
	background: url(/images/prodejna/prodejna-horice.jpg) no-repeat 0 0;
	width: 688px;
	height: 362px;
	margin-top: 30px;
	position: relative;
}
div#prodejnaBelohrad h2 {
	position: absolute;
	top: 30px;
	left: 40px;
}
div#prodejnaHorice h2 {
	position: absolute;
	top: 35px;
	left: 390px;
}
div#prodejnaBelohrad h3 {
	position: absolute;
	top: 300px;
	left: 100px;
}
table.oteviraci-doba-table {
	margin: 10px 0 0 0px;	
	font-size: 80%;
	font-weight: bold;
	position: absolute;
}
table.oteviraci-doba-table th {
	color: #824140;
	padding: 2px 20px 0 0;
}
table.oteviraci-doba-table td {
	padding: 2px 0 0 20px;
	color: #2B4336;
}
div#prodejnaBelohrad table.oteviraci-doba-table {
	top: 80px;
	left: 40px;
}
#main p.adresa {
	font-size: 80%;
	position: absolute;
}
div#prodejnaBelohrad .adresa {
	top: 55px;
	left: 40px;
}
div#prodejnaHorice .adresa {
	top: 60px;
	left: 390px;
}
#main p.text {
	font-size: 80%;
	font-weight: normal;
	position: absolute;
}
div#prodejnaBelohrad p.text {
	top: 250px;
	left: 40px;
}
div#prodejnaHorice p.text {
	top: 290px;
	left: 100px;
	font-weight: bold;
}
div#prodejnaHorice p img {
	position: absolute;
	top: 150px;
	left: 340px;
}
p#odkazyMapy {
	position: absolute;
	top: 775px;
	left: 350px;
	font-size: 80%;
	font-weight: normal;
}
p#odkazyMapy a {
	font-size: 80%;
	text-decoration: none;
}
p#odkazyMapy a span {
	font-size: 115%;
	text-decoration: underline;
}
#skrytText {
	color: #f9f8cc;
}

/* ------------------- END prodejna  ------------------- */

/* ------------------- kontakt ------------------- */
#main.kontakt #mainM {
	padding: 20px 20px 190px 20px;
}
#kontakt {
	background: url(/images/kontakt/kontakt-vodoznak.gif) no-repeat 100px 0px;
}
#main.kontakt #kontakt ul li {
	font-size: 125%;
	color: #2B4336;
	margin-top: 10px;
	font-weight: normal;
	padding: 0 0 0 35px;
	background: url(/images/kontakt/kontakt-bod.gif) no-repeat 0px 7px;
}
#main.kontakt #kontakt ul li a {
	color: #2B4336;
	text-decoration: underline;
}
#main.kontakt #kontakt ul li.adresa {
	margin: 0 0 0 70px;
	background: none;
}
#main.kontakt #kontakt ul li.ico {
	margin-top: 25px;
}
#main.kontakt #kontakt ul li span.spisovaZnacka {
	display: block;
	font-size: 60%;
	line-height: 1.3;
}
#main.kontakt #kontakt p a {
	font-size: 70%;
	font-weight: normal;	
	text-decoration: none;
}
#main.kontakt #kontakt p a span {
	font-size: 120%;
	text-decoration: underline;
}
#kontakt-foto {
	position: absolute;
	top: 370px;
	right: 0px;
}
a#odkaz-mapy {
	position: absolute;
	top: 538px;
	left: 510px;	
	color: black;
	text-decoration: none;
	font-size: 70%;
}
a#odkaz-mapy span {
	font-size: 120%;
	text-decoration: underline;
}
/* ------------------- END kontakt  ------------------- */

/* ------------------- kontakt formular ------------------- */
#main.kontakt #kontaktni-formular form {
	font-size: 80%;
	margin-left: 10px;
}
#main.kontakt #kontaktni-formular form legend {
	color: #824140;
	margin: 10px 0 5px;
	font-size: 100%;
	font-weight: bold;	
}
#main.kontakt #kontaktni-formular form div {
	margin-top: 5px;
}
#main.kontakt #kontaktni-formular form label {
	float: left;
	width: 100px;
}
#main.kontakt #kontaktni-formular form input, #main.kontakt #kontaktni-formular form textarea {
	font-family: Verdana, "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 90%;
	width: 300px;
	border: 1px solid gray;
	background: white;
	padding: 3px;
}
#main.kontakt #kontaktni-formular form input.submit {
	width: auto;
	border: 1px solid gray;
	background: transparent;
	padding: 3px 10px;
	font-weight: bold;
	background: #dfb481;
	margin-top: 5px;
}
#main.kontakt #kontaktni-formular p.note {
	margin-top: 10px;
	font-size: 70%;
	font-weight: normal;
}
#main.kontakt #kontaktni-formular p.error {
	margin: 10px 0;
	font-size: 100%;
	font-weight: bold;
	color: red;
}
#main.kontakt #kontaktni-formular ul {
	margin: 40px 0 10px 10px;
}
#main.kontakt #kontaktni-formular ul li {
	font-size: 80%;
	color: #2B4336;
	font-weight: normal;
	padding: 0 0 0 13px;
	background: url(/images/kontakt/kontaktni-formular-bod.gif) no-repeat 0px 6px;
	margin-top: 2px;
}
#main.kontakt #kontaktni-formular ul li a {
	color: #2B4336;
	text-decoration: underline;
}
#main.kontakt #kontaktni-formular ul li.adresa {
	margin: 0 0 0 40px;
	background: none;
}

/* ------------------- END kontakt formular ------------------- */

/* ------------------- sortiment ------------------- */
#main.sortiment #mainM {
	padding: 20px 20px 180px 20px;
}
#sortiment {
	background: url(/images/sortiment/sortiment-vodoznak.gif) no-repeat 100px 0px;
}
/* ------------------- sortiment-podmenu-hlavni stranka ------------------- */
#main.sortiment #sortiment ul {
	padding: 30px 10px 50px;
}
#main.sortiment #sortiment ul li {
	font-size: 125%;
	color: #2B4336;
	margin-top: 15px;
	font-weight: normal;
	padding: 0 0 0 35px;
	background: url(/images/sortiment/sortiment-bod.gif) no-repeat 0px 7px;
}
#main.sortiment #sortiment ul li a {
	color: #2B4336;
	text-decoration: none;
}
#main.sortiment #sortiment ul li a:hover {
	color: black;
}
/* ------------------- sortiment-podmenu-podstranka ------------------- */
#main.sortiment #sortiment-subpage ul#sortiment-subpage-menu {
 position: absolute;
 top: 8px;
 left: 7px;
}
#main.sortiment #sortiment-subpage ul#sortiment-subpage-menu li {
	float: left;
	font-weight: normal;
	font-size: 70%;
}
#main.sortiment #sortiment-subpage ul#sortiment-subpage-menu li a {
	color: #824140;
}
#main.sortiment #sortiment-subpage ul#sortiment-subpage-menu li a:hover {
	color: black;
	text-decoration: underline;
}
/* ------------------- sortiment paticka  ------------------- */
h3#sortiment-rozvoz1, h3#sortiment-rozvoz2 {
	color: #824140;
	font-size: 130%;
	position: absolute;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h3#sortiment-rozvoz1 {
	bottom: 140px;
	left: 60px;
}
h3#sortiment-rozvoz2 {
	bottom: 110px;
	left: 230px;
}
p#sortiment-objednavka {
	font-size: 73%;
	position: absolute;
	bottom: 23px;
	left: 290px;
	color: #2B4336;
	letter-spacing: 0px;
	word-spacing: 0px;
}
#sortiment-auta {
	position: absolute;
	bottom: 70px;
	right: 10px;
}
/* ------------------- sortiment tabulka na podstrankach ------------------- */
table.sortiment-table {
	color: #2B4336;
	font-size: 75%;
}
table.sortiment-table thead tr td {
	padding-bottom: 20px;
}
table.sortiment-table tbody tr td {
	border-bottom: solid 1px #2B4336;
}
table.sortiment-table tbody td {
	font-weight: bold;
}
table.sortiment-table tbody td.width90 {
	width: 90%;
}
table.sortiment-table tbody td.width83 {
	width: 83%;
}
table.sortiment-table tbody td.width80 {
	width: 80%;
}
table.sortiment-table tbody td.width75 {
	width: 75%;
}
table.sortiment-table tbody td.width65 {
	width: 65%;
}
table.sortiment-table tbody td.width22 {
	width: 22%;
}
table.sortiment-table tbody td.width13 {
	width: 13%;
}
/* ------------------- sortiment-slane ------------------- */
h2#sortiment-slane-nadpis {
	margin-left: 20px;
}
#sortiment-slane-table {
	margin: 10px 0  0px 20px;
	width: 35%;
}
h2#sortiment-specialni-nadpis {
	margin-left: 53%;
}
#sortiment-specialni-table {
	margin: 10px 0 50px 53%;
	width: 35%;
}
#sortiment-slane-foto {
	position: absolute;
	top: 80px;
	right: 0px;
}
/* ------------------- sortiment-vicezrne ------------------- */
h2#sortiment-vicezrne-nadpis {
	margin-left: 20px;
}
#sortiment-vicezrne-table {
	margin: 10px 0  40px 20px;
	width: 45%;
}
table#sortiment-vicezrne-table tbody tr {
	border-bottom: none;
}
#sortiment-vicezrne-table td.sortiment-nepodtrzena-bunka {
	border-bottom: none;
	padding: 0 0 1px 10px;
	font-size: 73%;
}
#sortiment-vicezrne-foto {
	position: absolute;
	top: 80px;
	right: 0px;
}
/* ------------------- sortiment-psenicne-zitne ------------------- */
h2#sortiment-psenicne-zitne-nadpis {
	margin-left: 20px;
}
#sortiment-psenicne-zitne-table {
	margin: 10px 0  60px 20px;
	width: 35%;
}
#sortiment-psenicne-zitne-foto {
	position: absolute;
	top: 70px;
	right: 0px;
}
/* ------------------- sortiment-sladke ------------------- */
h2#sortiment-sladke-nadpis {
	margin-left: 20px;
}
#sortiment-sladke-table1 thead tr td, #sortiment-sladke-table2 thead tr td {
	padding-bottom: 10px;
}
#sortiment-sladke-table1 tbody tr td, #sortiment-sladke-table2 tbody tr td {
	padding-top: 2px;
}
#sortiment-sladke-table1, #sortiment-sladke-table2 {
	margin: 10px 0  20px 20px;
	width: 42%;
	float: left;
}
#sortiment-sladke-table2 {
	position: relative;
	top: 200px;
	margin-left: 60px;
	margin-bottom: 250px;
}
span.sortiment-sladke-druh {
	padding-left: 40px;
}
#sortiment-sladke-foto1 {
	position: absolute;
	top: 90px;
	right: 30px;
}
#sortiment-sladke-foto2 {
	position: absolute;
	top: 840px;
	left: 30px;
}
img.sortiment-sladke-kolecko {
	float: left;
	padding-right: 5px;
}
table.sortiment-table tbody tr td.klasa-in-table {
	display: block;
	position: relative;
	left: -18px;
	border-bottom: none;
}
table.sortiment-table tbody tr td.klasa-in-table {
	display: block;
	position: relative;
	left: -18px;
	border-bottom: none;
}
table.sortiment-table tbody tr td.border-nad {
	border-top: solid 1px #2B4336;
}
td.klasa-in-table img.sortiment-sladke-kolecko {
	padding-right: 3px;
}
p#sortiment-sladke-klasa {
	float: right;
	font-size: 55%;
	position: relative;
	top: -20px;
}
#sortiment-sladke-znacka-klasa {
	float:right;
	padding-left: 7px;
	position: relative;
	top: -20px;
}

/* ------------------- sortiment-smazene ------------------- */
h2#sortiment-smazene-nadpis {
	margin-left: 20px;
}
#sortiment-smazene-table {
	margin: 10px 0  110px 20px;
	width: 40%;
}
#sortiment-smazene-foto {
	position: absolute;
	top: 90px;
	right: 0px;
}
/* ------------------- sortiment-sladke-dia ------------------- */
h2#sortiment-sladke-dia-nadpis {
	margin-left: 20px;
}
#sortiment-sladke-dia-table {
	margin: 10px 0  60px 20px;
	width: 43%;
}
#sortiment-sladke-dia-foto {
	position: absolute;
	top: 70px;
	right: 0px;
}
#sortiment-sladke-dia-babovka {
	padding-left: 90px;
}
#sortiment-sladke-dia-rez {
	padding-left: 58px;
}
#sortiment-sladke-dia-pdf {
	font-size: 70%;
	position: relative;
	top: -40px;
	left: 20px;
	text-decoration: none;
}
#sortiment-sladke-dia-pdf span {
	font-size: 110%;
	text-decoration: underline;
}
/* ------------------- sortiment-trvanlive ------------------- */
h2#sortiment-trvanlive-slane-nadpis {
	margin-left: 20px;
}
#sortiment-trvanlive-sladke-table {
	margin: 10px 0  60px 20px;
	width: 43%;
}
h2#sortiment-trvanlive-sladke-nadpis {
	position: absolute;
	top: 150px;
	left: 390px;
}
h2#sortiment-trvanlive-precliky {
	position: absolute;
	top: 310px;
	left: 390px;
}
#sortiment-trvanlive-slane-table {
	width: 43%;
	position: absolute;
	top: 180px;
	left: 390px;
}
a#sortiment-trvanlive-precliky {
	position: absolute;
	top: 330px;
	left: 390px;
	font-size: 70%;
	color: black;
	text-decoration: none;
}
a#sortiment-trvanlive-precliky span {
	font-size: 120%;
	text-decoration: underline;
}
/* ------------------- END sortiment  ------------------- */

/* ------------------- precliky ------------------- */
#main.precliky #mainM {
	padding: 20px 20px 330px 20px;
	background: url(/images/precliky/precliky-vodoznak.jpg) no-repeat 120px 20px;
}
#main.prodejni-mista #mainM {
	background: none;
	padding: 20px 20px 200px 20px;
}
#main.precliky h2 {
	margin: 20px 0 0 10px;
}
#precliky-certifikaty {
	position: absolute;
	top: 340px;
	left: 410px;
}
#precliky-table {
	color: #2B4336;
	margin: 40px 0 0 10px;
	width: 50%;
}
#precliky-table thead tr td{
	padding-bottom: 40px;
}
#precliky-table tbody td {
	font-weight: bold;
}
h3#precliky-heslo {
	font-size: 130%;
	position: absolute;
	top: 18px;
	left: 98px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
h3#precliky-distribuce1, h3#precliky-distribuce2, h3#precliky-distribuce3 {
	font-size: 130%;
	position: absolute;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #824140;
}
h3#precliky-distribuce1 {
	top: 400px;
	left: 50px;
}
h3#precliky-distribuce2 {
	top: 430px;
	left: 110px;
}
h3#precliky-distribuce3 {
	bottom: 130px;
	left: 110px;
}
p#precliky-objednavka {
	font-size: 73%;
	position: absolute;
	bottom: 23px;
	left: 160px;
	color: #2B4336;
	letter-spacing: 0px;
	word-spacing: 0px;
}
p#precliky-objednavka a {
	color: #2B4336;
}
div#preclikyText{
	position: absolute;
	top: 100px;
	left: 390px;
	width: 310px;
}
div#preclikyText p {
	font-size: 60%;
	font-style: italic;
	text-align: justify;
}
a#precliky-prodejni-mista, a#precliky-kontaktni-formular {
	position: absolute;	
	left: 140px;
	font-size: 60%;
	color: black;
	text-decoration: none;
}
a#precliky-kontaktni-formular {
	top: 490px;
}
a#precliky-prodejni-mista {
	top: 510px;
}
a#precliky-prodejni-mista span, a#precliky-kontaktni-formular span {
	font-size: 140%;
	text-decoration: underline;
}
#main.precliky p.prodejniMista {
	font-size: 70%;
	margin-left: 10px;
	font-weight: normal;
}
p.prodejniMista a {
	font-size: 80%;
	color: black;
	text-decoration: none;
}
p.kontaktniFormular a {
	font-size: 90%;
}
p.prodejniMista a span {
	font-size: 120%;
	color: black;
	text-decoration: underline;
}
table.prodejniMista {
	width: 75%;
	margin: 10px;
}
table.prodejniMista tr td {
	font-size: 70%;
	color: black;
	padding: 2px 4px;
}
/* ------------------- END precliky  ------------------- */

/* ------------------- mapa stranek  ------------------- */
ul#seznamMapaStranek {
	margin: 0 0 30px 50px;
}
ul#seznamMapaStranek li {
	list-style-type: disc;
}
ul#seznamMapaStranek li a {
	font-size: 80%;
}
ul#seznamMapaStranek ul {
	margin: 5px 0 5px 30px;
}
ul#seznamMapaStranek ul li {
	list-style-type: square;
}
ul#seznamMapaStranek ul li li {
	list-style-type: disc;
}


/* ------------------- END mapa stranek  ------------------- */

