a:link {
text-decoration : none;
font-family : Arial;
}

a:visited {
text-decoration : none;
font-family : Arial;
}

a:hover {
text-decoration : none;
}
.daten {
color : black;
font-weight : 500;
font-size : 16px;
}
.daten:hover {
color : black;
background : #DCDCDC;
}
.daten:visited {
color : black;
}
.quick {
color : blue;
font-size : 12px;
}
.quick:hover {
background : #DCDCDC;
font-size : 12px;
color : blue;
}
.quick:visited {
font-size : 12px;
color : blue;
}
.zahl{
	color : black;
	font-family : Arial;
	font-size : 12px;
}
.kzahl{
	color : black;
	font-family : Arial;
	font-size : 8px;	
}
.kdaten{
	color : black;
	font-family : Arial;
	font-size : 12px;
}
.werbung{
	color : red;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
}
