
/* 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;
	}
}	



.intro .holder a#ofs:not(:hover) .circle {
	background-color:;
}
.intro .holder a#bbs:not(:hover) .circle {
	background-color:;
}
.intro .holder a#bs:not(:hover) .circle {
	background-color:;
}
.intro .holder a#ms:not(:hover) .circle {
	background-color:#ec6708;
}
.intro .holder a#mg:not(:hover) .circle {
	background-color:;
}



/* content */
#content a {
	color:#ec6708;
}
#content h4 {
	color:#ec6708;
}
#content h3 {
	color:#ec6708;
}
#content h2 {
	color:#ec6708;
}
.mod_article .ce_text ul li {
	background-image:url(../images/list/list_ms.png);
}
.mod_article .ce_download a span.title,
.mod_article .ce_downloads a span.title,
.mod_article .ce_references a span.title {
	color:#ec6708;
}
.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_ms.png);
}
.mod_article .ce_download a,
.mod_article .ce_downloads a,
.mod_article .ce_references a {
	background-image:url(../images/download/data_ms.png);
}
.mod_article .ce_youtube .video_teaser .play a {
	background-image:url(../images/video/arrow_ms.png);
}

