/* CSS Styles for Martina Doubek Forms, Tim Reeves, Stand 2008-12-13 */

/* FORMEN */

input.myField, select.myField, textarea.myField {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 1px 0px 1px 0px;
	padding: 0px 1px 0px 2px;
	vertical-align: middle;
}

input.myField {
	height: 15px;
	padding: 0px 1px 0px 3px;
	width: 353px;
}

input.linkeSpalte {
	width: 125px !important;
}

input.rechteSpalte {
	width: 145px !important;
}

textarea.myField {
	height: 62px;
	padding: 0px 0px 0px 2px;
	width: 355px;
	overflow: auto;
}

input.myRadio {
	margin: 0px 7px 1px 0px;
	padding: 0px;
	vertical-align: top;
}

input.myCheck {
	margin: 0px 7px 2px 0px;
	padding: 0px;
	vertical-align: middle;
}

input.myButton, input.myButtonDown {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 160px;
	letter-spacing: 1px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 1px 0px;
	text-align: center;
	cursor: pointer;
}

/* FARBEN */

input.myField, select.myField, textarea.myField {
	color: #000099;
	background-color: #FFF7EB;
	border-right: 1px solid #CCA002;
	border-bottom: 1px solid #CCA002;
	border-top: 1px solid #7B390D;
	border-left: 1px solid #7B390D;
}

input.myButton {
	color: #009C94;
	background-color: #F9D097;
	border-top: 1px solid #CCA002;
	border-left: 1px solid #CCA002;
	border-right: 1px solid #7B390D;
	border-bottom: 1px solid #7B390D;
}

input.myButtonDown {
	color: #00756F;
	background-color: #F9D097;
	border-right: 1px solid #CCA002;
	border-bottom: 1px solid #CCA002;
	border-top: 1px solid #7B390D;
	border-left: 1px solid #7B390D;
}

/* SPEZIFISCHE ANWENDUNG für E-Mail Formulare */

.fehlerfarbe {
	background-color: #F0AF9F;
}

table.emailform {
	border-collapse: separate;
	margin-top: 24px;
}

table.emailform td {
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	overflow: visible;						/* FF cuts off the lowest 3 pixels w/o this */
	padding: 0px 3px 0px 3px;				/* Wegen HG-Farbe als Fehlermarkierung */
/* MSIE Bug: border colors set to 'transparent' are rendered instead as font color */
	border-bottom: 9px solid #FFDEAD;	/* Begrenzt Fehlerfarbe im Hintergrund */
}

table.emailform td.padded {
	padding: 0px 0px 0px 6px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

table.emailform td.extra {
	padding: 0px;
	text-align: right;
}

table.emailform td.ort {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: right;
}

table.emailform td table  {
	margin: 0px 0px 0px auto;
}

table.emailform td table td {
	padding: 0px;
	border-bottom: 0px solid #FFDEAD;
}

table.emailform td span.stern {
	color: #005A84;
	font-size: 12px;
}

table.emailform td.extra table td {
	padding: 0px;
}

table.emailform td.extra table td.padded  {
	padding: 0px 0px 0px 6px;
}

table.emailform td.fehlerfarbe {
	color: #005A84;
}

table.emaildone {
	margin: 8px 0px;
}

table.emaildone td {
	padding: 0px 12px 6px 0px;
}
