.button {
  font-family: "Lucida Grande", Lucida, Arial, sans-serif;
  background: url('../bilder/bg_button.png') repeat-x bottom left;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: bold;
}
.button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.button:focus {
  outline: none;
}
.button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border-width: 1px;
  background-color: white;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background-image: linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  border-color: #c8c8c8;
  text-shadow: white 0px 1px 1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.933) 0 0 0.1em 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.933) 0 0 0.1em 1px inset;
  -o-box-shadow: rgba(255, 255, 255, 0.933) 0 0 0.1em 1px inset;
  box-shadow: rgba(255, 255, 255, 0.933) 0 0 0.1em 1px inset;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0.6em 1em;
  border-width: 1px;
  background: url('../bilder/bg_button.png') repeat top left;
  margin: 0 0px 0px 0;
}
.button, .button:visited {
  color: #341313;
}
.button:hover, .button:focus {
  background-color: white;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background-image: linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  border-color: silver;
  text-shadow: white 0px 1px 1px;

}
.button:hover, .button:hover:visited, .button:focus, .button:focus:visited{
  color: #d88200;
}
.button:active {
  background-color: white;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #dcdcdc), color-stop(40%, #e4e4e4), color-stop(85%, #e4e4e4), color-stop(100%, #f6f6f6));
  background-image: -moz-linear-gradient(top, #dcdcdc 0%, #e4e4e4 40%, #e4e4e4 85%, #f6f6f6 100%);
  background-image: linear-gradient(top, #dcdcdc 0%, #e4e4e4 40%, #e4e4e4 85%, #f6f6f6 100%);
  border-color: #b8b8b8;
  text-shadow: white 0px -1px -1px;
  -moz-box-shadow: #c8c8c8 0 0.08em 0.1em 1px inset;
  -webkit-box-shadow: #c8c8c8 0 0.08em 0.1em 1px inset;
  -o-box-shadow: #c8c8c8 0 0.08em 0.1em 1px inset;
  box-shadow: #c8c8c8 0 0.08em 0.1em 1px inset;
}
.button:active, .button:active:visited {
  color: #d88200;
}
.button:link, .button:active, .button:visited {
  text-decoration: none;
  color:#341313;
}
.tiny, tiny {
 
  font-size: 11px;
  line-height: 13px;
  padding: 5px 6px;
  margin:0px 0px;
}
.button:hover, button:hover {
  text-decoration: none;
  color:#d88200;
}