* html div.inhalt { height: 1%; margin-bottom: 1em; }
*+html div.inhalt { height: 1%; margin-bottom: 1em; }
form#EmailForm table td { padding-bottom: 0.4em; }
* 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 #003399;
	padding: 1px 2px;
}
form#EmailForm input.i { width: 300px; }
form#EmailForm input.g {
	color: #003399;
	background-color: #FFF;
	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: #003399;
}
form#EmailForm input.ahctpac { width: 148px; }
* html form#EmailForm input.ahctpac { width: 150px; }
*+html form#EmailForm input.ahctpac { width: 150px; }
form#EmailForm textarea {
	width: 100%;
	height: 300px;
}
form#EmailForm div.errors {
	margin-bottom: 1em;
	color: #FF0000;
}
