.module_bodytext.border_bottom {
	padding-bottom: 30px;
	border-bottom: 2px solid #eeeeee;
}

.module_bodytext .h2 {
	margin-top: 30px;
}

.module_bodytext .subheadline {
	font-family: "Univers 65 Bold", Arial, sans-serif;
	display: block;
	color: #3c3c3b;
	font-size: 16px;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.module_bodytext .subheadline {
		font-size: 18px;
	}
}

.lang_zh .module_bodytext .subheadline,
.lang_ru .module_bodytext .subheadline {
	font-weight: bold;
}

.module_bodytext p {
	margin: 20px 0;
}

.module_bodytext ul {
	list-style: none;
}

.module_bodytext ul li {
	padding: 3px 0 3px 15px;
	line-height: 23px;
}

.module_bodytext ul li:before {
	content: " ";
	display: block;
	width: 6px;
	height: 6px;
	background: #003b71;
	float: left;
	margin: 10px 10px 0 -15px;
}

.module_bodytext .intro {
	font-family: "Univers 65 Bold", Arial, sans-serif;
}

.module_bodytext a {
	position: relative;
	text-decoration: underline;
}

.module_bodytext a.lightbox {
	text-decoration: none;
}

.module_bodytext a:hover {
	text-decoration: none;
}

.module_bodytext .body_img {
	display: block;
	margin: 15px 0;
	padding: 15px 0;
	text-align: center;
/*	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;*/
}

.module_bodytext .body_img.dividing_lines {
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}

@media (min-width: 768px) {
	.module_bodytext .body_img {
                margin: 25px 0 35px 0;
		padding: 30px 0;
	}
}

.module_bodytext .body_img.floating {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}

.module_bodytext h1.headline {
	clear: both;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.module_bodytext .body_img.floating {
		float: left;
		margin: 0 20px 20px 0;
		width: auto;
		height: auto;
	}
}

.module_product_teaser_overview_engineering .infobox a:hover {
	text-decoration: none;
}


.module_bodytext .caption {
	display: block;
	margin: 25px 0 20px;
	text-decoration: none;
	color: #454447;
}




.module_two_col_container .module_bodytext p{
	margin: 20px 0 10px 0;
}

.module_bodytext .anchor {
	position: absolute;
	top: -90px;
}
@media (min-width: 992px) {
	.module_bodytext .anchor {
		top: -120px;
	}
}

/*51886 CH*/


.module_bodytext.background_gray {
	background-color: #f0f0f0;
}

/*51886 CH*/