@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 40px;
	background-color: #3c1700;
}
.WALD #container {
	width: 960px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 700px;
	margin: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right 0px;
}
.WALD #mainContent {
	height: 640px;
	margin: 0px;
	width: 960px;
	padding: 0px;
	background-image: url(../images/mwald_platzhalter_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #eeeedd;
	border: 1px solid #4e530d;
	text-align: center;
}

.WALD #impressum {
	height: 50px;
	margin: 0px;
	width: 960px;
	padding: 0px;
	background-color: #3c1700;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	text-align: center;
}

#apDiv_text {
	width: 960px;
	height: 285px;
	z-index: 2;
	visibility: visible;
	overflow: auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 30px;
	color: #3c1700;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	margin-top: 335px;
	font-weight: normal;
	letter-spacing: 2px;
}


.text1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 30px;
	color: #3c1700;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
}

.text2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #3c1700;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}


.text3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	line-height: 20px;
	color: #cfcd9b;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
}

A:link {
	color: #3c1700;
	text-decoration: none;
}
A:active {
	color: #3c1700;
	text-decoration: none;
}
A:visited {
	color: #3c1700;
	text-decoration: none;
}
A:hover {
	color: #935d3f;
	text-decoration: none;
}











#apDiv_inhalt {
	position: absolute;
	width: 960px;
	height: 640px;
	z-index: 1;
	visibility: visible;
}


#apDiv_home {
	position: absolute;
	width: 960px;
	height: 640px;
	z-index: 1;
	background-image: ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	visibility: visible;
}


