/* CSS Document */
body {
      font-family: Verdana, Arial, lucida, sans-serif;
			background-color: #EFF9FF;
			color: black;
			font-size:12px;
	    border: 0px;
	    margin-left: 0px;
      }

table {
       font-family: Arial, lucida, sans-serif;
			 color: black;
			 font-size:12px;
      }
.guestbook_nadpis{
  display: block;
  height: 18px;
  background-image: url(images/web/prechod_guestbook.png);
  background-repeat: repeat-x;
  color: black;
  vertical-align: top;
}

.guestbook{
  background-color: #991d09;
  border-bottom: 2px solid #BF250B;
  border-left: 2px solid #BF250B;
  border-right: 2px solid #BF250B;

}
.novinka_nadpis{
  height: 20px;
  background-image: url(images/web/drevo_nadpis.png);
  background-repeat: repeat-x;
  color: black;
}
.novinka_telo{
  padding-left: 5px;
  padding-right: 5px;

}


/*pridano*/
abbr, .help	{
        cursor:help;
        text-decoration: underline;
        }
a abbr {cursor:help}

.minihelp{
    width:300px ;
    padding: 3px; 
    position: absolute; 
    display: none; 
    border: white solid 1px;
    z-index:2;
    clear: both;
    background-color: black;   
}
.minihelp h3{
    font-weight: bold;
    font-size: 11px;
    padding: 0px;
    margin: 2px;
}
.minihelp p{
    margin: 1px;
    padding: 0px;
    font-size: 12px;
}
/*ncvbvnbvnbv*/

.main {
      
      background-color: #EFFFF0;
      border-bottom: 1px solid #006F05;
      border-left: 1px solid #006F05;
      border-right: 1px solid #006F05;
      }
.main_div{
    padding-left: 5px;
      padding-right: 5px;

}
.right{
  color: black;
  border: 1px solid #006F05;
  width: 120px;
  background-color: #EFFFF0;
}
.right_div{
  padding-left: 5px;
  padding-right: 5px
}
.right_nadpis{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
h1
  {
  padding-top: 2px;
  text-align: center;
  font-size: 17;
  height: 23px;
  width: 100%;
  color: black;
  vertical-align: bottom;

  background-image: url(images/web/h1.png);
  background-repeat: repeat-x;
 }
.vyzkouseno{
  font-weight: bold;
  color: green;
}
.forum{
  text-align: center;
  font-weight: bold;
}
/*------------------------menu-----------------------*/
.left_div{
  background-color: #EFFFF0;
  border-left: 1px #006F05 solid;
  background: url(images/web/left.png) repeat-y;
  width: 150px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited
  {
  
  background-color: #EFFFF0;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 3px #EFFFF0 solid;
  border-bottom: 1px #a4dba8 solid;
  font-size: 12px;
  display: block;
  width: 140px;
  text-decoration: none;
  color: black;
  height: 17px;
  text-align: left;
  font-family: Verdana;

  vertical-align: bottom;
  }


.menu a:hover
  {
  border-top: 3px #a4dba8 solid;
  display: block;
  text-decoration: none;
  color: black;
  text-align: left;
  font-family: Verdana;
  font-weight: bold;
  background-color: #a4dba8;

  }

.menu_nadpis
  {
  background-color: #006F05;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 0px;
  font-size: 13px;
  display: block;
  width: 150px;
  text-decoration: none;
  color: white;
  height: 21px;
  text-align: center;
  font-family: Verdana;
  font-weight: bold;
  vertical-align: middle;
  }




/*------------------------odkazy-----------------------*/

a, a:link, a:visited, a:active { text-decoration: underline;
				                      font-family: Arial, lucida, sans-serif;
				                      color: black;
                            }

a:hover {
	       text-decoration: none;
	       font-family: Arial, lucida, sans-serif;
	       color: shadow;
         }
         
a img {
      border-color: white;
      }

a:hover img {border-color: #8F8F8F;}

/*------------------------formular-----------------------*/
/*input {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      height: 18px;
      }
input[type=text], input[type=password]{
      background-image: url(images/web/form.png);
      background-repeat: repeat-x;
      border: 0px;
      margin: 1px;
      height: 15px;
}

.helpline[type=text], .helpline{
  background-color: white;
  background: #792222;
  color: white;
  height: 15px;
  border: 0px;
}     
      
select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        }
        
        
textarea {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px;
         }
*/
