#slides {
	position: absolute;
	left: 200px;
	top: 260px;
}
	#slides .slide {
		position: absolute;
		display: none;
		width: 591px;
		height: 275px;
	}
		#print-1,
		#print-2 {
			position: absolute;
			left: 29px;
			top: 320px;
			width: 14px;
			height: 13px;
			background: no-repeat;
			cursor: pointer;
		}
		#print-1 { background-image: url(/data/images/design_elements/home/print-active.gif); }
		#print-1.over { background-image: url(/data/images/design_elements/home/print-2.gif); }
		#print-2 { background-image: url(/data/images/design_elements/home/print-active.gif); }
		#print-2.over { background-image: url(/data/images/design_elements/home/print-1.gif); }
		#pause-1,
		#pause-2,
		#play-1,
		#play-2 {
			position: absolute;
			top: 318px;
			width: 20px;
			height: 18px;
			background: no-repeat;
			cursor: pointer;
		}
		#pause-1,
		#pause-2 {
			left: 54px;
		}
		#play-1,
		#play-2 {
			left: 78px;
		}
		#pause-1 { background-image: url(/data/images/design_elements/home/pause-2-active.gif); }
		#pause-1.over { background-image: url(/data/images/design_elements/home/pause-2.gif); }
		#pause-2 { background-image: url(/data/images/design_elements/home/pause-1-active.gif); }
		#pause-2.over { background-image: url(/data/images/design_elements/home/pause-1.gif); }
		#play-1 { background-image: url(/data/images/design_elements/home/play-2-active.gif); }
		#play-1.over { background-image: url(/data/images/design_elements/home/play-2.gif); }
		#play-2 { background-image: url(/data/images/design_elements/home/play-1-active.gif); }
		#play-2.over { background-image: url(/data/images/design_elements/home/play-1.gif); }
		#close-1,
		#close-2 {
			position: absolute;
			right: 30px;
			bottom: 20px;
			font-size: 0.9em;
			cursor: pointer;
			color: #ffffff;
			display: none;
		}
		/*#close-1 { color: #ffffff; }*/
		#close-2 { color: #ffffff; }
		#close-1.over { color: #4d4d4d; }
		#close-2.over { color: #dbd9d0; }
		
		* html #close-1,
		* html #close-2 {
			position: absolute;
			right: 30px;
			bottom: 20px;
			font-size: 0.9em;
			cursor: pointer;
			color: #ffffff;
		}
		
		/*md teiltransparenter Layer auf Startseite */
		.homepagelayer #slides {
			z-index: 10;
			top: 115px; 
			left: 214px;
		}
		.homepagelayer  #slides .slide {
			width: 637px;
			height: 322px;
		}
		.homepagelayer #slides-soft {
			position: absolute;
			display: none;
			top: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: 100%;
			/*
			background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAD0lEQVR4nGJgYGAwBggwAAA4ADQrxjB3AAAAAElFTkSuQmCC);
			*/
		}
		
				