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