#website{
position:absolute;
width:100%;
height:auto;
top:0px;
left:0px;
margin:0 auto;
z-index:1;
}
#header{
position:absolute;
width:100%;
height:246px;
margin:0 auto;
background-image:url(images/banner.png);
z-index:99;
}
#banner{
position:absolute;
left:0px;
top:0px;
width:100%;
height:409px;
margin:0 auto;
background-image:url(images/hgstein.png);
z-index:50;
}
#top{
position:absolute;
width:56px;
height:48px;
margin:0 auto;
z-index:99;
left: 17px;
}
#topmenu{
position:absolute;
left:0px;
top:409px;
height:57px;
width:100%;
background-image:url(images/orange.png);
z-index:54;
}
#menu{
position:absolute;
left:5px;
top:420px;
margin-top:55px;
height:500px;
width:12%;
z-index:80;
}
#main{
position:absolute;
width:100%;
top:450px;
height:auto;
margin:0 auto;
}
#inhalt{
margin:0 auto;
width:55%;
height:auto;
z-index:21;
}
#footer{
width:100%;
height:80px;
background-image:url(images/orangeunten.png);
z-index:20;
}
#footer2{
width:100%;
height:180px;
margin-top:-18px;
background-image:url(images/hgstein.png);
z-index:1;
}
#slider{
overflow:hidden;
position:absolute;
left:50%;
margin-left:-400px;
top:25px;
width:800px;
height:395px;
background-color:#999999;
z-index:55;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

#slider figure img { 
width: 20%; 
float: left;
}
#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: small;
  animation: 25s slidy infinite;
  }
