/*
CODE						:	FH
LAST CHANGE					:	08.05.06
*/

html, body	{
	margin					:	0px;
	padding					:	0;
	color					:	#000;
	font-family				:	Arial, Helvetica, Sans-Serif;
}

h1, h2 {
	margin					:	0px;
	padding					:	0px;
}

/* ---------- Footer ---------- */
.footer, .footer2 {
	font-size				:	10px;
	color					:	#666677;
}
/* separate Definition für Links im Footer */
.footer a {
	color					:	#666677;
	text-decoration			:	none;
}
.footer a:link {
	color					:	#666677;
	text-decoration			:	none;
}
.footer a:visited {
	color					:	#777788;
	text-decoration			:	none;
}
.footer a:hover {
	color					:	#990000;
	background				:	#EEEEFF;
	text-decoration			:	underline;
}
.footer a:active {
	color					:	#AA0000;
	background				:	#EEEEFF;
	text-decoration			:	underline;
}
#infos { visibility				:	hidden; /*	display					:	none; */ }
.footer2, .footer2 a, .footer2 a:link, .footer2 a:visited {
	font-size				:	9px;
	color					:	#9999AA;
	text-decoration			:	none;
}
.footer4 {
	font-size:0.1em; color:#FFFFFE; margin: 0px; padding: 0px;
}


