/********** ALLGEMEIN **********/
/** Äussere Tabelle **/
table.wrapper {
	width: 500px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th.leer { background-color: #FFFFFF; padding:5px; border: 1px solid #999999;}

/********** PERSOENLICHE ANGABEN (nur, wenn abgefragt) **********/
td.personoben { /* Zellen oben mit Text "Persönliche Angaben" */
	font-weight: bold; color: #000000; padding-bottom:10px; padding-top:5px; font-size:12px;}
td.personunten1 { /* Zellenreihe 1 unten ohne Text */
	}
td.personunten2 { /* Zellenreihe 2 unten ohne Text */
}
td.personfrage { /* Zellen links */
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 10px;
	width:70px;
}
td.personantwort { /* Zellen rechts */
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
	border-bottom:1px solid black;
	width: 430px;
}
input.personantwort { /* Textfelder mit Antworten */
	background-color: #FFFFFF; color: #000000; width: 160px; border: 1px solid #999999;	height: 19; font-size: 11px; font-weight:bold;}
	
input.plz { /* Textfeld fuer die PLZ */
	width: 45px;
}
input.ort { /* Textfeld fuer den Ort */
	width: 150px;
}

/********** FRAGEN UND ANTWORTEN **********/
td.frage { /* Zellen in Reihe mit Fragen (bei $ANZEIGE = 2 -> Zellen mit Fragen links) */
	background-color: #FFFFFF;
	vertical-align: top;
	padding-bottom: 2px;
	font-weight:bold;
	border-bottom: 1px solid #FFFFFF;
}
td.antwort { /* Zellen in Reihe mit Antworten (bei $ANZEIGE = 2 -> Zellen mit Antworten rechts) */
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}
select.antwort { /* Auswahlliste mit Antworten */
	background-color: #FFFFFF;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea.antwort { /* Textarea mit Antworten */
	background-color: #FFFFFF;
	color:#CC0202;
	width: 500px;
	height: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/********** SUBMIT-BUTTON **********/
td.absenden { /* Zellen mit Submit Button */
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
input.absenden { /* Submit Button */
margin: 5px 0 0;
  width: 120px;
  padding: 1px 0;
  border: 2px solid #CCC;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #3F6086;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  font-family:Arial, Helvetica, sans-serif;
/********** DANKE **********/
th.danke { /* Zellen mit "Vielen Dank für Ihre Teilnahme" nach erfolgreichem Absenden */
	padding: 30px;
	background-color: #FFFFFF;
}