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

/* --- grey for byline --------------------------------------- */
.titlebox
{
	color: #999999;
}

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

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

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

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


