#poll .poll-top h1 {
    color:#E2001A;
    font-weight:bold;
    margin-bottom:5px;
}
#poll .poll-center {
    border: 1px dotted black;
    padding: 7px;
}
#poll .poll-center a {
    color: #F29400;
}
#poll h2 {
    color: black;
    font-size: 1.1em;
    margin-bottom: 0px;
}
#poll p {
    margin-top: 0px;
}
#poll ul.poll-answers {
    margin-left: 0px;
    padding-left: 0px;
}
#poll li {
    color: black;
    list-style-type:none;
    float: left;
    margin-bottom: 5px;
    clear: left;
}
#poll ul.poll-answers input {
    float:left;
    clear:both;
    margin: 3px 5px 21px 0px;
}
#poll .poll-submit {
    float: left;
    clear: both;
    margin-bottom: 2px;
    background-image:url(../../../setup_heizspiegel/images/furthermorearrow.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:19px;
}
#poll .poll-submit a {
    font-weight: bold;
	color: black;
}
#poll .poll-results-link {
    margin-top: 3px;
}
#poll .poll-results-link a {
    color: #F29400;;
    font-weight: bold;
}
#poll-results .poll-title {
    color:#E2001A;
    font-size:12px;
    font-weight: bold;
    margin:0 0 10px;
}
#poll-results h2 {font-size:1.7em!important;}

#poll-results .poll-question {
    font-weight: bold;
    margin-bottom: 5px;
}
#poll-results .poll-results-link {
    float: right;
    background-image:url(../../../setup_heizspiegel/images/furthermorearrow.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:19px;
}
#poll-results .poll-results-link a {
    color: black;
    font-weight: bold;
}
#poll-results .rahmen {
    border: 1px dotted black;
    padding: 7px;
    margin-top: 10px;
    width: 630px;
    float:left;
}

#poll-results ul.poll-answers {
    padding-left: 0px;
}
#poll-results .poll-answer {
    float: left;    
    width: 200px;
    padding-right: 10px;
    clear: left;
    margin-bottom: 10px;
    color: #777777;
}
#poll-results .poll-bar {
    float: left;
    width: 340px;
    height: 12px;
    background-color: #ebebeb;
    margin-top: 3px;
}
#poll-results .poll-percent {
    float: left;
    clear: right;
    margin-left: 10px;
    color: #777777;
}
#poll-results .poll-total {
    float:left;
    clear: left;
    color: #aaaaaa;
    font-size: 0.9em;
}
#poll-results .poll-bar div {
    background-color: #E2001A;
    float: left;
    height: 12px;
}

*html #poll-results div.rahmen {
	padding-top: 10px;
}
*html ul.poll-answers {
    margin-left: 0px;
    padding-left: 0px;
}
*html ul.poll-answers li {
    list-style-type:none;
}
.poll-form h2 {
	color: black !important;
	
}
