@CHARSET "UTF-8";

.headImgWrap {
	width: 100%;
	overflow: hidden;
	background-color: #f1f1f1;
	position: relative;
	top: 134px;
	z-index: 30;
}

.headImgWrap > .headImgLeft, .headImgWrap > .headImgRight {
	width: 50%;
	background-color: #f1f1f1;
	position: relative;
	z-index: 1;
}

.headImgWrap > .headImgLeft {
	float: left;
}

.headImgWrap > .headImgRight {
	float: right;
}

.headImgWrap > .headImgCenter {
	position: relative;
	z-index: 3;
	left: -800px;
	width: 960px;
	background-color: #f1f1f1;
}

.headImgWrap > .headImgCenter > .headImgRamp {
	position: absolute;
	z-index: 8;
	bottom: 0px;
}

.headImgWrap > .headImgCenter >	.headImgCenterContent {
	position: absolute;
	z-index: 5;
	background-color: #f1f1f1;
}

#newsSlider {
	width: 1330px;
	margin: auto;
	position: absolute; 
	z-index: 25; 
	left: 640px;

}

#newsSlider > * {
	display: none;
}

#newsSlider a {
	color: #e1002e;
}

.newsIndicator {
	position: absolute;
	height: 15px;
	overflow: hidden;
	text-align: right;
	width: 400px;
	margin-top: 70px;
	margin-left: 1351px;
	z-index: 36;
	display: none;
}

.newsIndicator > * {
	position: relative;
	margin-left: 5px;
	z-index: 37;
}

.newsIndicator > *:first-child {
	margin-right: -4px;
}

.newsIndicator > .active {
	top: -15px;
}

/*

	Head image Version 1 - Index (1.psd)
	
*/
.headImgWrap > .heightV1 {
	height: 433px;
}

.headImgWrap.heightV1 {
	height: 433px;
}

.headImgWrap > .headImgCenter.heightV1 {
	height: 433px;
	/*top: -433px;*/
}


.headImgWrap > .headImgLeft.heightV1 {
	background-image: url(../img/general/heightV1-left.jpg);
}

.headImgWrap > .headImgRight.heightV1 {
	background-image: url(../img/general/heightV1-right.jpg);
}

/*

	Head image Version 2 - Produkte (2-2.psd)
	
*/

.headImgWrap > .heightV2 {
	height: 351px;

}

.headImgWrap.heightV2 {
	height: 351px;
}


.headImgWrap > .headImgCenter.heightV2 {
	height: 351px;
	/*top: -351px;*/
}

.headImgWrap > .headImgLeft.heightV2 {
	background-image: url(../img/general/heightV1-left.jpg);
	background-position: bottom;
}

.headImgWrap > .headImgRight.heightV2 {
	background-image: url(../img/general/heightV1-right.jpg);
	background-position: bottom;
}

/*

	Head image Version 3 - Rahmen Kapselbandmaße ( 3-1.psd)
	
*/

.headImgWrap > .heightV3 {
	height: 351px;

}

.headImgWrap.heightV3 {
	height: 351px;
}


.headImgWrap > .headImgCenter.heightV3 {
	height: 351px;
	/*top: -351px;*/
}

.headImgWrap > .headImgLeft.heightV3 {
	background-image: url(../img/general/heightV1-left.jpg);
	background-position: bottom;
	float: right;
}

.headImgWrap > .headImgRight.heightV3 {
	background-image: url(../img/general/heightV1-right.jpg);
	background-position: bottom;
	float: left;
}