@charset "UTF-8";
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDAF0D;
	line-height: 16px;
}
.Absender {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 17px;
}

a {
	color: rgb(255, 255, 255); 
	text-decoration: none;
	border: 0px;
	border-bottom: 1px dotted #999;
    border-color: #ffe213;
}

a:visited {
	color: rgb(255, 255, 255); 
	text-decoration: none;
	border: 0px;
	border-bottom: 1px dotted #999;
	border-color: #ffe213;
}
a:hover {
	text-decoration: none;
	color: #ffe213;
	border-bottom: 1px dotted rgb(255, 255, 255);
	font-size: 11px;
}
