html{
	height: 100%;
}
body {
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
.header{
	border-top: 0px solid white;
	border-right: 0px solid white;
	/*  border-bottom: 0px double white; */
	border-bottom: 1px solid green;
	border-left: 0px double white;
	height: 12em;
	/* background-repeat: round repeat; */
	background-repeat: repeat;
	background-position: center;
	min-width:108em;
}
.naviTop{
	background-color: white;          /* Hintergrundfarbe für die Navigation */
	border-top: 1px solid white;      /* Rahmenlinie oben */
	border-bottom: 1px solid white;   /* Rahmenlinie unten */
	text-align: center;
	min-width:108em;
}
.naviTop li{
	display: inline;                  /* Listenelemente nebeneinander */
	list-style-type: none;            /* Aufzählungszeichen entfernen */
}
.naviTop a{
	color: black;                     /* Schriftfarbe schwarz */
	background-color: white;
	text-decoration: none;            /* Unterstreichung entfernen */
	padding: 0px 8px;                 /* oben/unten 4px, re/li 8px */
	font-weight: bold;
}
.naviTop a:hover{
	background-color: #DCDCF8;
}
.naviLeft{
	border: none;
	margin-left: 0em;
	font-size:1.0em;
	float:left;
	text-align: right;
	font-weight: bold;
	width: 12em;
	background-color: white;
	line-height: 50%;	
}
.naviLeft ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.naviLeft li{
	display: block;
	padding: 0.5em 1.0em 0.5em 0.5em;
	text-decoration: none;	
	border-bottom: 0px solid #eee;
	width: 10.5em;
	border-right: 1px solid green;
}
.naviLeft a{
	color: black;
	text-decoration: none;
}
.naviLeft a:hover{
	/* background-color: #EDEDF8; */
	background-color: #dcdcf8;
}
.naviLeft1{
}
.naviLeft2{
	font-size:1.0em;
	font-weight: normal;
	margin-top: 1.0em;
}
.naviLeft3{
	font-size:1.0em;
	line-height: 10%;
	font-weight: normal;
	margin-top: 0.0em
}
.naviLeft4{
	font-size:1.0em;
	line-height: 100%;
	font-weight: normal;
	margin-top: 0.0em
}
.bodyFull{
	border-top: 1px solid green;
	border-left: 1px solid green;
	margin-left: 12em;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: justify;
	min-width:96em;
}
.bodyFull h1{
	color: green;
	text-align: center;
}
.flex-container-body {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}
.flex-container-center {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	width: 78em;
	padding: 0.5em 0.5em 0.5em 1.5em;	
}
.flex-container-head {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}
.flex-container-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-container-cont li {
	/* font-weight: bold; */
	list-style: none;
}
.flex-container-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	min-width: 14em;
	padding: 1.0em 0.5em 0.0em 1.0em;	
}
.info{
	background-color:green;
	text-align:right;
	vertical-align:top;
	color: white;
	text-align:right;
	vertical-align:top
	min-width: 18em;
}
.info-header td, th {
	border: 1px solid #EDEDF8;
	text-align: left;
	padding: 0.5em;
}
.info-item{
	background-color:white;
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	color: black;text-align:right;vertical-align:top;
	white-space:nowrap;
}
.info-data{
	background-color:white;
	text-align:left;
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
	color: black;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}
.cont-img {
	width: 30em;
	min-height: 270px;
	text-align: justify;
	padding: 8px;
	font-size: 1.0em;
	line-height: 1.5em;
	font-style: italic;
}
.cont-text {
	width: 45em;
	text-align: justify;
	padding: 8px;
	font-size: 1.0em;
	line-height: 1.5em;
}
.table-stages {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	background-color: white;
	max-width: 78em;
	line-height: 80%;	
}
.table-stages td, th {
	/* border: 1px solid #dddddd; */
	border: 1px solid #EDEDF8;
	text-align: left;
	padding: 0.5em;
}
.table-stages tr:nth-child(even) {
	background-color: #dddddd;
}
.table-piano {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	background-color: white;
	max-width: 78em;
	line-height: 100%;
}
.table-piano td, th {
	/* border: 1px solid #dddddd; */
	border: 1px solid #EDEDF8;
	text-align: left;
	padding: 0.5em;
}
.table-piano tr:nth-child(even) {
	/* background-color: #dddddd; */
}
