@charset "utf-8";
/* TEXTE & SCHRIFTARTEN */
body {
	color:#535353;
	font-size:100.01%;
	font: 13px/18px Tahoma, Helvetica, Arial, Tahoma, sans-serif;
	color:#FFFFFF;
}
dt {
	position: relative;
	float:left;
	left:-100px;
	width:0;
	white-space:nowrap;
}
dd {
	text-indent:0px;
	margin:0 0px 20px 0;
	padding:0;
}
/*INLINELINKS*/
p a:link, p a:visited {
	text-decoration:none;
	color:#e0a61a;
}
p a:hover, p a:focus {
	text-decoration:underline;
	color:#e0a61a;
}
/*Alle Outline von Firefox entfernen*/
a:active, a:focus {
	outline:none;
}
