#intro {
	text-align: left;
	background: #fdeee3 url(../layout/logo.gif) 53px 20px no-repeat;
	width: 890px;
	margin: 50px auto 0 auto;
	position: relative;
}

#intro_oben {
	height: 110px;
	width: 704px;
	border-left: 1px solid #a84c3a;
	margin-left: 186px;
	position: relative;
}

#intro_bild1 {
	width: 70px;
	height: 81px;
	background: url(../layout/herbst.jpg);
	border: 1px solid #a84c3a;
	position: absolute;
	left: 531px;
	top: 23px;
}

#intro_bild2 {
	width: 70px;
	height: 81px;
	background: url(../layout/winter.jpg);
	border: 1px solid #a84c3a;
	position: absolute;
	left: 615px;
	top: 23px;
}

#intro_bild3 {
	width: 178px;
	height: 100px;
	background: url(../layout/westfluegel_klein.jpg);
	border: 1px solid #a84c3a;
	position: absolute;
	left: 504px;
	top: 23px;
}

#intro h1 {
	color: #9b0000;
	font-size: 210%;
	text-transform: lowercase;
	margin: 70px 0 0 355px;
	line-height: 2em;
}

#intro h1 a {
	color: #9b0000;
	text-decoration: none;
}

#intro_bottom1 {
	width: 200px;
	overflow: visible;
}

#intro #footer {
	margin-top: 150px;
	height: 50px;
}

#intro_bottom2 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 50px 30px;
	border-left: 1px solid  #a84c3a;
}

#intro_bottom2 a {
	color: #a84c3a;
	font-size: 140%;
	text-transform: lowercase;
	font-weight: bold;
}

#intro_bottom2 a:hover {
	color: #ff7f7f;
}

#intro dl {
	padding: 10px;
	width: 400px;
}

#intro dt {
	font-weight: bold;
	color: #a84c3a;
}

#intro dd {
	margin: 10px;
}

