/* CSS Styles for Dakini forms, Tim Reeves, Stand 2011-12-24 */

/* FORMEN */

form {
	padding-top: 6px;
}

input.myField, textarea.myField, select.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;
	letter-spacing: 0px;
}

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

select.myField {
	height: 16px;
	padding: 0px 0px 0px 2px;
	width: 269px;
}

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

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

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

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

input.myCheck {
	margin: 1px 7px 1px 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;
	width: 140px;
	letter-spacing: 1px;
	margin: 0px 0px 1px 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
}

/* FARBEN */

input.myField, select.myField, textarea.myField {
	background-color: #FDFFFD;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #98AC9B;
	border-bottom: 1px solid #98AC9B;
}

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

input.myButtonDown {
	color: #404040;
	background-color: #E7FFDF;
	background-color: #DBAE99;
	border-top: 1px solid black;
	border-right: 1px solid #98AC9B;
	border-bottom: 1px solid #98AC9B;
	border-left: 1px solid black;
}

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

.fehlerfarbe {
	background-color: #FFDCAB;
}
p.fehlerfarbe {
	color: black;
}
table.emailform td.fehlerfarbe {
	color: #444444 !important;
}

table.emailform {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}

table.emailform td {
	font-size: 11px;
	font-weight: bold;
	color: #17602C;
	letter-spacing: 1px;
	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 the font color */
	border-bottom: 5px solid #F5F6D0;		/* Begrenzt Fehlerfarbe im Hintergrund */
}

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

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

table.emailform td.descr {
	 vertical-align: top;
}

table.emailform td.trenner {
	height: 1px;
	line-height: 1px;
	background-color: #75AF78;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
 /* MSIE Bug: border colors set to 'transparent' are rendered instead as the font color */
	border-bottom: 5px solid #F5F6D0;		/* Begrenzt Fehlerfarbe im Hintergrund */
}

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

table.emailform td table.rechts td  {
	margin: 0px 0px 0px auto;
	text-align: right;
}

table.emailform td span.rot {
	color: #FF4D00;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

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

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

table.emailform td.fehlerfarbe  {
	font-size: 11px;
	font-weight: bold;
	color: #303030;
}

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

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


