/*GALERY EINSTELLUNGEN*/
	.galery_wrap{
		clear: both;
		width: 960px;
		margin: auto;
		height: auto;
		background: white;
		overflow: hidden;
	}
	#galery{
		clear: both;
		//width: 947px;
		width: 960;
		//width: 940px;
		height: auto;
		margin: auto;
		//margin-left: 12px;
		//background: #708090;
		background: white;
		//background-image: url(../img/hp/bg_white.png);
		background-repeat:  repeat;
		//margin-top: 20px;
		padding: 20px 0px;
		margin-left: 10px;
		//padding-left: 13px;
		float: left;
		
	}
	#galery h3.show_all{
		//font-family: sansregular;
		//font-style: italic;
			//font-variant: small-caps;
		//font-size: 25pt;
		//letter-spacing: 1px;
			//padding-left: 20px;
		margin: 30px 20px 20px 38px;
			//border-bottom: 1px solid #9d1119;
		font-family: sanslight;
		font-style: italic;
		font-size: 16pt;
		//margin-top: 38px;
		//margin-bottom: 30px;
	}
	#galery p.show_all{
		margin: 0px 20px 20px 38px;
		font-family: DVCondensed2;
		font-size: 11pt;
		text-align: justify;
		//margin-bottom: 15px;
		line-height: 20pt;
	}
	#galery a{
		color: black;
		width: 290px;
		height: 210px;
		float: left;
		border: 1px solid lightgray;
		text-align: center;
		margin: 20px 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		background: white;
		-webkit-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.1); /* WebKit */
		-moz-box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.1); /* Firefox */
		box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.1); /* Standard */
		font-family: metaregular;
	}
	#galery img{
		float: left;
		background: white;
		width: 250px;
		max-height: 168px;
		margin: 10px 20px;
		
		//border: 1px solid white;
	}
	.galeryshow_wrap{
		clear: both;
		width: 959px;
		margin: auto;
		margin-top: 7.2px;
		padding-bottom: 50px;
		height: auto;
		background: white;
		overflow: hidden;
		//border: 1px solid green;
	}
	h3.show_one{
		font-family: sanslight;
		font-style: italic;
		font-size: 16pt;
		letter-spacing: 1px;
		margin-top: 45px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 38px;
		//border: 1px solid orange;
	}
	h3.show_one span.back_to_media a{
		float: right;
		font-family: metaregular;
		font-size: 11pt;
		color: black;
		margin-top: 8px;
	}
	#galeryshow{
		clear: both;
		//width: 947px;
		//width: 960;
		width: 600px;
		margin:auto;
		
	}
	
	.galeryshow_wrap #galeryshow img{
		width: 600px;
		min-height: 400px;
	}
	/*MEDIA GALERY Slider Einstellungen*/
	.media_slider_wrap{
		clear: both;
		width: 600px;
		height: 300px;
		//margin-top:20px;
		//background: white;
	}
	.media_slider{
		width: 600px;
		height: 400px;
		margin: auto;
		margin-top: -2px;
		//padding-top: 10px;
		margin-bottom: 20px;
		background: white;
		display: block;
	}
	#media_slider_prev{
		background-image: url(../img/sliders/arrow_left.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		float: left;
			//border: 1px solid green;
		width: 50px;
		height: 400px;
		position: relative;
		z-index: 99;
	}
	#media_slider_next{
		background-image: url(../img/sliders/arrow_right.png);
		background-repeat: no-repeat;
		background-position: center center;
		display: block;
		float: right;
			margin-right: 360px;
			//border: 1px solid green;
		width: 50px;
		height: 400px;
		position: relative;
		z-index: 99;
	}
	#media_slider{
		display: block;
		float: left;
		width: 600px;
		height: 400px;
		overflow: hidden;
		position: absolute;
	}
	/*MEDIA GALERY Slider Einstellungen ENDE*/
	
	/*GALERY EINSTELLUNGEN ENDE*/