a:link, a:visited, a:active 					/* Links */
{ 
	color: 			#ffffff; 			/* Linkfarbe org ffffff */
	text-decoration: 	none; 				/* nicht unterstrichen */
}
a:hover 							/* Links MouseOver */
{ 
	color: 			#ffffff; 			/* 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*/
}      
.infos								/* Angaben für Seite Infos und preise */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		13px; 				/* Schriftgröße */
	color: 			#799abe;                        /* Schriftfarbe bei Infos und Preise */
        
}
.nosmoke							/* Angaben für Nichtraucherhinweis */
{
	font-family: 		Verdana, Tahoma, Arial, sans-serif;	/* Schriftfamilie */
	font-size: 		13px; 				/* Schriftgröße */
	color: 			#ffffff;                        /* Schriftfarbe bei Nichtraucher Hinweis */
}
.specials							/* Angaben für Seite Specials */
{
	font-family: 		Arial, Verdana, sans-serif; 	/* Schriftfamilie */
	font-size: 		13px; 				/* Schriftgröße */
	color: 			#799abe;                        /* Schriftfarbe bei Specials */
        font-weight: 		bold;				/* Schrift fett */
}
.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 */
}       
