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


/* --- general text color -------------------------------------*/
body
{
	color: #000000;
}

/* --- anchor color ------------------------------------------ */
body a
{
	color: #000000;
}

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

/* --- white background -------------------------------------- */
body,
.main,
.topspace,
.topnav,
.logo,
.headerline,
.titlebox,
.leftcell,
.navbox,
.nav2_hi,
.nav3_hi,
.rightcell,
.contentline,
.aktuell,
.kontakt,
.footer
{
	background-color: #ffffff;
}

/* --- colors for titles and headings ------------------------ */
.header,
.title,
.title2,
.aktuell a,
.aktuell h2,
.aktuell h3,
.aktuell h4,
.aktuell h5,
.aktuell h6,
.kontakt a,
.kontakt h2,
.kontakt h3,
.kontakt h4,
.kontakt h5,
.kontakt h6
{
	color: #000000;
}

.content h1,
.content h2,
.content h3,
.content h4 {
	border-bottom: 1px dotted #000000;
}

/* --- footer line --------------------------------------------*/

.footer
{
	border-top: 1px solid #000000;
}

.aktuell,
.kontakt
{
	border: 1px solid #000000;
}

