a:link   { color: #500000; text-decoration: none }
a:visited   { color: #bb4710; text-decoration: none }
a:active  { color: #ff3928; text-decoration: none }
a:hover { color: #ff3928; text-decoration: underline }
.edit_box  { color: #4e4258; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }

html{
background: url(images/potty_monocolor.gif) repeat left top;
}

body {
SCROLLBAR-FACE-COLOR: #FFFFFF;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #000000;

height:540px;

}
#menu ul li{
behavior: url('hover.htc');

}
#layout{
  position:relative;
  margin:0 auto;
  width:729px;
}

#top{
  width:729px;
  height:79px;
}
#top img{
  
  margin-bottom:-10px;
}
/*div menu*/
#menu{
  top:79px;
  width:167px;
  height:463px;
  /*position:relative;*/
  position:absolute;
  /*background-image:url('imgtemp/menu-background.gif');*/
  padding:0px;
  margin:0px;  
}
#menu a{
  font-family: "Times New Roman", serif;
  font-size:16px;
  color:#7F433D;
  
}
#menu span{
  left: 0px;
  position: absolute;
  display: block; z-index: 10;
  width: 167px; height: 27px;
  cursor: pointer;
  
}
/* anglicke menu*/
li#about span{
    top: 0px;
		background: url(img/both_about_the_museum.gif) no-repeat 0px 0px;	
}
li#information_podmenu span{
    top: 27px;
		background: url(img/both_information.gif) no-repeat left top;	
}
li#online_store span{
    top: 54px;
		background: url(img/both_online_store.gif) no-repeat left top;	
}
li#photo_gallery span{
    top: 81px;
		background: url(img/both_photo_gallery.gif) no-repeat left top;	
}
li#virtual_tour span{
    top: 108px;
		background: url(img/both_virtual_tour.gif) no-repeat left top;	
}
li#e-card span{
    top: 135px;
		background: url(img/both_e-card.gif) no-repeat left top;	
}
li#articles_about_us span{
    top: 162px;
		background: url(img/both_articles_about_us.gif) no-repeat left top;	
}
li#guestbook span{
    top: 189px;
		background: url(img/both_guestbook.gif) no-repeat left top;	
}
li#links span{
    top: 216px;
		background: url(img/both_links.gif) no-repeat left top;	
}
li#on-line_reservation span{
    top: 243px;
		background: url(img/both_on-line_reservation.gif) no-repeat left top;	
}
li#contact span{
    top: 270px;
		background: url(img/both_contact.gif) no-repeat left top;
}
li#special_offer span{
    top: 297px;
		background: url(img/both_special_offer.gif) no-repeat left top;
}

/*ceske menu*/
li#o_muzeu span{
    top: 0px;
		background: url(img/both_o_muzeu.gif) no-repeat left top;	
}
li#informace_podmenu span{
    top: 27px;
		background: url(img/both_informace.gif) no-repeat left top;	
}
li#online_obchod span{
    top: 54px;
		background: url(img/both_online_obchod.gif) no-repeat left top;	
}
li#fotogalerie span{
    top: 81px;
		background: url(img/both_fotogalerie.gif) no-repeat left top;	
}
li#virtual_tour span{
    top: 108px;
		background: url(img/both_virtual_tour.gif) no-repeat left top;	
}
li#e-card span{
    top: 135px;
		background: url(img/both_e-card.gif) no-repeat left top;	
}
li#clanky_o_nas span{
    top: 162px;
		background: url(img/both_clanky_o_nas.gif) no-repeat left top;	
}
li#kniha_hostu span{
    top: 189px;
		background: url(img/both_kniha_hostu.gif) no-repeat left top;	
}
li#odkazy span{
    top: 216px;
		background: url(img/both_odkazy.gif) no-repeat left top;	
}
li#online_rezervace span{
    top: 243px;
		background: url(img/both_online_rezervace.gif) no-repeat left top;	
}
li#kontakt span{
    top: 270px;
		background: url(img/both_kontakt.gif) no-repeat left top;
}
/* hower pro anglicke menu */
li#about:hover span, li#about.hover span {
    /*background: url(img/active_about_the_museum.gif) no-repeat left top;*/
    background-position: 0px -27px;	
}
li#information_podmenu:hover>span{               /*primy potomek pro FF*/
    background-position: 0px -27px;	
}
li#information_podmenu.hover span{
    background-position: 0px -27px;	
}
li#online_store:hover span, li#online_store.hover span{
    background-position: 0px -27px;		
}
li#photo_gallery:hover span, li#photo_gallery.hover span{
    background-position: 0px -27px;		
}
li#virtual_tour:hover span, li#virtual_tour.hover span{
    background-position: 0px -27px;		
}
li#e-card:hover span, li#e-card.hover span{
    background-position: 0px -27px;		
}
li#articles_about_us:hover span, li#articles_about_us.hover span{
    background-position: 0px -27px;		
}
li#guestbook:hover span, li#guestbook.hover span{
    background-position: 0px -27px;		
}
li#links:hover span, li#links.hover span{
    background-position: 0px -27px;	
}
li#on-line_reservation:hover span, li#on-line_reservation.hover span{
    background-position: 0px -27px;	
}
li#contact:hover span, li#contact.hover span{
    background-position: 0px -27px;	
}
li#special_offer:hover span, li#special_offer.hover span{
    background-position: 0px -27px;	
}

/* hower pro ceske menu */
li#o_muzeu:hover span, li#o_muzeu.hover span {
    background-position: 0px -27px;	
}
li#informace_podmenu:hover>span{               /*primy potomek pro FF*/
    background-position: 0px -27px;	
}
li#informace_podmenu.hover span{
    background-position: 0px -27px;	
}
li#online_obchod:hover span, li#online_obchod.hover span{
    background-position: 0px -27px;
}
li#fotogalerie:hover span, li#fotogalerie.hover span{
    background-position: 0px -27px;	
}
li#virtual_tour:hover span, li#virtual_tour.hover span{
    background-position: 0px -27px;	
}
li#e-card:hover span, li#e-card.hover span{
    background-position: 0px -27px;	
}
li#clanky_o_nas:hover span, li#clanky_o_nas.hover span{
    background-position: 0px -27px;	
}
li#kniha_hostu:hover span, li#kniha_hostu.hover span{
    background-position: 0px -27px;
}
li#odkazy:hover span, li#odkazy.hover span{
    background-position: 0px -27px;
}
li#online_rezervace:hover span, li#online_rezervace.hover span{
    background-position: 0px -27px;	
}
li#kontakt:hover span, li#kontakt.hover span{
    background-position: 0px -27px;
}

/*konec*/
#menu a:hover{
  text-decoration:none;

}

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


#menu ul li{
  width:167px;
  font-family: Courier New, Courier, monotype;
  color:#7f433d;
  font-size:18px;
  font-weight:bold;
  float:left;
 }
 
/* podmenu anglicky*/  
#information_podmenu ul{
 position:absolute;
 left:147px;
 top:28px;
 width:213px;
 height:162px;
 visibility:hidden;
 /*display:none;*/
 background-color:#D9C896;
 z-index:10; 
}


li#information_podmenu:hover ul, li#information_podmenu.hover ul{
  /*display:block;*/
  visibility:visible;
}
li#information_podmenu ul li{
  clear:both;
}
li#information_podmenu ul li span{
  left: 0px;
  position: absolute;
  display: block; z-index: 10;
  width: 213px; height: 27px;
  cursor: pointer;
}
li#information_podmenu li#info_opening_hours span{
    top: 0px;
		background: url(img/both_info_opening_hours.gif) no-repeat left top;	
}
li#information_podmenu li#info_how span{
    top: 27px;
		background: url(img/both_info_how.gif) no-repeat left top;	
}
li#information_podmenu li#info_admission_cost span{
    top: 54px;
		background: url(img/both_info_admission.gif) no-repeat left top;	
}
li#information_podmenu li#info_gift_shop span{
    top: 81px;
		background: url(img/both_info_gift_shop.gif) no-repeat left top;	
}
li#information_podmenu li#info_educational span{
    top: 108px;
		background: url(img/both_info_educational.gif) no-repeat left top;	
}
li#information_podmenu li#info_travel span{
    top: 135px;
		background: url(img/both_info_travel.gif) no-repeat left top;	
}

/*hower pro podmenu*/
li#information_podmenu li#info_opening_hours:hover span, li#information_podmenu  li#info_opening_hours.hover span{
   /* background: url(img/active_info_opening_hours.gif) no-repeat left top;*/
   background-position:0px -27px;	
}
li#information_podmenu li#info_how:hover span, li#information_podmenu li#info_how.hover span{
    background-position:0px -27px;
}
li#information_podmenu li#info_admission_cost:hover span, li#information_podmenu li#info_admission_cost.hover span{
   background-position:0px -27px;
}
li#information_podmenu li#info_gift_shop:hover span, li#information_podmenu li#info_gift_shop.hover span{
    background-position:0px -27px;
}
li#information_podmenu li#info_educational:hover span, li#information_podmenu li#info_educational.hover span{
    background-position:0px -27px;	
}
li#information_podmenu li#info_travel:hover span, li#information_podmenu li#info_travel.hover span{
    background-position:0px -27px;	
}
/*konec hover*/

/*podmenu cesky*/
#informace_podmenu ul{
 position:absolute;
 left:147px;
 top:28px;
 width:213px;
 height:162px;
 visibility:hidden;
 /*display:none;*/
 background-color:#D9C896;
 z-index:10; 
}


li#informace_podmenu:hover ul, li#informace_podmenu.hover ul{
  /*display:block;*/
  visibility:visible;
}
li#informace_podmenu ul li{
  clear:both;
}
li#informace_podmenu ul li span{
  left: 0px;
  position: absolute;
  display: block; z-index: 10;
  width: 213px; height: 27px;
  cursor: pointer;
}
li#informace_podmenu li#info_oteviraci_doba span{
    top: 0px;
		background: url(img/both_info_oteviraci_doba.gif) no-repeat left top;	
}
li#informace_podmenu li#info_jak_nas_najdete span{
    top: 27px;
		background: url(img/both_info_jak_nas_najdete.gif) no-repeat left top;	
}
li#informace_podmenu li#info_cena_vstupneho span{
    top: 54px;
		background: url(img/both_info_cena_vstupneho.gif) no-repeat left top;	
}
li#informace_podmenu li#info_gift_shop span{
    top: 81px;
		background: url(img/both_info_gift_shop.gif) no-repeat left top;	
}
li#informace_podmenu li#info_vzdelavaci_aktivity span{
    top: 108px;
		background: url(img/both_info_vzdelavaci_akti.gif) no-repeat left top;	
}
li#informace_podmenu li#info_ck_special span{
    top: 135px;
		background: url(img/both_info_ck_special.gif) no-repeat left top;	
}

/*hower pro podmenu*/
li#informace_podmenu li#info_oteviraci_doba:hover span, li#informace_podmenu  li#info_oteviraci_doba.hover span{
    background-position:0px -27px;	
}
li#informace_podmenu li#info_jak_nas_najdete:hover span, li#informace_podmenu li#info_jak_nas_najdete.hover span{
    background-position:0px -27px;	
}
li#informace_podmenu li#info_cena_vstupneho:hover span, li#informace_podmenu li#info_cena_vstupneho.hover span{
    background-position:0px -27px;
}
li#informace_podmenu li#info_gift_shop:hover span, li#informace_podmenu li#info_gift_shop.hover span{
    background-position:0px -27px;
}
li#informace_podmenu li#info_vzdelavaci_aktivity:hover span, li#informace_podmenu li#info_vzdelavaci_aktivity.hover span{
    background-position:0px -27px;
}
li#informace_podmenu li#info_ck_special:hover span, li#informace_podmenu li#info_ck_special.hover span{
    background-position:0px -27px;
}
/*konec hover*/

#menu img{
  position:absolute;
  display:block;
  top:297px;
  left:0px;
  width:167px;
  height:166px;
}
#content{
  left:167px;
  top:79px;
  width:562px;
  height:463px;
  background-image:url(images/alap_cond_03.jpg);
  position:absolute;
  _z-index:-10;
}

#text{
  position:relative;
  top:20px; left:30px;
  width:512px;
  height:360px;
  overflow:auto;
  z-index:1;
}
#text td,p{
  color: #4e4258;
  font-style: normal; 
  font-weight: bold; 
  font-size: 10px; 
  line-height: 130%; 
  font-family: Verdana; 
  border-bottom: medium none; 
}
#text h5{
  color:#4e4258;
  margin-bottom:0px;
}
#text h1{
  color:#4e4258;
  display:block;
  position:relative;
  font-family: Verdana;
  top:-10px;
  _top:0px;
  border-bottom:1px solid black;
  text-align:center;
  font-size:12px;
  margin-bottom:-10px;
  #margin-top: 10px;
  padding:0px;
}
#vlajka_cz{
  position:absolute;
  top:512px;
  left:25px;
  width:28px;
  height:21px;
  z-index:100;

}
#vlajka_cz a {
	display: block;
	position: relative;
	font-size: 8px;
	height: 21px;
}
#vlajka_cz span {
	position: absolute; left: 0; top: 0;
	display: block; z-index: 10;
	background: url(img/vlajka_cz.gif) no-repeat left top;	cursor: pointer;
	width: 100%; height: 100%;
}
#vlajka_en{
  position:absolute;
  top:512px;
  left:62px;
  width:28px;
  height:21px;
  z-index:100;

}
#vlajka_en a {
	display: block;
	position: relative;
	font-size: 8px;
	height: 21px;
}
#vlajka_en span {
	position: absolute; left: 0; top: 0;
	display: block; z-index: 10;
	background: url(img/vlajka_gb.gif) no-repeat left top;	cursor: pointer;
	width: 100%; height: 100%;
}

/* preloading obrazku */
.not_visible{
  visibility:hidden;
}
.formular{
  border-collapse: collapse;
  border:none;
  margin-top:10px;
}
.formular tr{
  height:18px;
}
.center{
  text-align:center;
}
#allin1{
  position:absolute;
  top:535px;
  left:560px;
  color: #999999;
  font-style: normal; 
  /*font-weight: bold;*/ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#allin1 a{
  color: #999999;
  font-style: normal; 
  /*font-weight: bold;*/ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big_img{
  text-align:center;
}

