body {
  font-family: arial;
  font-size: 12px;
  color:#747474;
}

.umfrage {
  width:260px;
  margin:50px;
}

.umfrage .frage {
  font-size:24px;
  margin-bottom:12px;
}

.umfrage .antworten {
  padding:10px;
  background-color:#fafafa;
}

.umfrage .antworten .antwort {
  display:block;
  margin-bottom:10px;
}

.umfrage .antworten .antwort .balken {
  width:80%;
  background-color:#d1d1d1;
  height:15px;
  float:left;
  margin-right:10px;
}

.umfrage .antworten .antwort .balken .anteil {
  background-color:#ff92c0;
  height:15px;
}

.umfrage .antworten .antwort .text {
  font-weight:bold;
}

.umfrage .umfragenfooter {
  font-size:10px;
}

.umfrage .umfragenfooter a {
  float:right;
}

.umfrage .antworten .antwortenform {
  list-style-type: none;
  padding:0px;
  margin-top:0px;
}

.umfrage .antworten .abschicken {
  background-color:#D2E9FA;
  border:1px solid #D2E9FA;
  color:#747474;
  float:right;
  cursor:pointer;
}
