/*CSS Klassifizierung für das Voting, al 070903*/
/*Start*/

P.sofsVotingFrage{
font-size: 1em;
font-weight: bold;
margin-left:0.5em;

}
.sofsVotingAntwortRadio input{
font-size:1em;
height:1em;
margin-top:1em;
width:1em;
float:left;
margin-right: 1em;
}

.sofsVotingAntwortText{
font-size:1em;
margin-left:2.5em;
margin-top: 0.7em;
width:30em;
}

.wsFormBut{
margin-left: 0.3em;
margin-top:1.3em;
}

#voting form {
color:#000000;
font-size:0.8em;
line-height:1.5em;
margin-left:2em;
margin-right:2em;
padding-bottom:1em;
padding-top:1em;
height: 15em;
background-color: #E3E9C4;
}

         /*Voting Rechte Spalte*/

#respvotingfs p{

font-weight: bold;

}

#respvotingfs h4{

margin: 0em 0 1em 1em;
}

#respvotingfs p{


margin: 0.5em 1.6em 0em 2em;
}

#respvotingfs p.bild{

margin: 0 0 0 0;

}

#respvotingfs div.Votingpunkt{

margin-left:0em;

}

#respvotingfs div.Result{

margin-left:0em;
height: 2.5em;
}

#respvotingfs div.preResult{

margin: 0.5em 0 1em 1em;
}

#respvotingfs div.Button{

margin-top: 1em;

}

#respvotingfs div.button input{

background-color:#6A7129;
color:#ffffff;
margin:0em 0em 0em 0em;
width: 9em;
border:0.0625em solid;
font-weight:bold;
cursor:pointer;
}

#respvotingfs div.button input:hover{

background-color:#6A7129;
color:#000000;
}

#respvotingfs div.abstimmung{

margin:0 0 0 0;
width: 36em;
}

#respvotingfs div.balken{

background-color: #E35F21;
display:block;
border:0.1em solid #000000;
line-height: 0.9em;
margin:0.2em 0 0;
}	
	

/*Ende*/

