/******design****/

.webedittools {
  position: absolute;
  z-index: 80;
/*  display: none;*/
  display: block; 
  top: 0px;
  left: 0px;
  border: 1px dotted #FF0000;
}

.webedittools:hover {
  border: 1px solid #FF0000;
}

.webedittext .retezec {
  border: 1px dotted #FF0000;
}

.webedittext .retezec:hover {
  border: 1px solid #FF0000;
}

.webedittools img {
  position: absolute;
  top: 0px;
  left: 0px;
/*  background-color: #EEECDF;*/
  width: 100%;
  height: 100%;
/*  border: 1px solid #ACA899;
/*  height: 16px;
  width: 16px;*/
}

.webedittext {
  display: inline;
}

.webedittools1, .webedittools2 {
/*  display: none;*/
  position: absolute;
  border: 1px solid #CAC6AF;
  background-color: #ECE9D8;
  padding: 1px;
  z-index: 199;
}

.webedittools2 {
  width: 42px;
}

.webedittools1 button, .webedittools2 button {
  background-color: #ECE9D8;
  border: 1px outset #FFFFFF;
  line-height: 1px;
  font-size: 1px;
  margin: 1px;
  padding: 0px;
}

.webedittools1 button.on, .webedittools2 button.on {
  border: 1px inset #FFFFFF;
}

.symbolnews, .symbolnewsall {
  border: 1px dotted #0000FF;
  margin: 3px 10px;
  padding: 1px 2px;
  width: 200px;
}

