* { margin: 0; padding: 0; }

HTML, BODY { height: 100%; }

BODY {
  background: #000066 url(../../pics/layout/bg-body.gif) center top repeat-y;
  color: #626262;
  font-family: sans-serif;
  font-size: small;
  text-align: center;
}

HR { display: none; }

A { color: #000453; text-decoration: underline; font-weight: bold; }
A:hover { background-color: #374086; color: #fff; text-decoration: none; }

H1 { margin: 0 0 0.1em 0; padding: 3px; background-color: #6291cd; color: #626262; font-size: 175%; }
H1 A { background-color: #6291cd; color: #626262; text-decoration: none; }
H1 A:hover { background-color: #6291cd; color: #626262; text-decoration: underline; }

H2 { margin: 0 0 0.1em 0; padding: 3px 0px; color: #626262; font-size: 150%; }
H2 A { color: #626262; text-decoration: none; }
H2 A:hover { background-color: transparent; color: #626262; text-decoration: underline; }

H3 { margin: 0.5em 0; color: #6291cd; font-size: 150%; }
H3 A { color: #6291cd; text-decoration: none; }
H3 A:hover { background-color: transparent; color: #6291cd; text-decoration: none; }

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

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

H6 { margin: 0.5em 0; font-size: 115%; }
H6 A { text-decoration: none; }
H6 A:hover { background-color: 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: #000; border-width: 0px; }

P { padding: 0.3em 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; }

TABLE {
  font-size: 100%;
  border-style: solid;
  border-color: #626262;
  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: #626262;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-spacing: 0;
  padding: 3px;
}

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



/*#body {
  position: relative;
  background: yellow url(../../pics/layout/bg2.gif) center top repeat-y;
	margin: 0; padding: 0;
  min-height: 101%;
  height: 101%;
	margin-bottom: -500px;
}
body>#body { height: auto; }*/


#telo {
	position: relative;
/* 	background: #fff url(../../pics/layout/bg-telo.gif) center top repeat-x; */
	background: #fff url(../../pics/layout/pozadie02.gif) center center repeat;
  width: 780px;
  min-height: 101%;
  height: 101%;
  margin-left: auto; margin-right: auto;
  text-align: left;
}
body>#telo { height: auto; }



#hlavicka {
	position: relative;
/*	background-color: #000066;
	background-color: red;*/
	background: #000066 url(../../pics/layout/bg-hlavicka.gif) center top repeat-x;
	height: 100px;
	margin-bottom: 0px;
}
#hlavicka #nadpis {
	display: block;
	width: 170px;
	height: 100px;
	overflow: hidden;
}
#nadpis SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 170px;
	height: 80px;
	background: url(../../pics/layout/header.gif) left top no-repeat;
  _cursor: hand;
}
#jazyky {
	position: absolute;
	bottom: 25px; right: 0;
	/*height: 22px; width: 102px;*/
	height: 22px; width: 68px; width: 204px;
	text-align: right;
}
#jazyky #en {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #en SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_en.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #en:hover SPAN {
	background: url(../../pics/layout/flag_en.gif) 0 0 no-repeat;
}
#jazyky #en.selected SPAN {
	background: url(../../pics/layout/flag_en.gif) 0 0 no-repeat;
}
#jazyky #de {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-left: 5px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #de SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_de.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #de:hover SPAN {
	background: url(../../pics/layout/flag_de.gif) 0 0 no-repeat;
}
#jazyky #de.selected SPAN {
	background: url(../../pics/layout/flag_de.gif) 0 0 no-repeat;
}
#jazyky #sk {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-left: 5px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #sk SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_sk.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #sk:hover SPAN {
	background: url(../../pics/layout/flag_sk.gif) 0 0 no-repeat;
}
#jazyky #sk.selected SPAN {
	background: url(../../pics/layout/flag_sk.gif) 0 0 no-repeat;
}
#jazyky #cz {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-left: 5px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #cz SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_cz.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #cz:hover SPAN {
	background: url(../../pics/layout/flag_cz.gif) 0 0 no-repeat;
}
#jazyky #cz.selected SPAN {
	background: url(../../pics/layout/flag_cz.gif) 0 0 no-repeat;
}
#jazyky #pl {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-left: 5px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #pl SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_pl.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #pl:hover SPAN {
	background: url(../../pics/layout/flag_pl.gif) 0 0 no-repeat;
}
#jazyky #pl.selected SPAN {
	background: url(../../pics/layout/flag_pl.gif) 0 0 no-repeat;
}
#jazyky #hu {
	display: block;
	float: right;
	position: relative;
	width: 30px; height: 20px;
	overflow: hidden;
	margin-left: 2px;
	_margin-left: 5px;
	_margin-right: -3px;
	border: 1px solid #ccc;
}
#jazyky #hu SPAN {
	display: block;
  position: absolute; left: 0; top: 0; z-index:1;
	width: 30px; height: 20px;
	background: url(../../pics/layout/flag_hu.gif) 0 -20px no-repeat;
  _cursor: hand;
}
#jazyky #hu:hover SPAN {
	background: url(../../pics/layout/flag_hu.gif) 0 0 no-repeat;
}
#jazyky #hu.selected SPAN {
	background: url(../../pics/layout/flag_hu.gif) 0 0 no-repeat;
}


#jazyky .selected { font-weight: bold; }
#jazyky STRONG { display: none; }
#logged {
  position: absolute;
  width: 450px; height: 18px;
  right: 0; top: 10px;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  padding: 0 0.5em !important;
  border-top: 0 !important;
}



#lavy-panel {
  width: 200px;
  float: left;
  padding-bottom: 7em;
  _padding-bottom: 5em;
}
#lavy-panel-obsah {
  padding: 0;
}



#menu {
	/*background-color: yellow;*/
	font-size: 85%;
}
#menu STRONG {
  display: none;
}
#menu UL A {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 0.25em 0 0.25em 0.5em;
}
#menu UL UL A {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em 1.5em;
}
#menu UL UL UL A {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em 2.5em;
}
#menu UL UL UL UL A {
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em 3.5em;
}
#menu A {
	background-color: #e3e4eb;
  color: #000;
	margin: 1px 0;
}
#menu A:hover {
  background-color: #000;
  color: #e3e4eb;
}
#menu A.selected {
  background-color: #a4a8c5;
  color: #000;
  font-weight: bold;
}
#menu UL {
  list-style-type: none;
  padding: 0 10px 0 5px;
  margin: 0;
}
#menu UL UL {
  padding: 0;
  margin: 0;
}
#menu LI {
  display: inline;
}



#pravy-panel {
  width: 580px;
  float: left;
  padding-bottom: 7em;
  _padding-bottom: 5em;
}
#pravy-panel-obsah {
  padding: 0 5px 0 0;
}
#pravy-panel-obsah P {
  line-height: 1.35em;
}



.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; }



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






#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; }
.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; }
.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; }




#pata {
  position: absolute;
	background-color: #f6f6f6;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 80%;
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #c5c5c5;
}
#pata-obsah {
	width: 580px;
  float: right;
  text-align: center;
  margin-bottom: 0;
}
#pata #counter STRONG {
	display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
}



.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; }

.cleaner { clear: both; }

LI.cleaner { clear: both; }

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

.btn {
  display: block;
  background-color: #e6e6e6;
  color: #000;
  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 {
	background: transparent;
	border: solid #000;
	border-width: 0 1px 0 0;
	margin: 0;
	padding: 0;
}


#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;
}

.selected {
	font-weight: bold;
	color: #6291cd;
}

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

.deleted { background-color: #dd0000; }

.nowrap { white-space: nowrap; }

.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; }

.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; }
.w10em { width: 10em; }
.w12em { width: 12em; }
.w13em { width: 13em; }
.w14em { width: 14em; }
.w15em { width: 15em; }

.bg-red { background: red; }
.ba-red { border: 2px solid red !important; }
