
/* header */

body .logo {
	background-image:url(../images/coating.png);
	background-size:130px 116px;
	width:130px;
	height:116px;
}
@media only screen and (max-width: 1070px) {
	body .logo {
		background-size:66px 59px !important;
		width:66px;
		height:59px;
	}
}	






/* content */
#content a {
	color:#000;
}
#content h4 {
	color:#000;
}
#content h3 {
	color:#000;
}
#content h2 {
	color:#000;
}
.mod_article .ce_text ul li {
	background-image:url(../images/list/list_xx.png);
}
.mod_article .ce_download a span.title,
.mod_article .ce_downloads a span.title,
.mod_article .ce_references a span.title {
	color:#000;
}
.mod_article .ce_download a[href$='.pdf'],
.mod_article .ce_downloads a[href$='.pdf'],
.mod_article .ce_references a[href$='.pdf'] {
	background-image:url(../images/download/pdf_xx.png);
}
.mod_article .ce_download a,
.mod_article .ce_downloads a,
.mod_article .ce_references a {
	background-image:url(../images/download/data_xx.png);
}
.mod_article .ce_youtube .video_teaser .play a {
	background-image:url(../images/video/arrow_xx.png);
}

