* { margin: 0; padding: 0; }

HTML, BODY { height: 100%; }

BODY {
  background: #000 url(../../pics/layout/bg-hlavicka.jpg) center top repeat-x;
  color: #fff;
  font-family: sans-serif;
  font-size: small;
  text-align: center;
}

BODY#uvod { background-image: none; }

HR { display: none; }

A { color: #fff; text-decoration: underline; font-weight: bold; }
A:hover { color: #af251b; text-decoration: underline; }

H1 {
	position: relative;
	color: #fff;
	font-size: 155%;
	margin: 0; padding: 0;
	text-align: center;
	height: 45px; line-height: 45px;
}
H1 A { color: #fff; text-decoration: none; text-align: left; }
H1 A:hover { background: transparent; color: #fff; text-decoration: underline; }
H1 { display: none; }

H1.doktor SPAN { background: url(../../pics/layout/nadpis-doktor.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }
H1.knihy SPAN { background: url(../../pics/layout/nadpis-knihy.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }
H1.publikacie SPAN { background: url(../../pics/layout/nadpis-publikacie.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }
H1.rozhovory SPAN { background: url(../../pics/layout/nadpis-rozhovory.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }
H1.galeria SPAN { background: url(../../pics/layout/nadpis-galeria.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }
H1.download SPAN { background: url(../../pics/layout/nadpis-download.gif) 0 0 no-repeat; display: block; width: 560px; height: 45px; position: absolute; left: 0; top: 0; cursor: hand; }

H2 {
	color: #fbcb58;
	color: gold;
	margin: 0 0 0.1em 0;
	padding: 0 0 2px 0;
	font-size: 145%;
	text-align: left;
}
H2 A { color: #fbcb58; color: red; text-decoration: none; text-align: left; }
H2 A:hover { background: transparent; color: #fbcb58; color: red; text-decoration: underline; }

H3 { margin: 0 0 0.5em 0; color: #fff; font-size: 130%; text-align: left; }
H3 A { color: #fff; text-decoration: none; text-align: left; }
H3 A:hover { background: transparent; color: #fff; text-decoration: none; }

H4 { margin: 0.5em 0; font-size: 120%; text-align: left; }
H4 A { text-decoration: none; text-align: left; }
H4 A:hover { background: transparent; text-decoration: none; }

H5 { margin: 0.5em 0; font-size: 115%; text-align: left; }
H5 A { text-decoration: none; text-align: left; }
H5 A:hover { background: transparent; text-decoration: none; }

H6 { margin: 0.5em 0; font-size: 105%; text-align: left; }
H6 A { text-decoration: none; text-align: left; }
H6 A:hover { background: transparent; text-decoration: none; }


OL { margin: 0.5em 0 0.5em 2.2em; }
UL { margin: 0.5em 0 0.5em 1.2em; }
LI { margin-bottom: 0.3em; }
DT { font-weight: bold; }
DD { margin-left: 1em; }

IMG { border-style: solid; border-color: #af251b; border-width: 0px; }

P { padding: 0.3em 0; }

DIV { border: solid; border-width: 0; }

FORM, INPUT, TEXTAREA, SELECT { font-family: sans-serif; font-size: 100%; }
TEXTAREA { font-family: courier; font-size: 100%; }
LABEL { font-weight: normal; }
INPUT[type=submit] { padding: 0.1em; font-size: 90%; }
INPUT[type=reset] { padding: 0.1em; font-size: 90%; }
INPUT[name="ok1"] { margin-left: 0.5em; }
INPUT[name="ok2"] { margin-left: 0.5em; }
INPUT[name="ok3"] { margin-left: 0.5em; }
INPUT[name="ok4"] { margin-left: 0.5em; }
INPUT[name="ok5"] { margin-left: 0.5em; }
INPUT[name="ok6"] { margin-left: 0.5em; }
INPUT[name="ok7"] { margin-left: 0.5em; }
INPUT[name="ok8"] { margin-left: 0.5em; }
INPUT[name="ok9"] { margin-left: 0.5em; }
INPUT[name="ok10"] { margin-left: 0.5em; }

TABLE {
  font-size: 100%;
  _font-size: 90%;
  border-style: solid;
  border-color: #fff;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-spacing: 0;
  border-collapse: collapse;
  width: auto;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
TH, TD {
  font-size: 100%;
  /*text-align: left;*/
  border-style: solid;
  border-color: #fff;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-spacing: 0;
  padding: 3px;
}

TH { background-color: #555; color: #fff; text-align: center; }
TH A { color: #fff; }
TH A:hover { color: #fff; text-decoration: underline; }






#telo-obal {
	/*background: url(../../pics/layout/bg-paticka.gif) center bottom repeat-x;*/
	position: relative;
	margin-left: auto; margin-right: auto;
	min-height: 101%; height: auto; _height: 101%;
}

#uvod #telo-obal {
	background: transparent;
}



#telo {
	position: relative;
	width: 780px;
	text-align: justify;
	font-size: 88%;
	margin: 0 auto;
}

#uvod #telo {
	position: static;
	width: 780px;
	text-align: justify;
	font-size: 88%;
	margin: 0 auto;
}
/*	width: 780px; height: 250px; position: relative; margin: auto;*/



#hlavicka {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

#hlavicka #nadpis { position: absolute; left: 0; top: 0; width: 200px; height: 55px; }
#hlavicka #nadpis #projekt { display: block; width: 200px; height: 55px; }
#hlavicka #nadpis #projekt STRONG { display: none; }
#hlavicka #nadpis #projekt SPAN { display: block; position: absolute; left: 0; top: 0; width: 200px; height: 55px; background: transparent; cursor: hand; }
#hlavicka #nadpis #projekt:hover { background: transparent; }

#uvod #hlavicka {
	position: static;
	width: 100%;
	height: 100%;
	text-align: left;
	overflow: hidden;
}
#uvod #hlavicka #nadpis { display: none; }

#hlavicka #logged {
	color: #ff0;
	position: absolute;
	right: 0px; top: 5px;
	width: 580px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	z-index: 2;
}

#uvod #hlavicka #logged {
	display: none;
}



#hlavicka #main-menu-obal {
	width: 780px; height: 93px;
	margin: 0px; padding: 0px;
}
#hlavicka #main-menu {
	text-align: center; height: 56px; margin-top: 0px;
}
#hlavicka #main-menu STRONG {
	display: none;
}
#hlavicka #main-menu UL {
	margin: 0; padding: 0; list-style-type: none;
}
#hlavicka #main-menu LI {
	display: inline;
}

#main-menu #doktor {
	display: block; width: 139px; height: 37px;
	position: absolute; left: 0px; top: 56px;
	overflow: hidden;
}
#main-menu #doktor SPAN {
	display: block; width: 139px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -74px 0px no-repeat;
	cursor: hand;
}
#main-menu #doktor:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -74px -50px no-repeat;
}
#main-menu #doktor.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -74px -50px no-repeat;
}

#main-menu #knihy {
	display: block; width: 86px; height: 37px;
	position: absolute; left: 139px; top: 56px;
	overflow: hidden;
}
#main-menu #knihy SPAN {
	display: block; width: 86px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -213px 0px no-repeat;
	cursor: hand;
}
#main-menu #knihy:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -213px -50px no-repeat;
}
#main-menu #knihy.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -213px -50px no-repeat;
}

#main-menu #publikacie {
	display: block; width: 149px; height: 37px;
	position: absolute; left: 225px; top: 56px;
	overflow: hidden;
}
#main-menu #publikacie SPAN {
	display: block; width: 149px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -299px 0px no-repeat;
	cursor: hand;
}
#main-menu #publikacie:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -299px -50px no-repeat;
}
#main-menu #publikacie.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -299px -50px no-repeat;
}

#main-menu #rozhovory {
	display: block; width: 147px; height: 37px;
	position: absolute; left: 374px; top: 56px;
	overflow: hidden;
}
#main-menu #rozhovory SPAN {
	display: block; width: 147px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -448px 0px no-repeat;
	cursor: hand;
}
#main-menu #rozhovory:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -448px -50px no-repeat;
}
#main-menu #rozhovory.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -448px -50px no-repeat;
}

#main-menu #galeria {
	display: block; width: 112px; height: 37px;
	position: absolute; left: 521px; top: 56px;
	overflow: hidden;
}
#main-menu #galeria SPAN {
	display: block; width: 112px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -595px 0px no-repeat;
	cursor: hand;
}
#main-menu #galeria:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -595px -50px no-repeat;
}
#main-menu #galeria.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -595px -50px no-repeat;
}

#main-menu #download {
	display: block; width: 147px; height: 37px;
	position: absolute; left: 633px; top: 56px;
	overflow: hidden;
}
#main-menu #download SPAN {
	display: block; width: 147px; height: 37px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-menu.jpg) -707px 0px no-repeat;
	cursor: hand;
}
#main-menu #download:hover SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -707px -50px no-repeat;
}
#main-menu #download.selected SPAN {
	background: url(../../pics/layout/bg-menu.jpg) -707px -50px no-repeat;
}

#main-menu #kontakt {
	display: none;
}

#main-menu #novinky {
	display: none;
}

#main-menu #mapa {
	display: none;
}

#main-menu #mlogin {
	display: block; width: 58px; height: 55px;
	position: absolute; left: 614px; top: 0;
	overflow: hidden;
}
#main-menu #mlogin SPAN {
	display: block; width: 58px; height: 55px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-hlavicka.jpg) -1248px 0px no-repeat;
	cursor: hand;
}

#main-menu #madmin {
	display: block; width: 58px; height: 55px;
	position: absolute; left: 614px; top: 0;
	overflow: hidden;
}
#main-menu #madmin SPAN {
	display: block; width: 58px; height: 55px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-hlavicka.jpg) -1248px 0px no-repeat;
	cursor: hand;
}



#uvod #hlavicka #main-menu-obal {
	display: block;
	width: 780px; height: 550px;
	position: absolute;
	top: 50%;
}
#uvod #hlavicka #main-menu {
	background: url(../../pics/layout/bg-uvod2.gif) 0 0 no-repeat;
	width: 780px; height: 550px;
	position: absolute;
	top: -50%;
}

#uvod #main-menu #doktor {
	display: block; width: 130px; height: 42px;
	float: none; position: absolute;
	left: 220px; top: 97px;
	overflow: hidden;
}
#uvod #main-menu #doktor SPAN {
	display: block; width: 130px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -220px -97px no-repeat;
	cursor: hand;
}
#uvod #main-menu #doktor:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1000px -97px no-repeat;
}

#uvod #main-menu #knihy {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 458px; top: 87px;
	overflow: hidden;
}
#uvod #main-menu #knihy SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -458px -87px no-repeat;
	cursor: hand;
}
#uvod #main-menu #knihy:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1238px -87px no-repeat;
}

#uvod #main-menu #publikacie {
	display: block; width: 120px; height: 42px;
	float: none; position: absolute;
	left: 64px; top: 294px;
	overflow: hidden;
}
#uvod #main-menu #publikacie SPAN {
	display: block; width: 120px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -64px -294px no-repeat;
	cursor: hand;
}
#uvod #main-menu #publikacie:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -844px -294px no-repeat;
}

#uvod #main-menu #rozhovory {
	display: block; width: 130px; height: 42px;
	float: none; position: absolute;
	left: 614px; top: 291px;
	overflow: hidden;
}
#uvod #main-menu #rozhovory SPAN {
	display: block; width: 130px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -614px -291px no-repeat;
	cursor: hand;
}
#uvod #main-menu #rozhovory:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1394px -291px no-repeat;
}

#uvod #main-menu #galeria {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 76px; top: 429px;
	overflow: hidden;
}
#uvod #main-menu #galeria SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -76px -429px no-repeat;
	cursor: hand;
}
#uvod #main-menu #galeria:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -856px -429px no-repeat;
}

#uvod #main-menu #download {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 218px; top: 462px;
	overflow: hidden;
}
#uvod #main-menu #download SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -218px -462px no-repeat;
	cursor: hand;
}
#uvod #main-menu #download:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -998px -462px no-repeat;
}

#uvod #main-menu #novinky {
	display: block; width: 120px; height: 42px;
	float: none; position: absolute;
	left: 599px; top: 455px;
	overflow: hidden;
}
#uvod #main-menu #novinky SPAN {
	display: block; width: 120px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -599px -455px no-repeat;
	cursor: hand;
}
#uvod #main-menu #novinky:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1379px -455px no-repeat;
}

#uvod #main-menu #mapa {
	display: none;
}

/*
#uvod #main-menu #mapa {
	display: block; width: 120px; height: 42px;
	float: none; position: absolute;
	left: 599px; top: 455px;
	overflow: hidden;
}
#uvod #main-menu #mapa SPAN {
	display: block; width: 120px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -599px -455px no-repeat;
	cursor: hand;
}
#uvod #main-menu #mapa:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1379px -455px no-repeat;
}
*/

#uvod #main-menu #kontakt {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 396px; top: 465px; overflow: hidden;
	overflow: hidden;
}
#uvod #main-menu #kontakt SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -396px -465px no-repeat;
	cursor: hand;
}
#uvod #main-menu #kontakt:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1176px -465px no-repeat;
}

#uvod #main-menu #mlogin {
	display: none;
}

#uvod #main-menu #madmin {
	display: none;
}

/*
#uvod #main-menu #mlogin {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 396px; top: 465px; overflow: hidden;
	overflow: hidden;
}
#uvod #main-menu #mlogin SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -396px -465px no-repeat;
	cursor: hand;
}
#uvod #main-menu #mlogin:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1176px -465px no-repeat;
}

#uvod #main-menu #madmin {
	display: block; width: 110px; height: 42px;
	float: none; position: absolute;
	left: 396px; top: 465px; overflow: hidden;
	overflow: hidden;
}
#uvod #main-menu #madmin SPAN {
	display: block; width: 110px; height: 42px;
	position: absolute; left: 0; top: 0;
	background: url(../../pics/layout/bg-uvod2.gif) -396px -465px no-repeat;
	cursor: hand;
}
#uvod #main-menu #madmin:hover SPAN {
	background: url(../../pics/layout/bg-uvod2.gif) -1176px -465px no-repeat;
}
*/





#lavy-panel {
	position: relative;
	width: 200px;
	margin: 0; padding: 0;
	/*padding-bottom: 300px;*/
	padding-bottom: 250px;
	text-align: left;
	float: left;
}
#lavy-panel-obsah {
	margin: 0; padding: 140px 0px 10px 0px;
	margin-top: 145px; padding-top: 0;
}

#reklama {
	position: absolute;
	width: 200px;
	left: 0; top: 10px;
}
#reklama IMG {
	display: block;
	margin: 0 auto;
}

#menu STRONG {
	display: none;
}
#menu UL {
	list-style-type: none;
	margin: 0; padding: 0px;
}
#menu LI {
	display: inline;
	margin: 0; padding: 0px;
}
#menu A {
	display: block;
	margin: 0; padding: 0px;
	color: #af251b;
	text-decoration: none;
	border-bottom: 1px solid #af251b;
}
#menu A:hover {
	background-color: #af251b;
	color: #fbcb58;
	text-decoration: none;
}
#menu A.selected {
	/*background-color: #20a131;*/
	color: #fbcb58;
}
#menu .uroven1 A {
	width: 190px;
	padding: 3px 5px 3px 5px;
}
#menu .uroven1 A:hover {
	color: #ff0;
}
#menu .uroven1 A.selected {
	color: #ff0;
}
#menu .uroven2 A {
	width: 180px;
	padding: 3px 5px 3px 15px;
}
#menu .uroven2 A:hover {
	color: #fbcb58;
}
#menu .uroven2 A.selected {
	color: #fbcb58;
}
#menu .uroven3 A {
	width: 170px;
	padding: 3px 5px 3px 25px;
}
#menu .uroven3 A:hover {
	color: #fbcb58;
}
#menu .uroven3 A.selected {
	color: #fbcb58;
}


#uvod #lavy-panel {
	display: none;
}






#pravy-panel {
	width: 580px;
	float: left;
	margin: 0; padding: 0;
	/*padding-bottom: 80px;*/
	padding-bottom: 250px;
	_overflow: hidden;
}
#pravy-panel-obsah {
	margin: 0; padding: 10px;
}


#uvod #pravy-panel {
	display: none;
}


#navigaciaII {
	position: relative;
	background: url(../../pics/layout/navigacia.gif) 0 0 no-repeat;
	height: 69px;
	margin-bottom: 20px;
	display: none;
}

#navigaciaII #nav_back {
	position: absolute; left: 262px; top: 19px;
	display: block; width: 34px; height: 34px;
	overflow: hidden;
}
#navigaciaII #nav_back SPAN {
	position: absolute; left: 0px; top: 0px;
	display: block; width: 34px; height: 34px;
	background: url(../../pics/layout/navigacia.gif) -262px -88px no-repeat;
	cursor: hand;
}

#navigaciaII #nav_frst {
	position: absolute; left: 160px; top: 19px;
	display: block; width: 34px; height: 34px;
	overflow: hidden;
}
#navigaciaII #nav_frst SPAN {
	position: absolute; left: 0px; top: 0px;
	display: block; width: 34px; height: 34px;
	background: url(../../pics/layout/navigacia.gif) -160px -88px no-repeat;
	cursor: hand;
}

#navigaciaII #nav_prev {
	position: absolute; left: 207px; top: 19px;
	display: block; width: 34px; height: 34px;
	overflow: hidden;
}
#navigaciaII #nav_prev SPAN {
	position: absolute; left: 0px; top: 0px;
	display: block; width: 34px; height: 34px;
	background: url(../../pics/layout/navigacia.gif) -207px -88px no-repeat;
	cursor: hand;
}

#navigaciaII #nav_next {
	position: absolute; left: 320px; top: 19px;
	display: block; width: 34px; height: 34px;
	overflow: hidden;
}
#navigaciaII #nav_next SPAN {
	position: absolute; left: 0px; top: 0px;
	display: block; width: 34px; height: 34px;
	background: url(../../pics/layout/navigacia.gif) -320px -88px no-repeat;
	cursor: hand;
}

#navigaciaII #nav_last {
	position: absolute; left: 367px; top: 19px;
	display: block; width: 34px; height: 34px;
	overflow: hidden;
}
#navigaciaII #nav_last SPAN {
	position: absolute; left: 0px; top: 0px;
	display: block; width: 34px; height: 34px;
	background: url(../../pics/layout/navigacia.gif) -367px -88px no-repeat;
	cursor: hand;
}

#btn-back A {
	position: relative;
	display: block;
	width: 150px; height: 30px;
	float: right;
}
#btn-back A SPAN {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 150px; height: 30px;
	background: url(../../pics/layout/btn_back.jpg) 0 0 no-repeat;
	cursor: hand;
}
#btn-back A:hover SPAN {
	background: url(../../pics/layout/btn_back.jpg) 0 -30px no-repeat;
}



H2#novinky-nadpis {
background: silver;
	position: relative;
	width: 180px; height: 46px; line-height: 46px;
	text-align: center;
	margin: 10px auto 20px auto;
	padding: 0px;
}
H2#novinky-nadpis SPAN {
	background: url(../../pics/layout/novinky-nadpis.jpg) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 180px; height: 46px;
	left: 0; top: 0;
}
.novinka {
	padding: 1.3em 0;
	border-bottom: 1px dashed #f00;
	color: lightgrey;
}
.novinka H3 {
	color: #f00;
}
.novinka H3 A {
	color: #f00 !important;
	text-decoration: none;
}
.novinka A {
	color: #fff;
}
.novinka .obrazok-datum {
	float: right;
	margin-left: 1em;
}
.novinka .obrazok-datum IMG {
	margin-bottom: 1em;
}
.novinka .datum {
	clear: right;
	color: #f00;
	text-align: right;
}



#pata-obal {
	/*background: url(../../pics/layout/bg-paticka2.gif) center top no-repeat;*/
	background: url(../../pics/layout/bg-paticka3.gif) center top no-repeat;
	color: #fff;
	position: absolute;
  left: 0; bottom: 0;
  /*width: 100%; height: 47px;*/
  /*width: 100%; height: 150px;*/
  width: 100%; height: 250px;
  font-size: 85%;
  _font-size: 75%;
  padding: 0; margin: 0; _margin-bottom: -1px;
	overflow: hidden;
}
#pata-obal A {
	color: #fff;
}
#pata {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding-top: 205px;
}
#pata-obsah-obal {
	width: 780px;
	margin: 0 auto;
}
#pata-obsah {
	font-weight: bold;
	padding: 5px 0;
}
#pata-counter-obal {
	width: 200px;
	float: left;
}
#pata-counter {
	padding: 0;
	text-align: center;
}
#pata-counter EM {
	font-style: normal;
}
#pata-counter STRONG {
	display: block;
}
#pata-text-obal {
	width: 580px;
	float: left;
}
#pata-text {
	margin: 0; padding: 0;
	text-align: center;
}


#uvod #pata-obal {
	display: none;
}


#naj IMG { display: none; }




.navigacia {
  position: relative;
  height: 1.75em;
  _height: 1.5em;
  width: 100%;
  padding-top: 4px;
  border-style: solid;
  border-color: #000;
  border-width: 0;
  margin-top: 0.5em; margin-bottom: 0.5em;
  _margin-top: 0.1em; margin-bottom: 0.1em;
  clear: both;
}
.frst-dis { color: #777; text-decoration: none; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-dis { color: #777; text-decoration: none; display: block; position: absolute; left: 7.5em; top: 4px; width: 4em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-dis { color: #777; text-decoration: none; display: block; position: absolute; right: 7.5em; top: 4px; width: 4em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-dis { color: #777; text-decoration: none; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.frst-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; left: 7.5em; top: 4px; width: 4em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; right: 7.5em; top: 4px; width: 4em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-dis:hover { color: #777; text-decoration: none; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.title { text-decoration: none; display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0.2em; _padding: 0.1em; }
.title:hover { text-decoration: none; display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0.2em; _padding: 0.1em; }
.frst-ena { display: block; text-decoration: none; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-ena { display: block; text-decoration: none; position: absolute; left: 7.5em; top: 4px; width: 4em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-ena { display: block; text-decoration: none; position: absolute; right: 7.5em; top: 4px; width: 4em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-ena { display: block; text-decoration: none; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.frst-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; left: 0; top: 4px; width: 6.5em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.prev-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; left: 7.5em; top: 4px; width: 4em; text-align: left; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.next-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; right: 7.5em; top: 4px; width: 4em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }
.last-ena:hover { background-color: transparent; color: #6291cd; display: block; position: absolute; right: 0; top: 4px; width: 6.5em; text-align: right; padding: 0.2em 0 0.2em 0; _padding: 0.1em 0 0.1em 0; }

.frst-dis SPAN { display: none; }
.prev-dis SPAN { display: none; }
.next-dis SPAN { display: none; }
.last-dis SPAN { display: none; }
.title STRONG { font-weight: bold; }
.frst-ena SPAN { display: none; }
.prev-ena SPAN { display: none; }
.next-ena SPAN { display: none; }
.last-ena SPAN { display: none; }

.back { display: block; float: right; }
.back SPAN { display: none; }



.filter { text-align: center; font-size: 90%; _font-size: 85%; margin-top: 1em; margin-bottom: 1em; }
.filter .selected { background-color: #fff; color: #333; }


.obrl { float: left; margin-right: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; padding: 2px; border-width: 0px; }
.obrr { float: right; margin-left: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; padding: 2px; border-width: 0px; }
.obrc { display: block; margin-left: auto; margin-right: auto; margin-top: 0.2em; margin-bottom: 0.2em; padding: 2px; border-width: 0px; }
DIV[style] IMG { display: block; margin-left: auto; margin-right: auto; margin-top: 0.2em; margin-bottom: 0.2em; padding: 2px; border-width: 0px; }



#txt-galeria { /*background: #aaa;*/ width: 100%; }
#txt-galeria #detail { /*background: #f0f0f0;*/ }
#txt-galeria #detail STRONG { display: block; color: #fbcb58; text-align: center; padding: 5px; padding-bottom: 0; }
#txt-galeria #detail IMG { display: block; margin: 5px auto; padding: 2px; border-width: 1px; }
#txt-galeria #detail SPAN { display: block; text-align: justify; padding: 5px; }
#txt-galeria #ovladanie { padding: 10px 0; }
#txt-galeria #ovladanie .prev { display: block; width: 50%; padding: 5px 0; float: left; text-align: left; }
#txt-galeria #ovladanie .prev A {
	position: relative;
	display: block;
	width: 150px; height: 30px;
	margin: 0 auto 0 0;
}
#txt-galeria #ovladanie .prev A SPAN {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 150px; height: 30px;
	background: url(../../pics/layout/btn_prev.jpg) 0 0 no-repeat;
	cursor: hand;
}
#txt-galeria #ovladanie .prev A:hover SPAN {
	background: url(../../pics/layout/btn_prev.jpg) 0 -30px no-repeat;
}
#txt-galeria #ovladanie .next { display: block; width: 50%; padding: 5px 0; float: left; text-align: right; }
#txt-galeria #ovladanie .next A {
	position: relative;
	display: block;
	width: 150px; height: 30px;
	margin: 0 0 0 auto;
}
#txt-galeria #ovladanie .next A SPAN {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 150px; height: 30px;
	background: url(../../pics/layout/btn_next.jpg) 0 0 no-repeat;
	cursor: hand;
}
#txt-galeria #ovladanie .next A:hover SPAN {
	background: url(../../pics/layout/btn_next.jpg) 0 -30px no-repeat;
}
#txt-galeria-nahlady { /*background: #f0f0f0;*/ }
#txt-galeria .nahlad-obal { display: block; width: 140px; float: left; }
#txt-galeria .nahlad IMG { display: block; margin: 5px auto; padding: 2px; border-width: 1px; }
#txt-galeria .nahlad SPAN { display: block; padding: 0 4px 4px 4px; text-align: center; font-size: 90%; display: none; }



#mapa-obal { margin-top: 1em; }
.mapa { clear: left; list-style-type: none; margin: 0; padding: 0; }
.mapa SPAN { margin: 0; padding: 0; }
.mapa A { margin: 0; padding: 0; }
.mapa LI { margin: 0; padding: 0; list-style-image: none; }
.li01 { display: block; width: 35px; height: 1.65em; float: left; }
.li02 { display: block; width: 35px; height: 1.65em; float: left; }
.li03 { display: block; width: 35px; height: 1.65em; float: left; }
.li04 { display: block; width: 35px; height: 1.65em; float: left; }
.li05 { display: block; width: 35px; height: 1.65em; float: left; }
.li06 { display: block; width: 35px; height: 1.65em; float: left; }
.li07 { display: block; width: 35px; height: 1.65em; float: left; }
.li08 { display: block; width: 35px; height: 1.65em; float: left; }
.var0 { background: url(../../pics/layout/ul0.gif) left center no-repeat; }
.var01 { background: url(../../pics/layout/ul01.gif) left center no-repeat; }
.var02 { background: url(../../pics/layout/ul02.gif) left center no-repeat; }
.var03 { background: url(../../pics/layout/ul03.gif) left center no-repeat; }
.var11 { background: url(../../pics/layout/ul11.gif) left center no-repeat; }
.var12 { background: url(../../pics/layout/ul12.gif) left center no-repeat; }
.var13 { background: url(../../pics/layout/ul13.gif) left center no-repeat; }




.left { margin-left: 0; margin-right: auto; }
.center { margin-left: auto; margin-right: auto; }
.right { margin-left: auto; margin-right: 0; }


HR.cleaner {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  border: none;
  visibility: hidden;
}



.hidden { display: none; }

.float-left { float: left; }
.float-right { float: right; }

.clear-left { background: transparent; display: block; clear: left; height: 1px; _font-size: 0; }
.clear-right { background: transparent; display: block; clear: right; height: 1px; _font-size: 0; }
.clear { background: transparent; display: block; clear: both; height: 1px; _font-size: 0; }

.error {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.deleted { background-color: #dd0000; }

.nowrap { white-space: nowrap; }

.btn {
  display: block;
  background-color: #e6e6e6;
  color: #000;
	text-indent: 0;
	margin: 0;
	margin-top: 1px; margin-bottom: 1px;
  margin-left: auto; margin-right: 0;
  padding: 1px;
  border-left: 2px solid #f6f6f6; border-top: 2px solid #f6f6f6;
  border-right: 2px solid #7b817b; border-bottom: 2px solid #7b817b;
  font-size: 90%; font-weight: normal;
  text-align: center;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #e6e6e6;
  color: #000;
  border-left: 2px solid #7b817b; border-top: 2px solid #7b817b;
  border-right: 2px solid #f6f6f6; border-bottom: 2px solid #f6f6f6;
  text-decoration: none;
}
.btn SPAN { display: none; }

.flatbtn {
	color: #fff;
	background: transparent;
	border: solid #fff;
	border-width: 0 1px 0 0;
	margin: 0;
	padding: 0;
	font-size: 70% !important;
	_font-size: 100% !important;
}



.left { margin-left: 0; margin-right: auto; }
.center { margin-left: auto; margin-right: auto; }
.right { margin-left: auto; margin-right: 0; }



.tdt { vertical-align: top; }
.tdm { vertical-align: middle; }
.tdb { vertical-align: bottom; }
.tdl { text-align: left; }
.tdc { text-align: center; }
.tdr { text-align: right; }

.ba { border-width: 1px !important; }
.bt { border-top-width: 1px !important; }
.br { border-right-width: 1px !important; }
.bb { border-bottom-width: 1px !important; }
.bl { border-left-width: 1px !important; }
.nba { border-width: 0; }
.nbt { border-top-width: 0; }
.nbr { border-right-width: 0; }
.nbb { border-bottom-width: 0; }
.nbl { border-left-width: 0; }


.nbg { background: transparent; }


#lang_formular {
	/*display: none;*/
}
#lang_formular INPUT[type=submit] {
	background: transparent;
	color: #6291cd;
	margin: 0; padding: 0;
	margin-right: 2px;
	width: 3em;
	border: 1px solid;
	border-left-color: #ccc; border-top-color: #ccc;
	border-right-color: #000; border-bottom-color: #000;
	font-weight: bold;
}
#lang_formular .selected {
/*	color: #ff7d00 !important;*/
	background-color: #6291cd !important;
	color: #fff !important;
}


.w45px { width: 45px; }
.w46px { width: 46px; }
.w50px { width: 50px; }
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.w300px { width: 300px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.w450px { width: 450px; }
.w500px { width: 500px; }

.w1pc { width: 1%; }
.w5pc { width: 5%; }
.w100pc { width: 100%; }

.w25em { width: 2.5em; }
.w5em { width: 5em; }
.w55em { width: 5.5em; }
.w6em { width: 6em; }
.w65em { width: 6.5em; }
.w7em { width: 7em; }
.w75em { width: 7.5em; }
.w8em { width: 8em; }
.w9em { width: 9em; }
.w10em { width: 10em; }
.w11em { width: 11em; }
.w12em { width: 12em; }
.w13em { width: 13em; }
.w14em { width: 14em; }
.w15em { width: 15em; }

