/* CSS Styles for Agnes Kunkel. Tim Reeves, Stand 2006-05-09 */

/* FORMEN */

form {
	padding: 10px 0px 0px 0px;
}

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

input.myField {
/*	font-family: courier new, courier, monospace;	*/
	height: 17px;
	padding: 1px 1px 0px 4px;
	width: 62px;
}

select.myField {
	width: auto;
	margin-bottom: 2px;
	padding: 0px;
}

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

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

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

/* FARBEN */

input.myButton {
	color: #990202;
	background-color: #D0D0D0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid #A4B8A7;
	border-left: 1px solid #98AC9B;
}

input.myButtonDown {
	color: #990202;
	background-color: #D0D0D0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #98AC9B;
	border-bottom: 1px solid #A4B8A7;
}

.fehlerfarbe {
	background-color: #ED9696;
}

form.emailform {
	padding: 6px 0px 4px 0px;
	margin-bottom: 10px;
}

table.emailform td {
	font-size: 12px;
	white-space: nowrap;
	overflow: visible;					/* FF cuts off the lowest 3 pixels w/o this */
	padding: 0px 3px 0px 3px;			/* Wegen HG-Farbe als Fehlermarkierung */
	border-bottom: 5px solid #eeeeee;	/* Begrenzt Fehlerfarbe im Hintergrund */
}
table.emailform td.padded, table.emailform td.paddedCheck {
	padding: 0px 0px 0px 10px;
}

table.emailform td input.myField, table.emailform td select.myField,
table.emailform td textarea.myField {
	background-color: white;
}

table.emailform td input.myField {
	width: 290px;
}

table.emailform td textarea.myField {
	width: 293px;
}

table.emailform td input.myButton, table.emailform td input.myButtonDown {
	width: 150px;
	letter-spacing: 1px;
}

table.null td {
	padding: 0px 4px 0px 0px;
	border-bottom: 0px solid transparent;
}

table.emaildone {
	margin-bottom: 8px;
}

table.emaildone td {
	font-size: 12px;
	padding: 0px 0px 6px 0px;
	vertical-align: top;
}

