#container1 {
    display: table;
/*    border : 3px solid red; /* kann spaeter weg*!/*/
    position:absolute;
    bottom: 30%; 
    left: 40%; 
    width : auto;     height: auto; 
    visibility: visible; 
    text-align:center;
    z-index : 2;
     /* box-shadow: 0 0 20px black;  /*Schatten des Bilds*!/*/
     }  
     
     #Nav_Dia {
     	visibility: visible; 
     	display: table-cell;
     	position: absolute;
     	bottom: -12%;
     /*	vertical-align: middle;*/
     /*	border: 2px solid green;*/
     	left: 0%; 
     	width: 100%;
     /*z-index: 100;*/	
     	}
        
  #Nav_Dia2 {
   	visibility: visible; 
   	display: table;
	text-align: center;
	padding-top: 1%;
   	position: absolute;
   	top: 69%;  
/*   	border: 2px solid green;*/
   	left: 33%; 
   	width: 10%;	
   	z-index : 103;
   	}

#InfoDia    { 
	max-height:55%; 
	position:absolute;
	z-index:15;
	bottom: 30%; left: 13%; width: 23%;
/*	border: 2px solid red;*/
	vertical-align : text-bottom;
	overflow: auto;			
			}
.InfoDia_txt     { 
	font-size: 11pt; 
	font-family: "Courier New", Courier, Monaco, monospace; 
	font-weight: 500; 
/*	line-height: 12pt;*/
	background-color: transparent; 
	text-align: right; 
	margin: 0; 
	clear: none;
	}  
 
  #container2 {
	display: table;
/*	border : 2px solid red;  */
	position:absolute;
	top: 7%; 
	left: 5%; 
	visibility: visible; 
	z-index : 31;}


h3   { 
	font-size: 24px; 
	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; 
 	}
