@charset "UTF-8";
html {
	background-image:none;
}
body {
	background-color:#fff;
	background-color:transparent;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:3px;	/* auch für Verdana statt Times */
}
/* icon als img statt über :before */
img {
	/*margin-top:3px;*/
	padding-bottom:1px;
	margin-right:4px;
}
a {
	text-decoration:none;
}
a.mail {
	position:absolute;
	top:0;
}
a.mail img {
	margin:0;
	padding:0;
}
a.mail span {
	text-decoration:underline;
}
a.mail.rev span {
	unicode-bidi:bidi-override;
	direction:rtl;
	letter-spacing:-1.3pt;
}
