* html div.inhalt { height: 1%; margin-bottom: 1em; }
*+html div.inhalt { height: 1%; margin-bottom: 1em; }

form#EmailForm table td {
     padding-bottom: 0.4em;
     padding-right: 8px;
     white-space: nowrap;
} 
* html form#EmailForm table td.textNachricht { height: 1%; }
*+html form#EmailForm table td.textNachricht { height: 1%; }
form#EmailForm input.i, form#EmailForm input.g, form#EmailForm textarea, form#EmailForm img {
	border: 1px solid #3A5D01;
	padding: 1px 2px;
}
form#EmailForm input.i { width: 300px; }
form#EmailForm input.g {
	color: #FFF;
	background-color: #3A5D01;
	cursor: pointer;
	font-weight: bold;
	width: 154px;
	min-width: 154px;
}
* html form#EmailForm input.g {
	width: 150px;
	min-width: 150px;
}
*+html form#EmailForm input.g {
	width: 150px;
	min-width: 150px;
}
form#EmailForm input.g:hover {
	color: #FFF;
	background-color: #88BA33;
	border: 1px solid #88BA33;
}
form#EmailForm input.ahctpac { width: 148px; }
* html form#EmailForm input.ahctpac { width: 150px; }
*+html form#EmailForm input.ahctpac { width: 150px; }
form#EmailForm textarea {
	width: 300px;
	height: 50px;
}
form#EmailForm div.errors {
	margin-bottom: 1em;
	color: #FF0000;
}
form#EmailForm label.error, label.error {
    color: red;
    font-style: italic;
}