
/* header */
body .logo {
	background-image:url(../images/trauffer.png);
	background-size:158px 116px;
	width:158px;
	height:116px;
}
@media only screen and (max-width: 1070px) {
	body .logo{
		background-size:80px 59px !important;
		width:80px;
		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:;
}
.intro .holder a#mg:not(:hover) .circle {
	background-color:#fcc359;
}



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

