.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
h1 {
	font-size: small;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: 1px;
}
.menue_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
body {
	background-color: #F7F7F7;
}
#form1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	border-color: #FF9900;
}