#container2 {
	display: table;
/*	border : 2px solid black; /* kann spaeter weg*!/*/
	position:absolute;
	top: 7%; 
	left: 5%; 
	visibility: visible; 	
}

#container1 {
    display: table;
/*    border : 2px solid red; /* kann spaeter weg*!/*/
    position:absolute;
    bottom: 30%; 
    left: 44%; 
    width : auto; /*muss gesetzt werden*/
    height: auto; /*muss gesetzt werden*/
    visibility: visible; 
    text-align:center;
    z-index : 2;
     }
#Dia {
	display: table-cell;
/*	border: 3px solid blue;*/
	width:  100%;
	height:100%; 
	vertical-align : bottom; "
	}
 #Diatitel {
	display: table-cell;
	max-height:80%; 
	position:absolute;
	bottom: 0%; left: 110%; 
	width: 60%;
/*	border: 2px solid yellow;*/
	vertical-align : bottom;
	text-align: left; 
	overflow: auto;			
	}

#Nav_Dia {
	visibility: visible; 
	display: table-cell;
	position: absolute;
	bottom: -8%;
/*	vertical-align: middle;*/
/*	border: 2px solid green;*/
	left: 0%; 
	width: 100%;
/*z-index: 100;*/	
	}
#Nav_Dia2 {
	position: absolute;
	visibility: visible; 
	display: table;
	text-align: center;
	bottom:  26%;
	left: 44%;
	padding-top: 1%;
	width: 25%;
	}

#Info_before   { 
	max-height:50%; 
	position:absolute;
	z-index:15;
	bottom: 30%; left: 17%; 
	width: 25%;
/*	border: 2px solid red;*/
	vertical-align : bottom;
	overflow: auto;			
	}

.Info_txt     { 
	font-size: 10pt; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: 400; 
	line-height: 13pt;
	background-color: transparent; 
	text-align: right; 
	margin: 0; 
	clear: none;
	}  
h3   { 
	font-size: 18px; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: bold; 
	line-height: 28px; 
	font-stretch: wider; 
	text-align: right; 
	}
 .unten   { 
 	vertical-align:bottom; background-color:#EEEEEE; 
 	}
