* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 66.5%;
  text-align: center;
}
div.clear {
  font-size: 0;
  line-height: 0;
  height: 1;
  overflow: hidden;
  clear: both;
}
div.header {
  width: 902px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
div.header menu {
 /* list-style: none;
  float: left;
  display: inline;
  margin: 0 0 0 40px;*/
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 1000;
  list-style: none;
}
div.header menu li {
  float: left;
  position: relative;
}
div.header menu li a {
  display: block;
  padding: 10px 17px 3px 17px;
  color: #363E3E;
  font-size: 1.6em;
  text-decoration: none;
}
div.header menu li a:hover, div.header menu li.active a {
  background: #363E3E;
  color: #FFF;
}
div.header menu li ul {
  position: absolute;
  top: 33px;
  _top: 36px;
  #top: 36px;
  left: 0;
  z-index: 1000;
  list-style: none;
  visibility: hidden;
}

div.header menu li:hover ul, div.header menu li.hover ul { 
  visibility: visible;
}
/*div.header menu li a :hover > div.header menu li ul {
  display: block;
} */
div.header menu li ul li {
  width: 170px;
  border-top: 1px solid #B1CCCD;
  float: left;
  clear: left;
  /*_display: inline;*/
}
div.header menu li ul li a {
  background: #363E3E;
  color: #FFF;
  padding: 6px 10px;
  font-size: 1.3em;

  width: 150px;
   float: left;
  clear: left;
}
div.header menu li ul li a:hover {
  color: #9DD9A3 !important;
}
/*div.header menu :hover > a, div.header menu ul :hover > a {
  background: #363E3E;
  color: #FFF;

}*/
div.header menu li.hover a, div.header menu li.hover ul li a {
  background: #363E3E;
  color: #FFF;

}
div.header ul.langs {
  list-style: none;
  float: right;
  display: inline;
  margin: 10px 0 0 0;
}
div.header ul.langs li {
  display: inline;
}
div.header ul.langs li a {
  font-size: 1.4em;
  color: #363E3E;
  text-decoration: none;
}
div.header ul.langs li a:hover {
  text-decoration: underline;
}

div.header a.logo {
  position: absolute;
  left: 55px;
  top: 63px;
  z-index: 2;
  /*float: left;
  display: inline;
  margin: 30px 0 0 55px;
  border: none;*/
}
div.header a.logo img {
  border: none;
}
div.content_wrapper {
    width: 100%;
    background: url(images/bg_content.gif) 0 0 repeat;
    border-top: 1px solid #8CAF91;
}
div.content {
    width: 802px;
   /* _width: 902px;*/
    background: #FFF;
    margin: 0 auto;
    text-align: left;
    padding: 25px 50px 20px 50px;
}
div.left_column {
    width: 525px;
    float: left;
}
div.content h1 {
    color: #006837;
    font-size: 2.8em;
    line-height: 1.1em;
    margin-bottom: 15px;
}

div.content p {
    color: #4c4c4c;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 15px;
}
div.content div.hr {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 15px;
    background:  url(images/line.gif) 0 0 no-repeat;
    clear: both;
}
div.content div.hr hr {
    display: none;
}
div.schedule {
    width: 252px;
    height: 352px;
    float: left;
    display: inline;
    margin: 0 0 0px 25px;
    background: #444546 url(images/schedule.jpg) 0 0 no-repeat;
}
div.reservation, div.opening {
    width: 250px;
    float: left;
    display: inline;
    margin: 15px 0 0 0;
    overflow: visible;
}
div.reservation p {
    font-weight: bold;
}
div.reservation h2, div.opening h2 {
    text-indent: -9999px;
    color: #006837;
    font-size: 1.8em;
    margin-bottom: 5px !important;
}
div.opening h2 {
    float: right;
}
div.opening p {
    clear: both;
    text-align: right;
}
div.reservation h2.cs, div.opening h2.cs {
    text-indent: -9999px;
	height: 26px;
}
div.reservation h2.cs {
    width: 109px;
    background: url(images/cs_rezervace.gif) 0 0 no-repeat;
}
div.opening h2.cs {
    width: 155px;
    background: url(images/cs_provoz.gif) 0 0 no-repeat;
}
div.reservation h2.en {
    width: 135px;
    background: url(images/en_rezervace.gif) 0 0 no-repeat;
}
div.opening h2.en {
    width: 163px;
    background: url(images/en_provoz.gif) 0 0 no-repeat;
}
div.opening h2.de {
    width: 140px;
    background: url(images/de_provoz.gif) 0 0 no-repeat;
	height: 30px;
}
div.opening h2.ru, div.reservation h2.ru {
    text-indent: 0 !important;
}

div.footer_wrapper {
    width: 100%;
    height: 43px;
    background: #644726 url(images/footer_bg.jpg) 50% 0 no-repeat;
    clear: both;
}
div.footer {
    width: 906px;
    height: 43px;
    margin: 0 auto;
    text-align: left;
    color: #FFF;
}
div.footer menu {
    list-style: none;
    padding: 9px 0 0 30px;
}
div.footer menu li {
    float: left;
	margin-top: 2px;
}
div.footer menu li a {
    display: block;
    padding: 6px 13px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.4em;
     border-right: 1px solid #4D3218;
}
div.footer menu li.last a {
     border-right: none;
}
div.footer menu li a:hover {
    color: #9DD9A3;
    text-decoration: underline;
}
div.footer p.copyright {
    float: right;
    display: inline;
    margin: 10px 5px 0 0;
    font-size: 0.9em;
    font-family: sans-serif;
}


