/* CSS OEKAMETALL KOSMETIK */

#BANNER {
	background-image: url(../pics/bg_banner_image_unternehmen.jpg);
	background-repeat: no-repeat;
}


/* MENU Area in blue Color */
/* level 1 */
#MENU-MAIN ul li.main-menu-act a {
	color: #003399;
}
/* level 2 */
#MENU-MAIN ul ul li a {
	color: #003399;
	background-image: url(../pics/circle_blue_trans.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#MENU-MAIN ul ul li.main-menu-act a {
	background-image: url(../pics/circle_blue_filled_trans.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
/* level 3 */
#MENU-MAIN ul ul ul li a {
	color: #003399;
	background-image: url(../pics/circle_blue_trans.gif) !important;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#MENU-MAIN ul ul li.main-menu-act ul li a {
	background-image: url(../pics/circle_blue_trans.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#MENU-MAIN ul ul ul li.main-menu-act a {
	background-image: url(../pics/circle_blue_filled_trans.gif) !important;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
/* level 4 */
#MENU-MAIN ul ul ul ul li a {
	color: #003399;
}

/* CONTENT MAIN */
#CONTENT-MAIN .pagesubtitle {
	color: #003399;
	margin-bottom: 10px;
}
/* NEWS */
.news-single-item h1 {
	color: #003399;
}
