<!-- 
html, body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin: 0;
padding: 0;
color: #CCCCCC;
background: #fff;
height: 100%; /* Das will der IE. */
font-family: Arial, Helvetica, sans-serif;
font-size: large;
font-style: normal;
font-weight: bolder;
text-decoration: none;
} 

html >body { 
/* Das will der Rest. Safari kann kein min-height, daher wird hier * eventuell etwas abgeschnitten, wenn die zentrierte Box größer * als das Fenster ist */ 
height: auto; 
min-height: 4em; 
min-width: 20em; 
} 

#Container { 
margin: 0; 
width: 930px; 
text-align: center; 
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -275px; 
margin-left: -465px; 
width:930px; 
height:550px; 
z-index:2; 
} 

#Layer1 { 
position:absolute; 
left:0px; 
top:0px; 
width:930px; 
height:550px; 
z-index:1; 
border:1px solid #CCCCCC;
} 

#navi {
position:relative;
top:-100px;
width:3000px;
height:50px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
z-index:3;
visibility: visible;
}

#navi_200 {
position:relative;
top:-200px;
width:3000px;
height:50px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
z-index:3;
visibility: visible;
}
#navi_300 {
position:relative;
top:-300px;
width:3000px;
height:50px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
z-index:3;
visibility: visible;
}
