/* buttons zum testen*/
.buttons{
  font-size:11px;
  padding:2px 7px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  color:#847676;
  font-weight:bold;
  text-decoration:none;
  background-color:#dbdbdb;
  background:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dbdbdb));
  background:-moz-linear-gradient(-90deg, #f0f0f0, #dbdbdb);
  border:1px solid #dbdbdb;
  height:27px;
	line-height:27px;
	
}
.buttons:hover {
  color:#333333;
  background:#bab5b5;
  background:-webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#bab5b5));
  background:-moz-linear-gradient(-90deg, #e0e0e0, #bab5b5);
  border:1px solid #bab5b5;
}
