@charset "UTF-8";
/* CSS Document */
	#bilderGalerie	{ position: relative; width: 700px; height: 500px; }
	#bilderGalerie img	{ display: none; position: absolute; vertical-align: center; }

	#bildZurueck, #bildWeiter	{ position: absolute; cursor: pointer; margin: 0; padding: 0; width: 350px; height: 500px; }
	#bildZurueck	{ background: transparent url(../images/galerie/pfeil_zurueck.png) 4% 49% no-repeat; background-size: 50px 50px; }
	#bildZurueck:hover { background: transparent url(../images/galerie/pfeil_zurueck_swap.png) 4% 49% no-repeat; background-size: 50px 50px; }
	#bildWeiter	{ right: 0; background: transparent url(../images/galerie/pfeil_weiter.png) 96% 49% no-repeat; background-size: 50px 50px; }
	#bildWeiter:hover { background: transparent url(../images/galerie/pfeil_weiter_swap.png) 96% 49% no-repeat; background-size: 50px 50px; }
	
	.schatten	{ box-shadow: 0 0 7px #999; }
