/* _____________________ Stylesheet for EawagLayout 0.9 _____________________
**
**                ______         Colors for all         ______
**
**
**
*/


/* --- general text color ------------------------------------ */
body,
a.breadcrumb,
a.footerlink,
.topnavcell a,
table.eawag-events-table a
{
	color: #333333;
}

/* --- grey for navigation ----------------------------------- */
.nav2,
.nav3,
.nav2 a,
.nav3 a
{
	color: #414141;
}

/* --- grey for toplink -------------------------------------- */
.toplink a
{
	color: #666666;
}

/* --- anchor color ------------------------------------------ */
body a,
.nav2_hi,
.nav2_on,
.nav3_hi,
.nav2_hi a,
.nav2_on a,
.nav3_hi a
{
	color: #d65600;
}

/* --- anchor hover color ------------------------------------ */
body a:hover,
.nav2_hi a:hover,
.nav2_on a:hover,
.nav3_hi a:hover,
.nav2 a:hover,
.nav3 a:hover
{
	color: #d67c40;
}

/* --- white background -------------------------------------- */
.headerline,
.titlebox,
.rightcell,
.nav2_hi,
.nav3_hi,
.contentline
{
	background-color: #ffffff;
}

/* --- white text -------------------------------------------- */
.nav1,
.nav1 a,
.nav1_hi a:hover
{
	color: #ffffff;
}

/* --- colors for titles and headings ------------------------ */
.header,
.title,
.title2,
.content h6.heading,
.aktuell h2,
.kontakt h2
{
	color: #dd6000;
}

.content h3,
.content h4,
.aktuell h4.heading,
.kontakt h4.heading {
	border-bottom: 1px dotted #666666;
}

.content h6.minor {
	color: #b0b0b0;
}

