/*
	de.css - www.zen-berlin.org, May 2004

	Must be imported after advanced.css to complete the page layout and provide printing features.
	Sets basic body background colour to dark grey, layout to: navigation and infos at left. 
	Box borders saddlebrown.
	html background colour also set for Mozilla in application/xhtml+xml mode.
*/
html, body {
	background-color: #344; /* a greenish dark grey */
	}
a:link, a:visited {
	color: #8b4513; /* saddlebrown: #8b4513; */
	}
a:hover, a:active { color: #fff; background-color: #8b4513; }
#skipnav a:link, #skipnav a:visited, #skipnav a:hover, #skipnav a:active { color: #344; background-color: #344; }
.nav { top: 3em; left: 3em; }
.nav a:hover, .nav a:active, .nav a:hover.home, .nav a:active.home, .nav a:link.start, .nav a:visited.start { background-color: #8b4513; }
#content { margin: 3em 3em 1.5em 18.4em; }
#info { top: 38em; left: 3em; border: 0.2em solid #8b4513; }
#website { top: 64em; left: 3em; border: 0.2em solid #8b4513; }
#footer { margin: 3em 3em 3em 18.4em; border: 0.2em solid #8b4513; }
.backlit {
	background-color: #faf4e0; /* same as background colour of the navigation */
	}
/*
	Style for the webmail form.
*/
.button, .pseudobutton { background-color: #8b4513; }
/*
	Hover colour for the faux W3C buttons
*/
.w3cbutton a:hover, .w3cbutton a:active { color: #fff; background-color: #8b4513; }
/*
	Dashed border for important notices.
*/
.notice { border: 1px dashed #8b4513; }
.notice h3 { color: #8b4513; }
.notice hr { border: 1px solid #a26a42; color: #8b4513; height: 0; }

