/* Einstellung der Abstaende zum Nullpunkt des Browsers und weitere Standards */
html, body, div, p,
h1, h2, h3, 
span, a,
form, img 					{
	margin: 0;
	padding: 0;
}
.textfest					{
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.input_res_datum			{
	width: 120px;
	font-size: 8pt;
	background-color: #fcc98a;
	text-align: center;
	color: #000000;
	font-weight: normal;
	border: 1px solid #000000;
}
.select_res					{
	width: 40px;
	font-size: 8pt;
	color: #000000;
	background-color: #fcc98a;
}
.submit_res					{
	font-size: 8pt;
	width: 60px;
	color: #000000;
	background-color:#fcc98a;
	border:1px solid #000000;
	cursor: hand;
}

.error						{ background-color:#ec0000; color:#ffffff; }
