/* CSS Document */
/* tt_poll - Votiing  */
#tt_poll_form_box {
	border-bottom: 1px solid #000066;
	width: auto;
	margin: 0px;
	clear: both;
	float: none;
	margin: 20px 0px 0px 0px;
	background-image:url(images/tt_poll_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	 
.tt_poll_box_head {
	font-size: 90%;
	font-weight: bold;
	margin: -2px 0px 0px 10px;
	padding: 0px 5px 0px 5px;
	color: #07395B;
	background-color:#FFFFFF;
	width: auto !important;
	width: 1%;
	display:table;
	white-space:nowrap;
	}
	
.tt_poll_field { float:none; clear:both; font-size: 90%; padding: 0px 5px 0px 0px; margin: 0px 0px 6px 0px}
.tt_poll_form_question { color: #07395B; font-size: 85%; font-weight:bold; padding: 10px 0px 5px 0px; }

#tt_poll_form_box .submit_button { margin-right: 5px;background-color:#ffffff; border:1px solid #2255A4; font-size: 90%; font-weight:bold; text-align:center; padding: 0px 0px 0px 0px;}



#tt_poll_result {}

#tt_poll_result .tt_poll_form_question {color: #2255A4; font-size:90%}
.tt_poll_ergebis_box {margin: 10px 0px 10px 0px; padding-left: 20px}
.tt_poll_ergebis_balken { background-color: #2255A4; height:20px; margin:4px 0px 0px 0px}
.tt_poll_ergebis_zahlen { color: #2255A4; font-size: 85%;}
