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*/
}      
.inhalttitel							/* Angaben für Seite Inhalt */
{
	font-family: 		Tahoma, Arial, Verdana, sans-serif; 	/* Schriftfamilie */
	font-size: 		17px; 				/* Schriftgröße */
	color: 			#ffffff;                         /* Schriftfarbe bei Inhalttitel org ffffff */
}
.inhalttext							/* Angaben für Seite Inhalt */
{
	font-family: 		Tahoma, Arial, Verdana, sans-serif; 	/* Schriftfamilie */
	font-size: 		12px; 				/* Schriftgröße */
	color: 			#cccccc;                         /* Schriftfarbe bei Filmbeschreibung */
}
.headline							/* Angaben für Seite Inhalt */
{
	font-family: 		Tahoma, Arial, Verdana, sans-serif; 	/* Schriftfamilie */
	font-size: 		17px; 				/* Schriftgröße */
	color: 			#b3b3b3;                         /* Schriftfarbe bei Darum gehts */
        font-weight: 		bold;				/* Schrift fett */
}
.texte							/* Angaben für Seite Inhalt */
{
	font-family: 		Arial, Tahoma, Verdana, sans-serif; 	/* Schriftfamilie */
	font-size: 		9px; 				/* Schriftgröße */
	color: 			#ffffff;                         /* Schriftfarbe bei Überschriften Startseite org ffffff */
        
}