<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Anregungen von Zen Garden */
body     { color: #555753; font: 12pt/16pt "Times New Roman"; background: #faffaf no-repeat right bottom; margin: 0 }
p   { font: 12pt/16pt "Times New Roman"; text-align: justify; margin-top: 0px }
h3  { color: #7d775c; font: 12pt "Times New Roman"; letter-spacing: 1px; margin-bottom: 0 }
a:link  { color: #037200; font-weight: bold; text-decoration: none }
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}


/* specific divs */


#pageHeader { 
	margin-bottom: 20px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1  { background-image: url(waldUndWiese.jpg); float: left; margin-top: 10px; width: 219px; height: 87px }
#pageHeader h1 span {
	display:none
	}
#pageHeader h2  { background-color: transparent; float: right; margin-top: 58px; margin-bottom: 40px; width: 200px; height: 18px }
#pageHeader h2 span {
	display:none;
	}

</pre></body></html>