
.body {
	margin: 0 auto;
}


/* ===========================
   ======= header ====== 
   =========================== */



#banner
{
width: 625px;
height: 151px;
background-image: url('../images/slide/slide_001.png'); 
background-repeat: no-repeat
}


/* ===========================
   ======= SlideShow ====== 
   =========================== */

#slideshow {
	width: 100%;
	height: 151px; /* hier Hoehe der Slideshow-Bilder angeben */
 	position:relative;
}

#slideshow img {
	display:none;
 	position:absolute;
 	top:0; left:0;
}

#slideshow img.start {
 	display:block;
}

#fest img {
	width: 100%;
	height: 151px; /* hier Hoehe der Slideshow-Bilder angeben */
 	position:relative;
 	}
 	
 	
 * {box-sizing: border-box;}



.center {
  text-align: center;
}

.img-comp-container {
  position: relative;
  text-align: center;
  height: 663px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #00eb2c;
  opacity: 0.8;
  border-radius: 50%;
}