a:link, a:visited, a:active 					/* Links */
{ 
	color: 			#ffffff; 			/* Linkfarbe org ffffff */
	text-decoration: 	none; 				/* nicht unterstrichen */
}
a:hover 							/* Links MouseOver */
{ 
	color: 			#253553; 			/* Farbe MouseOver Link org 253553*/
}

a.white:link, a.white:visited, a.white:active 			/* Links in Filmtabelle */
{ 
	color: 			#ffffff; 			/* Link in Farbe weiß org ffffff */
	text-decoration: 	none; 				/* nicht unterstrichen */
        font-weight: 		bold;				/* Schrift fett */
}
a.white:hover 							/* bei MouseOver */
{ 
	color: 			#ffffff; 			/* Farbe MouseOver Link org ffffff*/
}      



.startlisten								/* Angaben für Seite Infos und preise */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		12px; 				/* Schriftgröße */
	color: 			#799abe;                        /* Schriftfarbe bei Startlisten */
}
.startlistentermine								/* Angaben für Seite Infos und preise */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		14px; 				/* Schriftgröße */
	color: 			#ffffff;                        /* Schriftfarbe bei Startlisten */
	font-weight: 		bold;				/* Schrift fett */
}       
.startlistenmonate								/* Angaben für Seite Infos und preise */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		15px; 				/* Schriftgröße */
	color: 			#ffffff;                        /* Schriftfarbe bei Startlisten */
	font-weight: 		bold;				/* Schrift fett */
} 
.startlistenjahre								/* Angaben für Seite Infos und preise */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		17px; 				/* Schriftgröße */
	color: 			#799abe;                        /* Schriftfarbe bei Startlisten */
	font-weight: 		bold;				/* Schrift fett */
}   




