
/* Definitionen für den Hintergrund */

body {		background-color:#010080;
			background-image:url(pix/bg.jpg);
			background-repeat:no-repeat;
			}
			
			
/* Fließtext */			

td {	    font-family:verdana,arial,helvetica,sans-serif;
			color:#FFFF00;
			}
			
td.text {	font-size:12px;
			line-height:16px;
			}
			
td.small {	font-size:11px;
			line-height:14px;
			}
			
td.head {	font-size:12px;
			font-weight:bold;
			color:#D7C6B4;
			}
			
#high {		color:#FF6600;
			}
			
			
/* Für die Preis-Tabelle */

td.preis {	font-size:12px;
			line-height:14px;
			background-color:#00005B;
			color:#FFFF00;
			}	
			
td.tag {	font-size:12px;
			background-color:#00005B;
			color:#D7C6B4;
			font-weight:bold;
			}
			

/* Für die Programm-Tabelle */

td.title {	font-size:12px;
			line-height:14px;
			background-color:#00005B;
			color:#D7C6B4;
			font-weight:bold;
			}			

td.film {	font-size:12px;
			line-height:14px;
			background-color:#00005B;
			}

td.time {	font-size:12px;
			line-height:14px;
			background-color:#00005B;
			vertical-align:top;
			}

td.age {	font-size:12px;
			line-height:14px;
			background-color:#00005B;
			text-align:center;
			}
					

/* Formular Eingabe Felder */	

input, textarea  {
			font-size:11px;
			font-family:verdana,arial,sans-serif;
			color:#010080;
			}	
			
.radio {	background-color:#010080;
			}	
		
			
/* Links */	
	
a:link {    color:#FFFF00;
			text-decoration:underline;
			}
			
a:visited { color:#FFFF99;
			text-decoration:underline;
			}
			
a:hover {	color:#FFFF00;
			text-decoration:underline;
			}
			
a:active {  color:#FFFF00;
			text-decoration:underline;
			}
			
a:focus { 	color:#FFFF00;
			text-decoration:underline;
			}


			
			

			

	
			
