body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}
td {
	font-size: 12px;
}
.headline {
	font-weight: bold;
	color: #FF9933;
}
.subline {
	font-weight: bold;
}
input {
	font-size: 12px;
	color: #666666;
	background-color: #F0F0F0;
	height: 20px;
	width: 150px;
	border: 1px solid #333333;
}
textarea {
	font-size: 12px;
	color: #666666;
	background-color: #F0F0F0;
	height: 75px;
	width: 150px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;

}
.submit {
	background-color: #FF9933;
	height: 20px;
	width: 150px;
	border: 1px solid #333333;
	color: #FFFFFF;
}
a:link {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;

}
a:visited {
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #FF9933;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.impressum {
	font-size: 9px;
	color: #CCCCCC;



}
.impressum a:link {
	color: #FF9900;
	font-weight: normal;
}
.impressum a:visited {
	font-weight: normal;
	color: #FF9900;
}
.impressum a:hover {
	font-weight: normal;
	color: #666666;
}
.impressum a:active {
	font-weight: normal;
	color: #999999;
}
