html,body {
  height:100%;
}

body {
  margin:0;
  padding:0;
  min-width:782px;
  text-align: center;
  background: #D5E69A;
  font-family: Geneva CE, Arial CE, sans-serif;
  font-size: 0.75em;
  color: #9BB058;
}

table, tr, td {
  font-family: Geneva CE, Arial CE, sans-serif;
  font-size: 1.0em;
  color: #9BB058;
}

a img {
  border: 0px;
  /* filter: progid:DXImageTransform.Microsoft.Shadow(color:#909090,strength:4,direction:150); */
}

#stranka {
  width:782px;
  height:100%;
  min-height:100%;
  position:relative;
	background: url(grafika/pozadi.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	padding: 0 5px;
}

body>#stranka {
  height:auto;
  width:772px;
}

#patka {
  position:absolute;
  bottom:0;
  left:0;
  width:782px;
  overflow:hidden;
	height: 63px;
	background: url(grafika/patka2.gif) repeat-x;
}
#patka p{
	display: block;
	padding: 0;
	text-align: right;
	margin: 0 5px;
	background: url(grafika/patka.gif) repeat-x;
	height: 63px;
	line-height: 40px;
}
#patka a{
	color: #9BB058;
	text-decoration: none;
}
#patka a:hover{
	text-decoration: underline;
}
#vycpavka-des {
  width:770px;
  font-size:0px;
  height:0;
  margin:0;
  padding: 0;
  height: 63px;
  clear:both;
}
#top_nic {height: 200px; background: url(grafika/pozaditop.gif) repeat-x;}
#top{	height: 200px; position: absolute; top: 0px; left: 2px;}
#top #loga{
	position: absolute;
	top: 30px;
	left: 4px;
	background: url(grafika/logo.jpg) no-repeat;
	width: 764px;
	height: 123px;
}
#margin {
	margin: 0 5px 7px 0px;
}
/*
#topmenu{
  background-color: #d1e297;
	position: absolute;
	top: 160px;
	left: 0px;
  width: 100%;
  padding-left: 5px;
	min-height: 20px;
	_height: 20px;
}
#topmenu a{
	color: #0C0D08;
	display: inline;
	float: none;
	width: auto;
	margin: 0 10px 0 0;
}
#podtopmenu{
	background: url(grafika/pod_topmenu.gif) repeat-x;
	float: top;
	height: 30px;
	position: relative;
  width:100%;
}
*/

/* vysuvne menu */
#topmenu {
  background-color: #d1e297;
  position: absolute;
  top: 160px;
  left: 5px;
  width: 764px;
  margin: 0;
  padding: 0;
  z-index: 90;
  /* border: 1px solid red; */
}
    #topmenu LI A SPAN {
      /*text-decoration: underline;*/
    }
    #topmenu LI A {
      color: #333; /* 039542 */
      text-decoration: none;
      font-size: 13px;
      font-weight: bold;
    }
    #topmenu A:hover {
      color: #589700;
      text-decoration: underline;
    }
  
    #topmenu LI {
    	display: inline;
      margin: 0px;
    	padding: 5px;
    	padding-right: 20px;
    	padding-left: 20px;
    	/*border-right: 1px solid #FEFFFD;*/
    	/*background: url(images/listek-top-menu.jpg') 0px 7px no-repeat;*/
    }
    #topmenu LI LI {
    	display: block;
      margin: 1px 0px;
    	padding: 0;
    	padding-left: 20px;
      background: url('images/odrazka_mala.gif') 0px 5px no-repeat;
    }
    #topmenu LI LI A {
    	color: #589700;
      font-size: 12px;
      font-weight: bold;
    	margin-left: 7px;
    }
    #topmenu LI LI LI A {
      color: #777;
    }
    #topmenu LI LI LI {
    	/* background: url('images/odrazka_stredni.gif') 0px 7px no-repeat; */
    }
    #topmenu UL {
      display: inline;
    	margin: 0px;
    	padding: 0px;
    	/*list-style-image: url('images/odrazka_velka.gif');*/
    	list-style-type: none;
    	position: relative;
    	z-index: 100;
    }
    #topmenu UL UL {
      text-align: left;
    	margin: 0px; padding: 5px;
    	display: block;
      position: absolute;
      top: 21px;
      padding-left: 10px;
      left: 0px;
      visibility: hidden;
      background-color: #fcfcfc;
      width: 230px;
      border: 1px solid #eee;
      border-left: 1px solid #ddd;
      /* border-top: none;*/
      opacity: .9;
      -moz-opacity: .9;/* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
      filter:alpha(opacity=90);
    }
    #topmenu UL ul ul {
      width: 190px;
      border: 0px solid white;
      position:relative;
      left: 0px;
      top: 0px;
      margin: 0px; padding: 0px;
      padding-left: 10px;
      list-style-type: none;
      /* background: url('images/odrazka_mala.gif') 0px 15px no-repeat; */
      visibility:hidden;
      opacity: 1;
      -moz-opacity: 1;/* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
      filter:alpha(opacity=100);
    }
    #topmenu UL li {
      position: relative;
    }
    /* zde chovani zobrazeni*/
    #topmenu UL li:hover ul a, #topmenu UL li.hover ul a
    {
      /* odkaz podmenu */
      /* background-color: #bbb; */
      /* color:black; */
      font-weight: normal;
    }
    
    #topmenu UL li:hover ul a:hover, #topmenu UL li.hover ul a:hover
    {
      /* odkaz podmenu prejety mysi */
      /* background-color: #fff;
      color:white; */
      text-decoration: underline;
    }
    
    #topmenu UL li:hover ul, #topmenu UL li.hover ul
    {
    visibility:visible;
    }
    
    #topmenu UL li li
    {
    border:none;
    padding:0;
    /* background-color:#bbb; */
    }
    
    #topmenu UL li { behavior: url(hover.htc); }
/* KONEC vysuvneho menu */



#obsah h1 {
	background: url(grafika/titulek.gif) no-repeat;
	height: 34px;
	color: #ef2d2d;
	margin: 0;
	padding: 5px;		
  font-size: 1.5em;
}
h2 { margin: 5px; padding: 0; font-size: 1.3em;}
h3 {	margin: 5px; padding: 0; font-size: 1.2em;}
#stred ul {margin: 5px 0 5px 20px;}
#loga a{
	display: block;
	position: absolute;
	width: 190px;
	height: 70px;
	top: 20px;
	left: 20px;
}
#loga .szuz {
	position: absolute;
	width: 120px;
	height: 70px;
	top: 20px;
	right: 10px;
	margin: 0;
	padding: 0;
}
#loga span {display: none;}
#leve-menu {
  float:left;
  width:135px;
  position:relative;
  z-index:2;
}
#leve-menu a{
	display: block;
	text-align: right;
	color: #6B9028;
	padding: 0 6px 0 0;
	background: right top url(grafika/odrazka.gif) no-repeat;
	margin-bottom: 3px;
	font-weight: bold;
}
#leve-menu a:hover{
	color: #7C8E44;
}

/* vysuvne LEVE menu */
#stranka  .leve_menu {
  float:left;
  width:135px;
  position:relative;
  margin: 0;
  z-index: 80;
  /* border: 1px solid red; */
}
    .leve_menu LI A SPAN {
      /*text-decoration: underline;*/
    }
    /*.leve_menu a:visited {	color:#2587c0;} */
    .leve_menu li a {
      color: #589700;/*#039542;*/
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
    }
    .leve_menu A:hover {
      color: #111;
      text-decoration: none;
    }
    .leve_menu li li A:hover {
      color: #111;
      text-decoration: underline;
    }
  
    .leve_menu LI {
    	display: block;
	    text-align: right;
	    width: 130px;
      margin: 0px;
    	padding: 5px;
    	padding-right: 6px;
    	padding-left: 0px;
	    background: url(grafika/odrazka.gif) right 5px no-repeat;
    	/*border-right: 1px solid #FEFFFD;*/
    	/*background: url('images/kapka.gif') 0px 5px no-repeat;*/
    }
    .leve_menu LI LI {
    	display: block;
	    text-align: left;
	    width: 230px;
      margin: 1px 0px;
    	padding: 0px;
    	padding-left: 20px;
      background: url('images/odrazka_mala.gif') 0px 5px no-repeat;
    }
    .leve_menu LI LI A {
      color: #111;
      font-size: 12px;
      font-weight: bold;
    	margin-left: 7px;
    }
    .leve_menu LI LI LI A {
      color: #333;
    }
    .leve_menu LI LI LI {
    	padding-left: 0px;
    	/* background: url('images/odrazka_stredni.gif') 0px 7px no-repeat; */
    }
    .leve_menu UL {
      display: block;
    	margin: 0px;
    	padding: 0px;
    	/*list-style-image: url('images/odrazka_velka.gif');*/
    	list-style-type: none;
    	position: relative;
    	z-index: 20;
    }
    .leve_menu UL UL {
      text-align: left;
    	margin: 0px; padding: 5px;
    	display: block;
      position: absolute;
      top: 0px;
      padding-left: 10px;
      left: 136px;
      visibility: hidden;
      background-color: #fff;
      width: 250px;
      border: 1px solid #78a700;
      /* border-left: 1px solid #ddd; */
      opacity: .9;
      -moz-opacity: .9;/* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
      filter:alpha(opacity=90);
    }
    .leve_menu UL ul ul {
      width: 190px;
      border: 0px solid white;
      position:relative;
      left: 0px;
      top: 0px;
      margin: 0px; padding: 0px;
      padding-left: 10px;
      list-style-type: none;
      /* background: url('images/odrazka_mala.gif') 0px 15px no-repeat; */
      visibility:hidden;
      opacity: 1;
      -moz-opacity: 1;/* použito kvůli kompatibilitě se staršími verzemi Firefoxu a Mozilly */
      filter:alpha(opacity=100);
    }
    .leve_menu UL li {
      position: relative;
    }
    /* zde chovani zobrazeni*/
    .leve_menu UL li:hover ul a, .leve_menu UL li.hover ul a
    {
      /* odkaz podmenu */
      font-weight: normal;
    }
    
    .leve_menu UL li:hover ul a:hover, .leve_menu UL li.hover ul a:hover
    {
      /* odkaz podmenu prejety mysi */
      text-decoration: underline;
    }
    
    .leve_menu UL li:hover ul, .leve_menu UL li.hover ul
    {
    visibility:visible;
    }
    
    .leve_menu UL li li
    {
    border:none;
    padding:0;
    }
    
    .leve_menu UL li { behavior: url(hover.htc); }
/* KONEC leve vysuvne menu */



#stred { margin: 0 15px 0 0; /* 0 155px*/ width: 600px; position:relative; float: right;}

#stred2 {width:100%;}

#obsah { }

p {
  margin:0;
}


/*   stred   */
#stred p{
	margin: 10px 10px 10px 0;
}
#stred a{
/*	color: #9BB058;*/
	color: #589700; /*#6B9028;*/
	text-decoration: none;
	font-weight: bold;
}
#stred a:hover{
	text-decoration: underline;
	color: #589700; /*#7C8E44;*/
}
#stred .podkat { background: url(grafika/titulek.gif) no-repeat; height: 15px; padding: 5px; margin: 10px 0 0 0;}
#stred .podkat span { color: #EF2D2D; font-weight: bold;}

.bold {
	font-weight: bold;
}

#cesta_webem {margin: 0px 0px 5px 0; padding: 2px 5px; border-bottom: 1px solid #d5e69a; font-weight: bold; /*background: url(grafika/titulek.gif) no-repeat;*/ background: #d5e69a;}
#cesta_webem span {font-weight: bold; color: #333; /*ef2d2d*/}
#cesta_webem a {color: #589700;}

/* vypis fotogalerie */
td.fotogalerie { vertical-align: top; text-align: center; font-size: 11px; width: 150px;}
td.fotogalerie img { 	padding: 5px;	margin: 5px; background: #78a700; /* border: 1px solid #ddd; */}
td.fotogalerie img:hover	{ border: 1px solid #d2d2d2; background: #ccc;}
.oramovat { border: 1px solid #98c700; } /* obrazky s odkazem thickbox */

/*    eshop   */
.tlacitko {
	color: #6B9028;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

.red {
  color: #EF2D2D;
}

