/* 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;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	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-width: thin;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	}.coprechte {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	color: #000000;	text-align: center;	background-color: #FFFFFF;	border-top: thick outset #FF0000;	border-right: thick outset #FF0000;	border-bottom: thick outset #FF0000;	border-left: thick outset #FF0000;}
