@charset "utf-8";
/* CSS Document */

.tx-pbsurvey-pi1 div {
	margin-bottom: 10px;
	}
	
.tx-pbsurvey-pi1 .pagenumbering {
	position: relative;
	height: 15px;
	}

/* ---------------------------------------------------------------------------- */	
.tx-pbsurvey-pi1 .barcontainer {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 100px;
	height: 15px;
	position: absolute;
	z-index: 6;
	right: 0px;
	}

/* Hintergrund "Seite von Seiten" */	
.tx-pbsurvey-pi1 .bar {
	background-color: #DDDDDD; 
	height: 15px; 
	z-index: 4; 
	position: absolute; 
	left: 0px;
	}

/* Nummerierung "Seite von Seiten" */	
.tx-pbsurvey-pi1 .bartext {     
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #484849;
	font-weight: normal;
	text-align: center;
	z-index: 5; 
	text-align: center; 
	position: absolute; 
	left: 0px; 
	width: 100px; 
	height: 15px;
	}
/* ---------------------------------------------------------------------------- */	
	
	
.tx-pbsurvey-pi1 .pageHeader {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #484849;
	font-weight: bold;
	text-align: left;
	}

.tx-pbsurvey-pi1 .pageIntroduction {}

/* Format der Frageoptionen */
.tx-pbsurvey-pi1 .survey_item {
	margin: 20px 0px 20px 0px;                  /*oben rechts unten links */
	padding: 0px 0px 0px 0px;                  /*oben rechts unten links */
	font-size: 12px;
	color: #484849;
	font-weight: normal;
	text-align: justify;
	}

.tx-pbsurvey-pi1 .itemform {}

/* Format des Fragetextes */
.tx-pbsurvey-pi1 .question {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #484849;
	font-weight: normal;
	text-align: left;
	}
	
.tx-pbsurvey-pi1 .questionNumber {}

.tx-pbsurvey-pi1 .questionSubtext {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #484849;
	font-weight: normal;
	}

.tx-pbsurvey-pi1 .required {
	color: #FF0000; 
	vertical-align: super;
	}

.tx-pbsurvey-pi1 .survey_error {
	color: #FF0000;
	}

.tx-pbsurvey-pi1 .additional_ver {
	margin-left: 20px;
	}

.tx-pbsurvey-pi1 .matrix {
	width: 100%;
	
	}

/* Hintergrund Frageoptionen */	
.tx-pbsurvey-pi1 .matrix .surveyrow_even {
	background-color: #FFFFFFF;
	}

.tx-pbsurvey-pi1 .matrix .columnFirst {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #484849;
	font-weight: normal;
	text-align: left;
	}

.tx-pbsurvey-pi1 .matrix .columnNext {
	text-align: center;	}		

