#voting_wrapper {
	height: auto;
	width: 120px;
}

.voting_oben {
	height: 30px;
	background-image: url(../images/layout/verlauf_oben.gif);
	background-repeat: no-repeat;
}

.voting_mitte {
	background-image: url(../images/layout/verlauf_mitte.gif);
	background-repeat: repeat-y;
}

.voting_unten {
	height: 30px;
	background-image: url(../images/layout/verlauf_unten.gif);
	background-repeat: no-repeat;
}

.voting_headline {
	font-weight: bold;
	font-size: 11px;
}

.voting_choice {
	text-align: left;
	padding-left: 10px;
}

.voting_hspace {
	height: 10px;
}


/* ----------ERGEBNIS---------- */

#survey_wrapper {
	height: auto;
	width: 120px;	
}

.survey_oben {
	height: 30px;
	background-image: url(../images/layout/verlauf_oben.gif);
	background-repeat: no-repeat;	
}

.survey_mitte {
	background-image: url(../images/layout/verlauf_mitte.gif);
	background-repeat: repeat-y;
	text-align: left;
}

.survey_unten {
	height: 30px;
	background-image: url(../images/layout/verlauf_unten.gif);
	background-repeat: no-repeat;	
}

.survey_headline {
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
}

.survey_text {
	text-align: left;
	font-size: 9px;
	padding-left: 10px;
}

.survey_result {
	background-color: #5d308e;
	margin-left: 10px;
}

.survey_hspace {
	height: 15px;
}

/* ---------------------------- */

