.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #003366;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.text {	font-family: "Times New Roman", Times, serif;	font-size: 14px;	padding-left: 10px;	padding-right: 10px;}
.text a:visited {cursor: pointer; color:#aaaaaa; text-decoration:none; font-weight: bolder;}
.text a:active	{cursor: pointer; color:#aaaaaa; text-decoration:none; font-weight: bolder;}
.text a:hover	{cursor: pointer; color:#333333; text-decoration:none; font-weight: bolder;}
.text a:link	{cursor: pointer; color:#aaaaaa; text-decoration:none; font-weight: bolder;}

.img_right {
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

.eingabefeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99b1cc;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
	width: 100%;
	background-color: #FFFFFF;
}
.eingabefeldgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99b1cc;
	font-weight: normal;
	width: 100%;
	border: 1px solid #777777;
	scrollbar-face-color: #777777;
	background-color: #FFFFFF;
}
.eingabebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #000066;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

