div.buttonbar {
  margin-top: 10px;
  height: 32px;
  position: relative; 
  z-index: 0;
  clear: both;
  width: 100%;
}
div.buttonbarLeft {
  background-image: url(../img/button/buttonbarbglinks.png); 
  width: 9px;
  height: 100%;
  position: absolute;
  left: 0px;
  z-index: 2;
}
div.buttonbarBg {
  position: absolute; 
  z-index: 2;
  height: 100%;
  left  : 0px;
  right : 0px;
  margin-right: 8px;
  margin-left: 9px;
  background-image: url(../img/button/buttonbarbg.png); 
}
div.buttonbarBg div {
  margin-top: 3px;
}
div.buttonbarRight {
  background-image: url(../img/button/buttonbarbgrechts.png);
  height: 100%;
  width: 8px; 
  position: absolute;
  right: 0px;
  z-index: 2;
}

div.button {
  height: 19px;
  cursor: pointer;
  float: left;
}
div.buttonLeft {
  background-image: url(../img/button/buttonlinks1.png); 
  float: left;
  width: 19px;
  height: 100%;
  font-size: 0pt;
}
div.buttonMain {
  background-image: url(../img/button/buttonbg.png); 
  float: left;
  height: 100%;
}
div.buttonRight {
  background-image: url(../img/button/buttonrechts.png); 
  float: left;
  width: 8px;
  height: 100%;
  font-size: 0pt;
}
div.buttonMain span {
  margin-top: 2px;
  padding-left: 4px;
  padding-right: 2px;
  color: #d0d9e6;
  font-size: 8pt;
  display: block;
  font-family: Arial, sans-serif;
  text-align: center;
}
div.button_disabled {
  height: 19px;
  float: left;
}
div.button_disabled div.buttonLeft {
  background-image: url(../img/button/buttonlinks0.png); 
}

div.bigbutton {
  color: #ccd4e1;
  width: 68px; 
  height: 19px;
  padding-top: 4px;
  font-size: 8pt;
  text-align: center;
  float: left;
  cursor: pointer;
}
div.bigbutton_disabled {
  color: #2d3940;
  width: 68px; 
  height: 19px;
  padding-top: 4px;
  font-size: 8pt;
  text-align: center;
  float: left;
}

div.bigbuttonsave {
  background-image: url(../img/button/buttonsave.png); 
}
div.bigbuttonabort {
  background-image: url(../img/button/buttonabort.png); 
}
