@charset "utf-8";
/* CSS Document */

#content_left {
  padding-top:50px;
  position:relative;
  }

#content_right {
  font-size:20px;
  line-height:28px;
  color:#d30068;
  }

#content_right a {
  color:#45761b;
  text-decoration:none;
  float:right;
  padding-left:30px;
  background-image:url(img/bg_a.gif);
  background-repeat:no-repeat;  
  background-position:center left;
  }

#content_right a:hover {
  background-image:url(img/bg_a_hover.gif);
  }

#anfang_bild {
  position:absolute;
  z-index:5;
  width:402px;
  height:302px;
  }

#rundgang_bilder {
  position:absolute;
  z-index:1;
  width:402px;
  height:302px;
  } 

#rundgang_bilder img {
 position:absolute;
 z-index:1;
 display:none;
}

#rundgang_bilder img.obersteebene {
	z-index:3;
	display:block;
}

#rundgang_bilder img.mittlereebene {
	z-index:2;
	display:block;
}

#animation_container {
  margin:0;
  }
