@CHARSET "UTF-8";

html, body{
   margin: 0px auto;
   padding: 0px;
}
body {
  /*text-align: center;*/
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, Sans;
  font-size: 11px;
	font-style: normal;
}

*, img {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}


p,td,div,input,select,textarea,option,label{
	font-size: 12px;
	line-height: 14px;
	color: #252525;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans;
}

input,select,textarea,label{
	font-size: 11px;
	color: #252525;
	font-weight: bold;
}


h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 11px 0px;
	color: #585858;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
	color: #880000;
}

h3{
	font-size: 12px;
}


a:link, a:visited, a:active, a:hover{
	color: #252525;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


/* auto-clearer */
.clearClass:after{
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

br.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px; 
}



/*** Wrapper ***/
div.wrapper{
	/*margin: auto;*/
	text-align: left;
}



/* voting */

div.voting,
div.voting-result{
	position: relative;
	width: 285px;
	/*height: 199px;*/
	margin: 0px;
	padding: 5px;
	background-color: white;
}

div.voting-header{
	padding: 2px 0 0 5px;
	margin: 0 0 5px 0;
	border-top: 3px solid #000000;
	font-weight: bold;
	color: #000000;
}

div.voting-header h1{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(0,0,0);
	padding: 0;
	margin: 0;
}

h2.voting-headline{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 0 5px;
	color: rgb(142,144,143);
}

div.result-image{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.result-body{
}

div.voting-answer{
	float: left;
	width: 50%;
	margin: 3px 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000000;
}

div.voting-answer div.answer{
	padding: 0 0 0 5px;
}

label.voting-answer-text{
	margin: 0 0 0 10px;
	vertical-align: top;
	font-weight: normal;
}

div.voting-answer-text{
	float: left;
	width: 100px;
}

div.voting-submit{
	text-align: right;
	padding: 10px 0 0 0;
}
input.voting-submit{
	display: block;
	float: right;
	width: 84px;
	height: 20px;
	border: 0px solid rgb(152,152,152);
	background-color: rgb(152,152,152);
	color: rgb(255,255,255);
	cursor: pointer;
	background: url(../graphics/button_abstimmen.gif) no-repeat scroll left top transparent;
}



div.voting-question-image{
	float: right;
}
div.voting-answers.question-image{
	float: left;
	width: 135px;
}
div.voting-answers.question-image .voting-answer{
	float: none!important;
	width: 100%;
}




div.voting-answer.answer-image{
	float: left;
	width: 125px;
	text-align: center;
	margin: 3px 0 5px 10px;
	padding: 5px 0 5px 0;
}

div.voting-answer.answer-image .answer{
	margin: 5px 0 0 0;
}


/* voting result */
div.voting-result{
	margin: 20px 0 0 30px;
}
div.result-header{
	font-weight: bold;
	font-size: 16px;
	border: 0px;
	color: #999999;
	margin: 0 0 10px 0;
}
div.result-header h1{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: rgb(142,144,143);
	padding: 0 0 0 5px;
	margin: 5px 0 0 0;
}

h2.result-headline{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 5px;
}

div.result-answers{
	border-top: 1px solid rgb(229,229,229);
}

div.result-answer{
	border-bottom: 1px solid rgb(229,229,229);
	background-color: rgb(246,246,246);
}

div.result-suppress-text{
	padding: 10px;
	font-weight: bold;
}

div.result-answer-text{
	float: left;
	width: 125px;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: rgb(246,246,246);
}

div.result-answer-chart{
	float: left;
	width: 150px; 
	position: relative;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
}

div.answer-chart{
	width: 100px; 
	background-color: #FFFFFF;
}

div.result-answer-chart .bar { 
	display: block;
	background: #cccccc;
	text-align: left; 
	color: #000000;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 3px;
}

div.result-answer-chart .bar-text { 
	position: absolute;
	line-height: 20px;
	padding: 0 0 0 5px;
	z-index: 10;
	top: 0px;
}


div.result-total{
	float: left;
	padding: 5px;
	margin: 10px 0 0px 0;
	font-size: 10px;
}

div.result-close{
	float: right;
	text-align: right;
	margin: 15px 10px 10px 0;
}


















