/*HOME*/
	
	/*SLIDER EINSTELLUNGEN*/
	.slider_wrap{
		clear: both;
		width: 100%;
		height: 380px;
		margin-top:10px;
		//background: white;
	}
	
	.slider{
		width: 960px;
		height: 360px;
		margin: auto;
		margin-top: -2px;
		padding-top: 10px;
		margin-bottom: 20px;
		background: white;
		display: block;
	}
	#prev{
		background-image: url(../img/sliders/arrow_left.png);
		background-repeat: no-repeat;
		background-position: center center;
		//display: block;
		display: none;
		float: left;
		//width: 100px;
		width: 80px;
		//border: 1px solid orange;
		height: 370px;
		position: relative;
		z-index: 99;
	}
	#next{
		background-image: url(../img/sliders/arrow_right.png);
		background-repeat: no-repeat;
		background-position: center center;
		//display: block;
		display: none;
		float: right;
		//width: 100px;
		width: 80px;
		//border: 1px solid orange;
		height: 370px;
		position: relative;
		z-index: 99;
	}
	#slider{
		display: block;
		float: left;
		width: 960px;
		height: 370px;
		overflow: hidden;
		position: absolute;
	}
	
	/*ENDE SLIDER EINSTELLUNGEN*/

#content_home{
float: left;
width: 860px;
padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
}
h3.home{
font-family: sanslight;
font-style: italic;
font-size: 16pt;
//margin-top: 38px;
margin-bottom: 30px;
}
p.home{
	font-family: DVCondensed2;
	font-size: 11pt;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 20pt;
}
/*ENDE HOME*/