/* obecne styly */
body {
	background: #111111 url(../img/bg.gif) center top;
	_text-align: center;
	font-family: verdana, tahoma;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #C6C8C5;
}

a {
	color: #fff;
}

div {
	padding: 0;
	margin: 0;
}

.hidden {
  display: none;
}

form {
  margin: 0; 
  padding: 0;
}

img {
  border: 0;
}
/* Gallery Styles */

#motioncontainer {
  clear: both;
  position:relative;
  overflow:hidden;
  width: 522px; 
  height: 130px;
  margin-left: 8px;
  
}

#motioncontainer a img {
  border: 1px solid #434343;
  margin-right: 3px;
  -moz-opacity:0.6;
  filter:alpha(opacity=60);
}

#motioncontainer a:hover img {
  border: 1px solid #d1d1d1;
  -moz-opacity:1;
  filter:alpha(opacity=100);
}

#motioncontainer a:hover {
  color: #000;
}

#motioncontainer2 a img{ /*image border color*/
  border: 1px solid #ccc;
}

#motioncontainer2 a:hover img{ /*image border hover color*/
  border: 1px solid navy;
}

#motioncontainer2 a:hover{
  color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 8px;
  padding-bottom: 0;
  background: #fff;
  visibility: hidden;
  z-index: 10;
  cursor: hand;
  cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  padding: 3px 0;
  text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
  background-color: #fff;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
  position: absolute;
  visibility: hidden;
  border: 1px solid #fff;
  background-color: #EFEFEF;
  padding: 5px;
  z-index: 5;
  color: #404040;
}
/* end thurnblade */
#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 870px;
}

#box {
  position: relative;
  margin-top: 35px;
  width: 541px;
  height: 608px;
  background: #2A2D2A url(../img/box.png);
}

#menu {
  position: absolute;
  z-index: 1;
  top: 149px;
  left: 595px;
  background: url(../img/menu.png); 
  width: 257px;
  height: 457px;
}

#menu-ul {
  position: absolute;
  z-index: 5;
  top: 155px;
  left: 624px;
}

#menu-ul ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#menu-ul li a {
  display: block;
}

#menu-ul li a.nadpis {
  display: block;
  width: 220px;
  text-decoration: none;
  font-size: 13px;
  font-style: italic;
  color: #cdcdcd;
  margin-top: 8px;
  padding-left: 12px;
}

#menu-ul li a:hover {
  background: url(../img/sipka.gif) no-repeat left top;
}

#menu-ul a span {
  display: none;
}

#logo {
  position: absolute;
  top: 4px;
  left: 590px;
}

#main-body {
  position: relative;
  padding-top: 3px;
  margin-left: 3px;
}

#main-body h1 {
  margin: 0 0 4px 15px;
  color: #ff0a0f;
  text-transform: uppercase;
}

div#odsazeni {
  margin: 0px;
  padding: 15px;
  padding-top: 6px;
  line-height: 16px;
}

p {
  padding: 0px;
  margin: 0px;
  line-height: 16px;
}

#zapati {
  position: relative;
}

#player3 {
  position: absolute;
  top: 0;
  left: 520px;
}

#zapati, #zapati a {
  color: #4C4C4C;
  font-size: 10px;
  text-decoration: none;
  margin-bottom: 5px;
}

#zapati a:hover {
  text-decoration: underline;
} 

#detail-foto {
  margin-bottom: 10px;
  position: relative;
  float: left;
  height: 275px;
  width: 206px;
  margin-right: 18px;
}

#detail-foto #lh {
  position: absolute;
  top: -1px;
  left: -1px;
  background-image: url(../img/lh.gif);
  width: 5px;
  height: 5px;
  font-size: 1px;
}

#detail-foto #ph {
  position: absolute;
  top: -1px;
  right: -5px;
  background-image: url(../img/ph.gif);
  width: 9px;
  height: 5px;
  font-size: 1px;
}

#detail-foto #pd {
  position: absolute;
  bottom: -1px;
  right: -5px;
  background-image: url(../img/pd.gif);
  width: 9px;
  height: 5px;
  font-size: 1px;
}

#detail-foto #ld {
  position: absolute;
  bottom: -5px;
  left: -1px;
  background-image: url(../img/ld.gif);
  width: 5px;
  height: 9px;
  font-size: 1px;
}

#detail-popis {
  position: relative;
  float: left;
  width: 311px;
}

h1 {
  margin: 0px;
  padding: 10px 0 0 0;
  font-size: 14px;
  clear: both;
  display: block;
}

#detail-popis h1, #detail-popis h5 {
  margin: 0;
  padding: 7px 0 12px 0;
  font-size: 15px;
  clear: both;
  display: block;
}

#detail-popis .radek {
  float: left;
  width: 130px;
  margin-bottom: 6px;
  font-size: 11px;
}

#detail-popis .radek2 {
  float: left;
  width: 300px;
  margin-bottom: 0px;
  font-size: 10px;
  text-align: justify;
}

#form-p, #form-l {
  float: left;
}

.i1 {
  border: 1px solid #464749;
  background-color: #000;
  color: #464749;
  width: 110px;
  padding: 2px 2px 0px 5px; 
  font: 11px verdana;
  margin-bottom: 11px;
  height: 17px;
}

.t1 {
  width: 165px;
  margin-left: 7px;
  border: 1px solid #464749;
  background-color: #000;
  color: #515151;
  font: 11px verdana;
  height: 85px;
  overflow: auto;
  padding: 2px 2px 0px 5px;
}

.s1 {
  color: #CFD1CE;
  font-size: 10px;
  display: block;
  text-align: right;
  text-decoration: none;
  padding: 3px 7px 0 0;
}

.s1:hover {
  color: #FE7800;
}

.s2 {
  color: #707070;
  font-size: 10px;
  text-decoration: none;
}

.s2:hover {
  color: #FE7800;
}

.s3 {
  color: #FE7800;
}

#nazev {
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
  clear: both;
  padding: 2px 0 8px 8px;
}

.oramovani {
  width: 127px;
  height: 142px;
  background-color: #212320;
  border: 1px solid #545653;
  margin: 0 0 3px 3px;
  float: left;
  text-align: center;
}

.oramovani img {
  border: 1px solid #434343;
  margin: 3px 0 2px 0;
  -moz-opacity:0.6;
  filter:alpha(opacity=60);
}

.oramovani a:hover img {
  border: 1px solid #d1d1d1;
  -moz-opacity:1;
  filter:alpha(opacity=100);
}

.oramovani a {
  font-size: 10px;
  color: #FE7800;
  text-decoration: none;
}

.oramovani a:hover {
  color: #c6c8c5;
}

.oramovani2 {
  width: 127px;
  height: 142px;
  background-color: #4f4317;
  border: 1px solid #746941;
  margin: 0 0 3px 3px;
  float: left;
  text-align: center;
}

.oramovani2 img {
  border: 1px solid #5e522a;
  margin: 3px 0 2px 0;
  -moz-opacity:0.6;
  filter:alpha(opacity=60);
}

.oramovani2 a:hover img {
  border: 1px solid #cc9900;
  -moz-opacity:1;
  filter:alpha(opacity=100);
}

.oramovani2 a {
  font-size: 10px;
  color: #FE7800;
  text-decoration: none;
}

.oramovani2 a:hover {
  color: #c6c8c5;
}

#seznam-foto {
  margin-left: 2px;
  overflow:hidden;
  padding-top: 4px;
  position: relative;
  z-index: 1;
  line-height: 10px;
}

div.sub {
  margin-left: 15px;
  margin-top: 10px;
  padding-bottom: 7px;
  width: 210px;
}

div.sub a {
  margin-bottom: 7px;
  display: block;
  color: #cdcdcd;
  text-decoration: none;
  font-style: italic;
  padding-left: 12px;
}

div.sub a:hover {
  background: url(../img/sipka.gif) no-repeat left top;
}

#boxtext {
  padding: 0px 15px 0px 15px;
  line-height: 16px;
  font-size: 11px;
}
#boxtext p {
  line-height: 16px;
}

#relative {
  position: relative;
  text-align: left;
  width: 530px;
}

#relative2 {
  position: relative;
  text-align: left;
  width: 310px;
}

#strankovani {
  position: absolute;
  top: 3px;
  right: 8px;
  text-align: right;
  font-size: 10px;
}

#strankovani2 {
  position: absolute;
  top: 8px;
  right: 10px;
  text-align: right;
  font-size: 10px;
}

#doprava {
  text-align: right;
  width: 520px;
  margin-top: 6px;
}

#box1, #box2 {
  width: 253px;
  height: 122px;
  background-image: url(../img/box1.jpg);
  float: left;
  margin-top: 12px;
  margin-left: 9px;
  cursor: pointer;
}

#box2 {
  background-image: url(../img/box2.jpg);
}

#box1 span, #box2 span {
  display: block;
  margin: 7px 0 0 12px;
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
}

#box1 a, #box2 a {
  color: #c6c8c5;
  display: block;
  margin: 4px 65px 0 12px;
  text-decoration: none;
  font-size: 11px;
  line-height: 15px;
}

#vlajky {
  position: absolute;
  top: 93px;
  left: 774px;
  width: 100px;
}

#vlajky a {
  float: left;
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 15px;
}

#vlajky a#eng {
  background: url(../img/f_eng.gif) bottom;
}

#vlajky a#eng:hover {
  background-position: top;
}

#vlajky a#cze {
  background: url(../img/f_cze.gif) bottom;
}

#vlajky a#cze:hover {
  background-position: top;
}

#vlajky a#deu {
  background: url(../img/f_deu.gif) bottom;
}

#vlajky a#deu:hover {
  background-position: top;
}

#zalozka {
  position: absolute;
  top: -17px;
  left: 440px;
  width: 95px;
  height: 19px;
  overflow: hidden;
  background-image: url(../img/zalozka.gif);
  text-align: center;
  cursor: pointer;  
}

#zalozka strong {
  display: block;
  padding-top: 3px;
  font-weight: normal;
  font-size: 10px;
}

#search {
  border-left: 1px solid  #555555;
  border-right: 1px solid  #555555;
  border-bottom: 1px solid  #555555;
  background-color: #000;
  height: 80px;
  -moz-opacity:0.75;
  filter:alpha(opacity=75);
}

#search-box {
  color: #babcb4;
  background-color: #212320;
  height: 25px;
  border-left: 1px solid  #4b4c4c;
  border-right: 1px solid  #4b4c4c;
  border-top: 1px solid  #4b4c4c;
}

#search-box span {
  display: block;
  padding-left: 20px;
  margin-top: 6px;
  float: left;
  width: 485px;
}

#search-box div {
  background-image: url(../img/close.gif);
  width: 20px;
  height: 19px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}

#main-search {
  z-index: 100;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 531px;
  height: 100px;
  display: none;
}

#search div {
  display: block;
  float: left;
  width: 105px;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 10px;
}

#search div#bt {
  margin-top: 23px;
  padding: 0px;
}

#search select {
  background-color: #000;
  width: 110px;
	font-family: verdana, tahoma;
	font-size: 11px;
	color: #fff;
}

#speak {
  position: absolute;
  top: 37px;
  left: 245px;
  width: 60px;
  text-align: left;
}

#speak div {
  width: 25px;
  height: 13px;
  margin: 4px 5px 0 0;
  float: left;
}

#jazyk-en {
  background-image: url(../img/en.gif);
}

#jazyk-cz {
  background-image: url(../img/cz.gif);
}

#jazyk-de {
  background-image: url(../img/de.gif);
}

#jazyk-it {
  background-image: url(../img/it.gif);
}

#jazyk-fr {
  background-image: url(../img/fr.gif);
}

#jazyk-es {
  background-image: url(../img/es.gif);
}
