body {
	 color: #696969; font-size: 10px; line-height: 13px; font-family: Verdana, Arial, Geneva;
}
td {
	font-size:10px;
}
.ft { color: black; text-decoration: none }
.ftf { color: black; font-weight: bolder; text-decoration: none }
.hl { color: black; font-weight: bolder; font-size: 12px; line-height: 15px; text-decoration: none }
.fk { color: #800000; font-size: 10px; line-height: 13px; text-decoration: none }
a { color: black; text-decoration: none }
a:hover { color: gray; text-decoration: none }
a:active { color: #800000; text-decoration: none }
.input {
	border-top:		#696969 solid 1px;
	border-bottom:	#e5e5e5 solid 1px;
	border-left:	#696969 solid 1px;
	border-right:	#e5e5e5 solid 1px;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}
.select {
	border-top:		#e5e5e5 solid 1px;
	border-bottom:	#696969 solid 1px;
	border-left:	#e5e5e5 solid 1px;
	border-right:	#696969 solid 1px;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}
.submit {
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
}

a.menu, a.menu_on {
	background-image:url(/img/pfeil.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin-left:2.5em;
	padding-left:.5em;
}

a.menu_on {
	color:maroon;
	background-image:url(/img/pfeil-on.gif);
}