html, body {
    font-family: "Arial", "Verdana", "Tahome", "Lucida Grande", "Helvetica";
    background: url(/images/bg.jpg) top left #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #64605E;
    font-size: 14px;
}

.clear {
  height: 1px;
  clear: both;
}

img {
  border: 0;
}

#cover {
  width: 100%;
  background: url(/images/cover_bg.jpg) repeat-x top left;
}

#cover2 {
  width: 100%;
  text-align: center;
  background: url(/images/stin.png) repeat-y top center;
}

#content {
  margin: 0 auto;
  width: 940px;
  padding: 0px 30px;
  background: #ffffff;
}

#top {
  width: 940px;
  height: 117px;
  position: relative;
}

#logo {
  position: absolute;
  top: 62px;
  left: 20px;
  display: block;
  width: 561px;
  height: 36px;
  background: url(/images/logo.gif) no-repeat top left;  
}

#logo_YUI {
  position: absolute;
  top: 68px;
  right: 0px;
  display: block;
  width: 59px;
  height: 30px;
  background: url(/images/logo_YUI.png) no-repeat top left;
}

#search_form div {
  position: absolute;
  top: 16px;
  left: 780px;
  display: block;
  width: 160px;
  height: 22px;
  background: url(/images/search_form.gif) no-repeat top left;
}

#search_form div input {
  position: absolute;
  top: 1px;
  left: 8px;
  width: 116px;
  border: 0;
  padding-top: 3px;
  height: 15px;
  font-family: "Arial", "Verdana", "Tahome", "Lucida Grande", "Helvetica";
  font-size: 12px;
}

#search_form div button {
  position: absolute;
  top: 1px;
  left: 132px;
  display: block;
  width: 27px;
  height: 20px;
  background: url(/images/search.gif) no-repeat top left;
  cursor: pointer;
  border: 0;
}

#menu {
  width: 940px;
  height: 55px;
  background: url(/images/menu_bg.gif) repeat-x top left;  
  margin-bottom: 5px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  float: left;
  padding-right: 2px;
  background: url(/images/menu_oddel.gif) no-repeat top right;
}

#menu ul li.menu_item_last {
  padding: 0;
}

#menu ul li a {
  display: block;
  float: left;
  color: #ffffff;
  text-decoration: none;
  height: 37px;
  padding-top: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "Arial Narrow", "Arial";
}

#menu ul li a:hover, #menu ul li.active_menu_item a {
  background: url(/images/menu_over.gif) repeat-x top left;  
  color: #693A28;
}

#menu ul li.home a {
  width: 62px;
  height: 55px;
  padding: 0;
  background: url(/images/home.gif) no-repeat top left;  
}
#menu ul li.home a:hover, #menu ul li.home_akt a {
  background: url(/images/home_over.gif) no-repeat top left;  
}

#menu ul li.topmenu1 a {
  width: 161px;
}
#menu ul li.topmenu2 a {
  width: 162px;
}
#menu ul li.topmenu3 a {
  width: 208px;
}
#menu ul li.topmenu4 a {
  width: 209px;
}
#menu ul li.topmenu5 a {
  width: 128px;
  background: url(/images/menu_last.gif) no-repeat top right;
}
#menu ul li.topmenu5 a:hover, #menu ul li.active_menu_item5 a {
  background: url(/images/menu_last_over.gif) no-repeat top right;
}

#slider_bg {
  width: 940px;
  height: 438px;
  position: relative;
  background: url(/images/slider_stin.gif) no-repeat bottom center;
}
#slider {
  width: 940px;
  height: 410px;
}
	#slider ul {
		width: 940px;
		height: 438px;
    margin:0;
		padding:0;
		list-style:none;
    position: relative;
	}
	#slider li { 
    display: block;
    width: 940px;
    height: 438px;
		overflow:hidden;
  }
  
	/* numeric controls */	
  #slider_ovl {
    display: none;
  }

  span#prev a {
    position: absolute;
    top: 180px;
    left: 0px;
    display: block;
    width: 38px;
    height: 50px;
    background: url(/images/slider_left.png) no-repeat top left;
  }
  span#prev a:hover {
    background: url(/images/slider_left_over.png) no-repeat top left;
  }
  span#next a {
    position: absolute;
    top: 180px;
    left: 902px;
    display: block;
    width: 38px;
    height: 50px;
    background: url(/images/slider_right.png) no-repeat top left;
  }
  span#next a:hover {
    background: url(/images/slider_right_over.png) no-repeat top left;
  }
  
#mapa {
  width: 940px;
  height: 687px;
  position: relative;
  background: url(/images/slider_stin.gif) no-repeat bottom center;
}

#navigace {
  border-bottom: 2px solid #E2E2E2;
  padding: 10px 0px 9px 20px;
  color: #8A8A8A;
  font-size: 12px;
  text-align: left;
}

#navigace a {
  color: #8A8A8A;
}

#navigace a:hover {
  text-decoration: none;
}

#text {
  float: left;
  width: 552px;
  padding: 30px 40px 0px 20px;
  text-align: left;
  color: #4F4F4F;
  line-height: 20px;
}

.text h1 {
  width: 500px;
  color: #683B25;
  font-size: 26px;
  font-family: "Times New Roman";
  line-height: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

.text h2 {
  color: #683B25;
  font-size: 20px;
  font-family: "Times New Roman";
  line-height: 26px;
}

.text h3 {
  color: #683B25;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding-bottom: 2px;
}

.text p {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
}

.text ul {
  padding: 0;
  margin: 0;
  padding-bottom: 12px;
  list-style: none;
}

.text ul li {
  background: url(/images/odr.gif) no-repeat 0px 7px;
  padding-left: 18px;
  padding-bottom: 6px;
}

.text a {
  color: #683B25;
}

.text a:hover {
  text-decoration: none;
}

.text a.vice {
  background: #683B24;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #D9CEC8;
}

.text a.vice:hover {
  background: #CEAA62;
}

.text label {
  display: block;
  padding-top: 20px;
}

.text input {
  width: 360px;
  font-family: "Arial";
  border: 1px solid #683B24;
  font-size: 13px;
  padding: 2px 4px;
}

.text textarea {
  width: 450px;
  height: 140px;
  font-size: 13px;
  font-family: "Arial";
  border: 1px solid #683B24;
  padding: 2px 4px;
}

.text button {
  background: #683B24;
  color: #ffffff;
  padding: 8px 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #D9CEC8;
  cursor: pointer;
  font-size: 11px;
}

.text button:hover {
  background: #CEAA62;
}

.error_label {
  display: block;
  color: #ff0000;
}

.text div#aktuality {
  width: 502px;
  border: 1px solid #CFAA63;
  padding: 0px 24px; 
}

.text div#aktuality div.aktuality {
  background: url(/images/aktuality_oddel.gif) repeat-x left bottom;
  padding: 20px 0px 10px 0px;
  font-size: 13px;
  line-height: 17px;
}
.text div#aktuality div.aktuality2 {
  background: none;
}

.text div#aktuality div.aktuality li {
  background: url(/images/odr2.gif) no-repeat 0px 7px;
  padding-left: 18px;
}

div#kontakty {
  width: 920px;
  min-height: 1120px;
  background: url(/images/mapa_kontakty_RU.jpg) no-repeat top right;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 50px;
  position: relative;
}

div#kontakty a.seznam_title {
  display: block;
  width: 310px;
  padding: 7px 12px 5px 40px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #5C5C5C;
  font-size: 19px;
  background: url(/images/seznam_down.gif) no-repeat top left;
  border: 1px solid #fff;
}

div#kontakty a.seznam_title:hover {
  display: block;
  width: 310px;
  padding: 7px 12px 5px 40px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #683B25;
  font-size: 19px;
  font-weight: bold;
  background: url(/images/seznam_over_down-new.gif) no-repeat top left;
  border: 1px solid #7b5440;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

div#kontakty a.seznam_title_top, div#kontakty a.seznam_title_top:hover {
  display: block;
  width: 310px;
  padding: 7px 12px 5px 40px;
  margin-bottom: 7px;
  text-decoration: none;
  color: #683B25;
  font-size: 19px;
  font-weight: bold;
  background: url(/images/seznam_over_top-new.gif) no-repeat top left;
  border: 1px solid #7b5440;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.kontakty {
  border-bottom: 2px solid #B49D92;
  padding-left: 40px;
  margin-bottom: 10px;
  width: 322px;
}

div#kontakty div.body {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
}

div#kontakty div.body a {
  display: block;
  width: 33px;
  height: 26px;
  padding-top: 9px;
  padding-right: 1px;
  background: url(/images/mapa-bod.png) no-repeat top left;
  text-decoration: none;
  color: #683B25;
  text-align: center;
  font-size: 16px;
}

div#kontakty div.body a:hover {
  background: url(/images/mapa-bod-over.png) no-repeat top left;
  color: #ffffff;
}

div#kontakty div.body a.bodyahrefakt {
  background: url(/images/mapa-bod-act.png) no-repeat top left;
  color: #ffffff;
}

div#kontakty a#popis98 {
  display: block;
  width: 129px;
  height: 19px;
  position: absolute;
  left: 418px;
  top: 922px;
  padding-top: 47px;
  background: url(/images/mapa-bod-hlavni_new.png) no-repeat top left;
  text-decoration: none;
  color: #683B25;
  text-align: center;
  font-size: 13px;
}

div#kontakty a#popis98:hover {
  color: #ffffff;
  background: url(/images/mapa-bod-over-hlavni_new.png) no-repeat top left;
}

div#kontakty a#popis98akt {
  display: block;
  width: 129px;
  height: 19px;
  position: absolute;
  left: 418px;
  top: 922px;
  padding-top: 47px;
  background: url(/images/mapa-bod-act-hlavni_new.png) no-repeat top left;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}

div#kontakty a#popis99 {
  display: block;
  width: 170px;
  height: 38px;
  position: absolute;
  left: 429px;
  top: 735px;
  padding-top: 5px;
  background: url(/images/mapa-bod-doprava-new.png) no-repeat top left;
  text-decoration: none;
  color: #683B25;
  text-align: center;
  font-size: 11px;
  z-index: 500;
}

div#kontakty a#popis99:hover {
  color: #ffffff;
  background: url(/images/mapa-bod-over-doprava-new.png) no-repeat top left;
}

div#kontakty a#popis99akt {
  display: block;
  width: 170px;
  height: 38px;
  position: absolute;
  left: 429px;
  top: 735px;
  padding-top: 5px;
  background: url(/images/mapa-bod-act-doprava-new.png) no-repeat top left;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  z-index: 500;
}

div#kontakty a#popis100 {
  display: block;
  width: 129px;
  height: 19px;
  position: absolute;
  left: 732px;
  top: 557px;
  padding-top: 47px;
  background: url(/images/mapa-bod-hlavni_new.png) no-repeat top left;
  text-decoration: none;
  color: #683B25;
  text-align: center;
  font-size: 13px;
}

div#kontakty a#popis100:hover {
  color: #ffffff;
  background: url(/images/mapa-bod-over-hlavni_new.png) no-repeat top left;
}

div#kontakty a#popis100akt {
  display: block;
  width: 129px;
  height: 19px;
  position: absolute;
  left: 732px;
  top: 557px;
  padding-top: 47px;
  background: url(/images/mapa-bod-act-hlavni_new.png) no-repeat top left;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}



div#kontakty div#bod98 {
  left: 465px;
  top: 922px;
}
div#kontakty div#bod100 {
  left: 780px;
  top: 558px;
}
div#kontakty div#bod1 {
  left: 462px;
  top: 845px;
}
div#kontakty div#bod2 {
  left: 683px;
  top: 343px;
}
div#kontakty div#bod3 {
  left: 516px;
  top: 908px;
}
div#kontakty div#bod_4 {
  left: 570px;
  top: 410px;
}
div#kontakty div#bod5 {
  left: 540px;
  top: 939px;
}
div#kontakty div#bod7 {
  left: 486px;
  top: 463px;
}
div#kontakty div#bod8 {
  left: 450px;
  top: 920px;
}
div#kontakty div#bod_9 {
  left: 589px;
  top: 292px;
}
div#kontakty div#bod10 {
  left: 498px;
  top: 776px;
  z-index: 1000;
}
div#kontakty div#bod11 {
  left: 606px;
  top: 235px;
}
div#kontakty div#bod12 {
  left: 646px;
  top: 398px;
}
div#kontakty div#bod13 {
  left: 530px;
  top: 440px;
}
div#kontakty div#bod14 {
  left: 777px;
  top: 367px;
}
div#kontakty div#bod15 {
  left: 434px;
  top: 876px;
}
div#kontakty div#bod16 {
  left: 555px;
  top: 327px;
}
div#kontakty div#bod17 {
  left: 715px;
  top: 224px;
}
div#kontakty div#bod18 {
  left: 695px;
  top: 35px;
}
div#kontakty div#bod19 {
  left: 434px;
  top: 870px;
}
div#kontakty div#bod20 {
  left: 592px;
  top: 280px;
}
div#kontakty div#bod20 a {
  padding-left: 1px;
}
div#kontakty div#bod99 {
  left: 512px;
  top: 766px;
  z-index: 100;
}

.search_result {
  padding-left: 20px;
  padding-bottom: 6px;
}

#right_menu {
  float: right;
  width: 328px;
  padding-top: 35px;
}

#right_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#right_menu ul li {
  padding-bottom: 14px;
  margin-bottom: 18px;
  text-align: right;
  background: url(/images/menu_right_stin.gif) no-repeat bottom right;    
  width: 329px;
  height: 71px;
}

#right_menu ul li a {
  display: block;
  float: right;
  color: #331200;
  text-decoration: none;
  width: 204px;
  height: 74px;
  padding: 18px 30px 0px 67px;
}

#right_menu ul li a:hover, #right_menu ul li.active_menu_item a {
  padding: 18px 30px 0px 95px;
}

#right_menu ul li.rightmenu1 a {
  background: url(/images/menuright1.jpg) no-repeat top right;    
}
#right_menu ul li.rightmenu2 a {
  background: url(/images/menuright2.jpg) no-repeat top left;    
}
#right_menu ul li.rightmenu3 a {
  background: url(/images/menuright3.jpg) no-repeat top left;    
}
#right_menu ul li.rightmenu1 a:hover, #right_menu ul li.active_menu_item1 a {
  background: url(/images/menuright1_over.jpg) no-repeat top left;    
}
#right_menu ul li.rightmenu2 a:hover, #right_menu ul li.active_menu_item2 a {
  background: url(/images/menuright2_over.jpg) no-repeat top left;    
}
#right_menu ul li.rightmenu3 a:hover, #right_menu ul li.active_menu_item3 a {
  background: url(/images/menuright3_over.jpg) no-repeat top left;    
}

#footer {
  margin: 0 auto;
  width: 920px;
  height: 316px;
  border-top: 50px solid #ffffff;
  padding: 34px 30px 0px 50px;
  background: url(/images/footer_stin.gif) no-repeat top left #683B24;
  text-align: left;
  color: #ffffff;
  font-size: 12px;    
}

#footer span {
  color: #CEAA62;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: bold;
}

#footer_left {
  float: left;
}

#footer_text {
  width: 600px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 18px;
}

#footer_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer_text ul li {
  padding-left: 14px;
  background: url(/images/li_footer.gif) no-repeat 0px 7px;
}

#copy {
  color: #CEAA62;
  font-size: 11px;
}

#footer_right {
  float: right;
}

#footer_form {
  height: 287px;
}

#footer_right label {
  padding: 11px 0px 3px 8px;
  color: #F0E6D0;
  display: block;
}

#footer_right input {
  background: #F3EAD8;
  border: 0;
  width: 206px;
  height: 21px;
  padding: 5px 6px 0px 6px;
  font-size: 12px;
  font-family: "Arial";
}

#footer_right textarea {
  background: #F3EAD8;
  border: 0;
  width: 266px;
  height: 73px;
  padding: 5px 6px 0px 6px;
  font-size: 12px;
  font-family: "Arial";
}

#footer_right button {
  background: #CEAA62;
  border: 1px solid #7B5030;
  border: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px;
  padding: 7px 18px;
  cursor: pointer;
}

#footer_right div#design {
  text-align: right;
  color: #CEAA62;
  font-size: 11px;
}

#footer_right div#design a {
  color: #CEAA62;
}

#footer_right div#design a:hover {
  text-decoration: none;
}