/* 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: #366600;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times;
}
.formbg {
	background-color: #e9efe3;
}


.input_res_datum			{
	width: 60px;
	font-size: 8pt;
	background-color: #E9EFE3;
	text-align: center;
	color: #366600;
	font-weight: normal;
	border: 1px solid #366600;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times;
}
.select_res					{
	width: 40px;
	font-size: 8pt;
	color: #366600;
	background-color: #E9EFE3;
}
.submit_res					{
	font-size: 8pt;
	width: 60px;
	color: #366600;
	background-color:#E9EFE3;
	border:1px solid #366600;
	cursor: hand;
}

.error						{ background-color:#ec0000; color:#ffffff; }
.titel {
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times;
	color: #366600;
	font-weight: bold;
}

