html { font-family: Arial; font-size: 11px; color: black; padding: 0px; margin: 0px; background:  url(http://www.jested.cz/bg_big.jpg) no-repeat top center; }

  a { color: #666; }
  img, img a { border: 0px; }
  
  h1, h2, h3,  h5 { font-weight: normal; }
  h1 {}
  h2 {}
  h3 { font-size: 21px; color: #298fc5; padding: 17px 0px 20px 0px; margin: 0px; }
h4 { font-weight: bold; font-size: 15px; }
  .nadpis { position: absolute; height: 1px; color: white; opacity: 0; z-index: 0; display: none; }


  .clear { clear: both; }


  #pokus_obal { width: 883px; margin: 0px auto; padding-bottom: 9px; margin-bottom: 10px; display: block; padding-top: 19px; margin-top: 8px; background: white; }
  
  #obal { width: 820px; margin: 0px auto; }
  
  #top_line { text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 7px; background: #f1f1f1; }
  #top_line a { color: black; text-decoration: underline; }
  
  
  #top { height: 110px; padding-top: 14px; }
  #top_logo { float: left; width: 289px; height: 103px; margin-top: -2px; }

#top_ikony { background: url(http://www.jested.cz/templates/img/top.png) no-repeat; margin-left: 117px; float: left; width: 241px; height: 57px; }
#top_jazyky { float: left; width: 150px; padding-top: 18px; padding-left: 16px; }
#top_jazyky img { margin-left: 2px; }
#top_social { float: left; padding-top: 14px; _padding-left: 16px; }



  #top_rezervace { float: left; width: 171px; height: 57px; margin-left: 2px; }

  /* aktivni menu (top menu) */
  .active a { background: #298fc5; color: white !important; margin-top: 0px; }
  .active a:hover { background: #298fc5 !important; }
  /* podmenu u aktivniho pole */
  .active ul li a { color: white !important; background: #298fc5 !important; }
  .active ul li a:hover { color: white !important; background: #2680af !important; }
    
  #index_left { width: 425px; float: left; positon: relative; z-index: 1; }
  #index_right { width: 380px; float: left; font-size: 13px; color: #4c4c4c; }
  #index_text { padding-bottom: 8px; margin-top: -8px;}

    #obsah_left { width: 202px; float: left; padding-top: 20px; padding-bottom: 20px; }
  #obsah_right { width: 606px; padding-left: 12px; float: left; font-size: 13px; color: #4c4c4c; padding-bottom: 10px; }
  #foot { clear: both; padding-bottom: 22px; padding-top: 6px; display: block; }
 
  
  #footer { border-top: 1px solid #d1d1d1; margin-top: 16px; padding-top: 7px; padding-bottom: 10px; color: #555555; font-size: 11px; }
  #footer a { text-decoration: underline; color: #555555; }


  /* leve menu */
  #leftMenu { list-style: none; padding: 0px; margin: 0px; }
  #leftMenu li { padding-top: 4px; padding-bottom: 4px; color: #666; border-bottom: 1px solid #ccc; }
    #leftMenu li ul li { border-bottom: 0px; }
  #leftMenu li a { color: #666; text-decoration: none; }
    #leftMenu li a:hover { color: #000; text-decoration: none; }


    #leftMenu .active a { font-weight: bold; background: white; color: black !important; }
    #leftMenu .active a:hover { font-weight: bold; background: white !important; color: black !important; }

    #leftMenu .active ul li a { background: white !important; font-weight: normal; }
    #leftMenu .active ul li a:hover { font-weight: normal; }
    #leftMenu .active ul li { background: white !important; font-weight: normal; }




ul.gallery {
	width: 708px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}


div.fadehover {
	position: relative;
	width: 203px;
	height: 153px;
	float: left;
        margin-left: 3px;
	}
div.fadehover_prvni {
 position: relative;
	width: 203px;
	height: 153px;
	float: left;
	margin-left: 0px;
	}

        div.fadehover_druha {
   position: relative;
		height: 153px;
	float: left;
        margin-left: 3px;
	width: 202px;
	}




img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}

img.b {
	position: absolute;
	left: 0;
	top: 0;
	}


/* slideshow na indexu */
#slideshow {
    position:relative;
    height:334px;
    z-index: 1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* novinky na indexu */
#novinky_index { color: white; background: #2A8FC3; padding-top: 8px; padding-bottom: 8px; clear: both; display: block; padding-left: 8px; font-size: 12px; margin-top: 6px; padding-right: 8px; }
#novinky_index span { font-weight: bold; }
#novinky_index a { color: white; }

#novinky_index ul { list-style-type: none; padding: 0px; margin: 0px; }
#novinky_index ul li { list-style-type: none; padding: 0px; margin: 0px; }

/* horni menu */
#topik { border-bottom: 2px solid #2b8dcc; clear: both; }
#jsddm
{	margin: 0;
	padding: 0;
        display: block;
        font-family: Tahoma;
        font-size: 13px;
        
}

	#jsddm li
	{	float: left;
		list-style: none;
		}

	#jsddm li a
	{	display: block;
		padding: 10px 16px;
		text-decoration: none;
		color: #666;
		white-space: nowrap;
          
        }

	#jsddm li a:hover
	{	background: #ece2d6; }

		#jsddm li ul
		{	margin: 0px 0 0 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
                z-index: 40;

                }

		#jsddm li ul li
		{	float: none;
			display: block;
                        clear: both;
                        width: 217px;

                }

		#jsddm li ul li a
		{	width: auto;
			background: #ece2d6;
                z-index: 55;
               
                }

		#jsddm li ul li a:hover
		{	background: #e3d9cc; }
/* END>horni menu */

#down-link { float: right; }
#down-link a { text-decoration: none; }
#down-link a:hover { text-decoration: underline; }
/* anketa */
#pollcontainer{
	margin:5px; border:2px solid black; border-top: 0px;
	background:black; padding:9px; padding-top: 3px;
        width: 275px;
        position: absolute;
        margin-top: 19px;
        margin-left: 0px;
        text-align: left;
        z-index: 55;
        color: white;
}
#loader{ display:none; text-align:center;}
.option{ margin:5px 0; }
.option p{ line-height:1.1em; font-size:0.85em; }
.bar{ height:10px; background:#3399cc; }
.yourvote{ background:#113399; }

fieldset { border: 1px solid #ccc; padding: 10px; padding-left: 20px; padding-top: 2px; }
legend { font-weight: bold; padding: 8px; font-size: 13px; }

#formID table { width: 400px; margin-left: 14px; }
.submit { padding: 6px; background: #298FC5; display: block; font-size: 13px; color: white; font-weight: bold; clear: both; border: 0px; margin-top: 11px; margin-bottom: 25px; }
