
/* SLIDER STYLES */
.slider{
	position:relative;
	height:235px;
	width:650px; /* when responsive, comment this out */
	margin:0 auto;
}

@media only screen and (min-width: 650px){
	.slider{
		width:650px;
	}
}

/* ELEMENT STYLES */

.slide .images{
	position:absolute;
	height:234px;
	width:430px;
	top:-500px;
	margin: 1px 0px 0px 1px;
	/*z-index:8;*/
}
.slide .animBG{
	position:absolute;
	height:235px;
	/*width:100%;*/
	width:650px;
	top:-1000px;
	/*z-index:6;*/
}

.slide .claim {
	position:absolute;
	top:-500px;
	width:288px;
	/*z-index:9;*/
}
.slide .claim .titel {
	display:block;
	width:260px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#cd1719;
	margin:0px; padding:8px 8px 8px 20px;
	background: url(../../../objekte/claim_bg.png) left top no-repeat;
	text-shadow: #fff 0.06em 0.05em 0.01em;
}
.slide .claim .text {
	display:block;
	margin:16px 0px 0px 105px; padding:0px;
	width:185px;
	font-size:12px;
	color:#1d1d1b;
}
.slide .teaser .text p { margin:0px; padding:0px; }

.slide .teaser .text a {
	color:red;
	text-decoration:underline;
}

.slide .teaser .text a:hover {
	color:red;
	text-decoration:underline;
}



