#flash {
   position: absolute;
   left: 0%;
   width: 100%;
   margin-left: 0px; /* negative Hälfte von width:955px = horizontal zentriertes DIV  */
   height: 100%;
   top: 0px;
   margin-top: 0px; /* negative Hälfte von height:500px = vertikal zentriertes DIV  */
}
body {
	margin:0;
	padding:0 0 0 0;
	height:95%;
	background-color:#BDE4F7;
}
#altContent {
   font-family:Arial,sans-serif;
   font-size:12px;
   position: absolute;
   left: 50%;
   width: 955px;
   margin-left: -477px; /* negative Hälfte von width:955px = horizontal zentriertes DIV  */
   height: 500px;
   top: 140px;
   margin-top: 0px; /* negative Hälfte von height:500px = vertikal zentriertes DIV  */
}
#flashPlayer {
        width:88px;
        height:31px;
        position: relative;
        top: 20;
       	background: url(bilder/flashplayer.gif)  no-repeat;
}