/* CSS Document *//*Menüleiste*/.m1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	background-color: #CCCCCC;	color: #009900;	text-align: center;}/* normaler Text*/.text {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	text-align: center;	padding: 5px;	color: #009900;}/*für Name des Künstlers auf "Produktionsseiten" */.autor {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	padding: 5px;	color: #009900;	text-decoration: overline;}.autor_n {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	padding: 5px;	color: #009900;	text-align: right;}.autor_l {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	padding: 5px;	color: #009900;	text-align: center;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.6em;	font-weight: bold;	padding: 5px;	color: #009900;	text-align: left;	}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.2em;	font-weight: bold;	color: #993399;	padding: 5px;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-weight: bold;	color: #993399;	padding: 5px;}/*für Titel der Produktionen auf "Produktionsseiten" */.kunst {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	color: #993399;	font-style: italic;}a:link {	color: #009900;	text-decoration: none}a:hover {	color: #000000;	text-decoration: underline}a:visited {	color: #993399;	text-decoration: none}td {	text-align: center;	width: auto;	border-bottom: 5px #FF0000;	}