/*
Styles für das Voting
*/

/*
a:link { text-decoration: none; color : #00a0e3; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #00a0e3; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #00a0e3; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #003399; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}
*/


.votingframe /* Gesamter Umfrageblock */
{
  background: #efefef; 
  border-style: solid;
  border-width: 1px;
  border-color: #CC6600;
  padding: 5px;
  margin: 0px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color:#000000;
  width: 400px;
}

.voHeader /* Umfrage - Titel (Überschrift) */
{
  background: #CC6600; 
  color: #efefef; 
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 390px;
  padding: 5px;
  margin: 0px;
  margin-bottom: 10px;
  left: 0px;
  height: 20px;
  position: relative;
}

.voQuestion /* Umfrage - Frage */
{
  color: #CC6600; 
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: 390px;
  padding: 5px;
  margin: 0px;
  margin-bottom: 3px;
  left: 0px;
  position: relative;
}

.voDescription /* Umfrage - Beschreibung */
{
  color: #CC6600; 
  text-align: center;
  font-size: 10px;
  width: 390px;
  padding: 5px;
  margin: 0px;
  margin-bottom: 3px;
  left: 0px;
  /*height: 20px;*/
  position: relative;
}

.voAnswerBlock /* Anzeigeblock - pro Frage (in der Umfrage selbst) bzw. Pro Umfrage (in der Übersicht) */
{
  text-align: left;
  width: 390px;
  padding: 5px;
  margin: 0px;
  margin-bottom: 10px;
  left: 0px;
  height: 35px;
  position:relative;
  background-color: #dddddd;
}

.voAnswerText /* Text */
{
  text-align: left;
  font-weight: bold;
  width: 280px;
  left: 5px;
  top: 5px;
  position:absolute;
}

.voAnswerTextResult /* Text im Result */
{
  text-align: left;
  width: 280px;
  left: 5px;
  top: 5px;
  position:absolute;
}

.voAnswerGraph /* Balken */
{
  position:absolute;
  left: 0px;
  width: 400px;
  top: 38px;
  height: 5px;
  background-color: #dddddd;
}

.voAnswerPercent /* Anzeige Prozent auf Ergebnisseite */
{
  left: 330px;
  width: 50px;
  text-align: right;
  position:absolute;
}

.voAnswerPercentOnPoll /* Anzeige Prozent auf Umfrageseite */
{
  left: 330px;
  width: 50px;
  top: 26px;
  text-align: right;
  color: #999999;
  position:absolute;
}


.voAnswerLink /* Link zum Abstimmen */
{
  cursor: pointer;
  left: 300px;
  top: 2px;
  position:absolute;
}

.voListQuestion /* in der Übersicht: Frage */
{
  text-align: left;
  font-weight: bold;
  width: 390px;
  left: 5px;
  top: 0px;
  position:absolute;
}

.voListDescription /* in der Übersicht: Nähere Beschreibung */
{
  text-align: left;
  width: 350px;
  left: 5px;
  top: 14px;
  position: absolute;
}

.voListVotingLink /* in der Übersicht: Link zur Umfrage */
{
  text-align: left;
  width: 390px;
  left: 5px;
  top: 14px;
  position: absolute;
}
