/* ===== Customised colors, etc.: HearCom main =====
 */

/* ===== Default visual styles ===== */
html, body, #page, #container, #newsbar {
	background-color: #ffefdf;
	color: #000;
}

#header {
	color: inherit;
	background: url('../images/signal-about-106.png') #ffefdf fixed repeat-x 212px 0;
}

#content {
	color: #000;
	background: #fff;
}

#content_2 {
	color: #000;
	background: #fff;
}


#nav { /* LC */
	color: #000;
	background: url('../images/about.png') #ffefdf no-repeat center top;
}

#nav li {
	color: #000;
	background-color: inherit;
	border: none;
	border-bottom: 1px solid #000;
}

#nav li.active {
	color: inherit;
	background-color: #ffefdf; /* #container BG color */
}

#nav li a {
	background-color: #ffa375;
	color: #fff;
	border: 0;
}

#newsbarInner {
	background: url('../images/weltkugel-orange.png') #fff no-repeat center top;
	color: #000;
}

