/* {border: 1px black solid;} important*/

#diskuse {
  width: 545px;
}
#diskuse .diskusePrispevek {
  width: 545px;
  clear: both;
}
#diskuse div.identity{
  width: 80px;
  float: left;
  text-align: left;
}
#diskuse div.text{
  width: 465px;
  float: left;
  text-align: left;
}
#diskuse div.head {
  width: 465px;
  height: 16px;
  background-color: #E6E7EB;  
  margin: 5px 0 0 0;
}
#diskuse p{
  text-align: justify;
  text-indent: 0px;
	padding: 0;	margin: 0;
}
#diskuse p.uzivatel{
  text-align: left;
  width: 80px;  
  font-weight: bold;  
  background-color: #E6E7EB;
  margin: 5px 0 5px 0; padding: 2px 0 2px 0;
}
#diskuse p.nadpis{
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 0; padding: 2px 0 2px 0;
}
#diskuse a{
  font-size: 1em;
  color: #247A19;
  margin: 0; padding: 0;
}

#diskuse .tlacitkoDelete, #diskuse .tlacitkoUpdate {
  float: right;
	width: 16px;
	height: 16px;
	font-size: 0px;
	background-color: #E6E7EB;
  background-repeat: no-repeat;
  border: 0px;
  cursor: hand;
  margin: 2px 0 2px 0; padding: 0;  
}
#diskuse .tlacitkoDelete{
  background-image: url('../images/tlacitka/delete.gif');
}
#diskuse .tlacitkoUpdate{
  background-image: url('../images/tlacitka/update.gif');
 }

