.vote_diagramm {
  width:              500px;
  height:             115px;
  font-family:        Verdana, Arial, Helvetica, sans-serif;
  font-size:          12px;
  padding-top:        5px;
}

.vote_beschreibung {
  color:              #000000;
  margin-left:        5px;
}

.vote_rahmen {
  width:              200px;
  height:             18px;
  background-color:   #000000;
  background:         url("./images/button.png") repeat-x;
  border:             1px solid #000000;
  text-align:         center;
  margin:             5px;
  font-weight:        bold;
  color:              #FFFFFF;
}

.vote_wert {
  height:             18px;
  background-color:   #FF6600;
  background:         url("./images/button_a.png") repeat-x;
  float:              left;
}

.text {
  margin-top:         0px;
  width:              200px;
  color:              #000000;
}

.fehler {
  font-weight:        bold;
  color:              #E10011;
}
