/* allgemeiner Text auf allen Seiten */
	body	   { color: white; font-size: 12px; font-family: Arial; text-decoration: none; margin: 0       }
	td	 { color: white; font-size: 12px; font-family: Arial; text-decoration: none; }
/* Aussehen von Links */
	a:link		 { color: #6495ed; text-decoration: none }
	a:visited		 { color: #6495ed; text-decoration: none }
	a:hover		 { color: #6495ed; text-decoration: underline }
	a:active		 { color: #6495ed; text-decoration: none }
.text_beschr { color: white; font-size: 10px; }
.text_preise {
	color: #000;
	font-family: Arial;
	font-size: 12px;
}
.neu {
	color: #FC6;
}
.neu font a b {
	color: #FC0;
}

