/*

	--> Personentabelle <--

*/

div.person {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5px;
	padding-top: 7px;
	height: 103px;
}
div.person div.bild {
	width: 100px;
	float:left;
}
div.person div.bild img {
}
div.person div.text {
	margin-left: 100px;
}
div.person div.text h2 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	font-style: italic;
}
/* Standard-Tabelle */
table.klassisch {
	margin-top: 15px;
	border-spacing: 0px;
	margin-bottom: 15px;
}
table.klassisch tr td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #666;
}
table.klassisch tr.header td {
	color: #fff;
	font-weight: bold;
	background-color: #e43a57;
	padding: 3px;
	border-bottom: none;
}
/*

	---> Formatierung Mitgliederanmeldung <---

*/
#mitglieder_anmeldung fieldset {
	border: 1px solid #999;
	margin-bottom: 10px;
	padding: 8px;
}
#mitglieder_anmeldung fieldset span {
	font-weight: bold;
	color: #e43a57;
}
#mitglieder_anmeldung .rowElem {
	margin-top: 3px;
	margin-bottom: 3px;
}
#mitglieder_anmeldung .kind {
	padding-bottom: 10px;
}
#mitglieder_anmeldung label {
	display:block;
	float:left;
	width:135px;
	margin-right: 5px;
}
#mitglieder_anmeldung label.checkbox {
	display: inline;
	width:135px;
	margin-right: 5px;
	float: none;
}
#mitglieder_anmeldung label.required,label.invalid {
	color: #fff;
	background-image: url(../../images/transparent1.png);
}
#mitglieder_anmeldung input.text {
	color: #FFF;
	background: none;
	border: 1px solid #999;
	width: 170px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mitglieder_anmeldung input.text.required,#mitglieder_anmeldung input.text.invalid {
	border: 1px solid #fff;
}
#mitglieder_anmeldung textarea {
	width: 320px;
	height: 70px;
	background: none;
	border: 1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
div.errors {
	background-image: url(../../images/transparent1.png);
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}