@charset "utf-8";
/* CSS Document */

body {
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#464648;
  line-height:17px;
  width:100%;
  height:100%;
  background-color:#c8d32d;
  }
  
p {
  margin:0;
  padding:15px 0 0 0;
  }


#bg_container {
  background-image:url(img/bg_body.gif);
  background-repeat:no-repeat;
  background-position:50% 50%;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }

#container {
  width:990px;
  height:598px;
  top:50%;
  left:50%;
  margin-top:-299px;
  margin-left:-495px;
  position:absolute;
  text-align:left;
  background-image:url(img/bg_container.gif);
  background-repeat:no-repeat;
  }
 
#animation {
  clear:left;
  float:left;
  width:500px;
  height:550px;
  }

#animation  img {
 position:absolute;
 z-index:1;
 display:none;
}

#animation img.obersteebene {
	z-index:3;
	display:block;
}

#animation img.mittlereebene {
	z-index:2;
	display:block;
}

#willkommen {
  clear:left;
  float:left;
  }

#willkommen a{
  padding-right:15px;
  }

#willkommen a{
  color:#d20068;
  font-weight:bold;
  text-decoration:none;
  }

#willkommen a:hover{
  color:#5e8cc6;
  }
 
#footer {
  clear:left;
  float:left;
  width:990px;
  padding-top:10px;
  }
 
#footer p{
  padding-top:8px;
  }
 
#footer a{
  color:#464648;
  font-weight:bold;
  text-decoration:none;
  }
 
#footer a:hover{
  color:#d20068;
  }