/* CSS für das Umfrage Script */

div#umfrage {
  font-family: arial,sans-serif;
  font-size: 12px;
  width: 160px;
  min-height: 24px;

	margin: .5em auto 2em auto; 
	padding: .5em 1em 1em 1em; 
	background: #fff;
  
}

.poll-title {
  float: left;
  width: 90%;
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0;
  padding: 5px;
  background: #fff;
}

.poll-text {
	clear: both;
  font-weight: bold;
  color:#000000;
  margin-bottom:5px;
}

.poll-error {
  color:#a00000;
  padding:2px;
  background:#fff0f0;
  border:1px solid #c09080;
	margin-bottom:5px;
}

.poll-errortitle {
  color:#a00000;
  font-weight:bold;
}

.poll-errortext {
  color:#700000;
}

.poll-success {
  color: #008000;
  padding: 2px;
  background: #f0fff0;
  border: 1px solid #80c080;
	margin-bottom: 5px;
}

ul.poll-values {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.poll-values li {
	margin: 5px 0;
	padding: 0;

}

ul.poll-values img {
	display: block;
	margin: 0;
	padding: 0;
}

ul.poll-votelist {
  list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.poll-voteitem {
  margin-bottom: 0;
}

.poll-votecount {
  margin-top: 8px;
  font-weight: bold;
  text-align: center;
}

.poll-result-item-title {
  font-weight: bold;
}

.poll-result-item-votes {
  display: block;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.poll-result-item-bar {
  margin-bottom: 5px;
}

.poll-tot-votes {
	color: #cc0000;
}

button.poll-result-button {
	margin: 15px 0 0 0;
	border: none; 
	background: none; 
	cursor: pointer; 
	font-size: 10px;
}

button.poll-result-button:hover {
	color: #0000ff;
	text-decoration: underline;
}

button.poll-min-button {
	float: right;
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	font-size: 0;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer; 
	background: url(../images/close_button01.gif);
	border: none;

}

button.poll-min-button:hover {
	background: url(../images/close_button01_hover.gif);
}
