div#startbild{
	margin: 0px 20px 0px 20px;
	}
div#bildleiste{
	background-color: #333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	}
div#imprl{
	float:left;
	}
div#imprr{
	float:right;
	}
div#content_textbox{w
	text-align:left;
	background-color:#FFFFFF;
	border-radius: 15px;
	border: 2px solid #666;
	color:#666;
	margin:0px 50px 0px 50px;
	padding:20px;
	}
div#standardmaschinen{
	margin-top:30px;
	width:300px;
	float:left;
	}
div#spezialmaschinen{
	margin-top:30px;
	width:300px;
	float:right;
	}
.menu_liefer{
	list-style-type:none;}	
.bl{
	margin-bottom:20px;
	}
#button{
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.6) 0 1px 0;
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	background-color: #FFF;
	background-position: top;
	color: #FFF;
	display: inline-block;
	width: 300px;
	height: 26px;
	text-align: center;
	padding-top: 8px;
   }
#button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
#button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
#bilder_stanzmaschinen{
	width:1000px;
	margin:auto;
	}
#stempelmaschinen_bilder{
	width:900px;
	margin:auto;
	}
#lederbearbeitungsmaschinen_bilder{
	width:850px;
	margin:auto;
	}
#lieferprog{
	width:700px;
	margin:auto;
	height:360px;
	}	
#gebrauchteverw_tb {
	float:left;
	width:200px;
	height:300px;
	margin:20px;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color:#333;
	padding:10px;
	padding-bottom: 30px;
	}
#gebrauchte_tb {
	float:left;
	width:200px;
	height:240px;
	margin:20px;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color:#333;
	padding:10px;
	padding-bottom: 30px;
	}
#titel_gebr {
		color:#FFF;
}
#buttons {
	float:right;
	clear:both;
	padding:20px;
	}
#content_text {
	text-align:left;
	}
#detail_tb {
	text-align:center;
	margin:auto;
	padding: 20px 20px 50px 20px;
	width:700px;
	background-color:#333;
	}
#login_button {
	text-align:center;
	height: 20px;
	width:140px;
	background-color:#123;
	padding:5px;	
	}	
#kontaktformular {
	float:left;
	text-align:left;
	padding: 40px 0px 40px 160px;
	}
#kontaktformular2 {
	float:right;
	width:380px;
	text-align:left;
	padding: 40px 160px 40px 0px;
}
#eteile_cont{
	width:1100px;
}
#eteile {
	color:#FFF;
	float:left;
	width:180px;
	height:240px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color:#333;
	padding:10px;
	}
#verw_buttons{
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	}
#bild_eteil {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
/* SLIDER STRUCTURE */

#slider {
   background: #00368A;
   border: 5px solid #eaeaea;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
   height: 466px;
   width: 700px;
   margin: 40px auto 0;
   overflow: visible;
   position: relative;
}
/* HIDE ALL OUTSIDE OF THE SLIDER */

#mask {
   overflow: hidden;
   height: 466px;
}
/* IMAGE LIST */

#slider ul {
   margin: 0;
   padding: 0;
   position: relative;
}

#slider li {
   width: 700px;  /* Width Image */
   height: 466px; /* Height Image */
   position: absolute;
   top: -466px;	/* Original Position - Outside of the Slider */
   list-style: none;
}
#slider li.firstanimation {
   animation: cycle 25s linear infinite;
}

#slider li.secondanimation {
   animation: cycletwo 25s linear infinite;
}

#slider li.thirdanimation {
   animation: cyclethree 25s linear infinite;
}

#slider li.fourthanimation {
   animation: cyclefour 25s linear infinite;
}

#slider li.fifthanimation {
   animation: cyclefive 25s linear infinite;
}
/* ANIMATION */

@keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 466px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: 0px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -466px; opacity: 0; z-index: 0; }
   96% { top: -466px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo {
   0%  { top: -466px; opacity: 0; } /* Original Position */
   16% { top: -466px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 466px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -100px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -100px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
   0%  { top: -466px; opacity: 0; }
   36% { top: -466px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 466px; opacity: 0; z-index: 0; }
   61% { top: -100px; opacity: 0; z-index: -1; }
   100%{ top: -100px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { top: -466px; opacity: 0; }
   56% { top: -466px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 466px; opacity: 0; z-index: 0; }
   81% { top: -100px; opacity: 0; z-index: -1; }
   100%{ top: -100px; opacity: 0; z-index: -1; }
}
@keyframes cyclefive {
   0%  { top: -466px; opacity: 0; }
   76% { top: -466px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 466px; opacity: 0; z-index: 0; }
}
/* PROGRESS BAR */

.progress-bar {
   position: relative;
   top: -5px;
   width: 700px;
   height: 5px;
   background: #000;
   animation: fullexpand 25s ease-out infinite;
}
/* ANIMATION BAR */

@keyframes fullexpand {
   /* In these keyframes, the progress-bar is stationary */
   0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   /* In these keyframes, the progress-bar starts to come alive */
   4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   /* In these keyframes, the progress-bar moves forward for 3 seconds */
   16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   /* In these keyframes, the progress-bar has finished his path */
   17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   /* In these keyframes, the progress-bar will disappear and then resume the cycle */
   18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}
#slider .tooltip {
   background: rgba(0,0,0,0.7);
   width: 300px;
   height: 60px;
   position: relative;
   bottom: 75px;
   left: 0px;
}

#slider .tooltip h1 {
   color: #fff;
   font-size: 24px;
   font-weight: 300;
   line-height: 60px;
   padding: 0 0 0 10px;
}
#slider .tooltip {
…
   transition: all 0.3s ease-in-out;
}

#slider li#first: hover .tooltip,
#slider li#second: hover .tooltip,
#slider li#third: hover .tooltip,
#slider li#fourth: hover .tooltip,
#slider li#fifth: hover .tooltip {
   left: 0px;
}
#slider: hover li,
#slider: hover .progress-bar {
   animation-play-state: paused;
}