h2.u_headline {
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.q_group {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
}

.q_group input {
	float: left;
	clear: left;
	margin-top: 3px;
	padding: 0;
}

.q_group .submit {
	padding: 2px;
	margin-top: 10px;
	right: 0;
	float: left;
	clear: left;
	border: 1px solid #000;
	background-color: #cee87f;
}


.q_group label {
	float: left;
	clear: none;
	margin-left: 5px;
	width: 285px;
	font-size: 12px;
	padding: 2px;
}
.q_group .green {
	float: left;
	clear: left;
	padding-right: 5px;
	background-color: #cee87f;
	width: 100%;
}

.q_ergebnis {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
}

.q_ergebnis .q_line {
	float: left;
	clear: left;
	margin-bottom: 5px;
}
*html .q_ergebnis .q_line {
	width: 315px;	
}

.q_ergebnis .q_line .answer {
	float: left;
	clear: left;
	width: 120px;
	margin-right: 3px;
	text-align: right;
}

.q_ergebnis .q_line .balken {
	float:left;
	clear: none;
	width: 150px;
	margin-right: 3px;
	margin-top: 1px;
}
*+html .q_ergebnis .q_line .balken {
	background-color: #CCC;
}

.q_ergebnis .q_line .prozent {
	float: left;
	clear: none;
	font-size: 10px;
	color: #7f7f7f;
	width: 35px;
	margin-top: 2px;
	
}

*+html .q_ergebnis .q_line .prozent {
	background-color: #CCC;
}

.infoText {
	float: left;
	clear: left;
	margin-top: 5px;
}

.polllink {
	color: #000;
	font-weight: normal;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
*+html .polllink {
	width: 600px;	
}

.polllink a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.polllink a:hover {
	text-decoration: underline;
}

.umfrageCont {
	float: left;
	clear: left;
	width: 640px;
	height: auto;
}

.frageCont {
	float: left;
	width: 315px;
	height:auto;
}

.zwischenergebnisCont {
	float: left;
	width: 315px;
	height:auto;
	margin-left: 10px;
}

.weitereCont {
	float: left;
	clear: left;
	margin-bottom: 10px;	
}

.weitereRow {
	float: left;
	clear: left;
	margin-left: 30px;
	width: auto;
	height: auto;	
}

*+html .weitereRow {
	width: 600px;
}