* {
	border: 0px solid #f00;
}
body {
	background: #bcbd00;
	color: #3f2a28;
	font-family: Helvetica;
	line-height: 1.3;
	margin: 30px;
}
h1, h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0 0 0;
}
h2 {
	margin: 0;
}
p {
	font-size: 15px;
	margin: 0;
}
a {
	color: #3f2a28;
	text-decoration: none;
}
img {
	border: 0px solid #f00;
}

#eins {
	margin: auto auto;
	position: relative;
	width: 800px;
	height: 550px;
}
#zwo {
	bottom: 0;
	position: absolute;
	right: 30px;
	text-align: right;
}
#menu_eins,
#menu_zwo {
	font-size: 24px; 
	font-weight: 400;
	color: #918e14;
}
#menu_eins {
	position: absolute; top: 110px; left: 30px;
}
#menu_zwo {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_eins a,
#menu_zwo a {
	color: #918e14;
}
#menu_eins a.active,
#menu_eins a:hover,
#menu_zwo a.active,
#menu_zwo a:hover {
	color: #3f2a28;
}
#content {
	position: absolute;
	width: 590px;
	margin: 150px 0 0 30px;
}
#content img {
	margin-bottom: 15px;
}
#content #left {
	position: relative;
	width: 285px;
	float: left;
}
#content #right {
	position: relative;
	width: 285px;
	float: right;
}
#content #right p,
#content .brown p {
	margin-bottom: 15px;
}
#content .brown {
	position: relative;
	margin: 0;
	padding: 5px 8px 8px 8px;
	color: #bcbd00;
	background: #463032;
}
#content .brown img {
	position: absolute; top: 0; right: 0;
}

#anfahrt #content {
	width: 740px;
	height: 448px;
	background: url(img/anfahrt-1.gif) top left no-repeat;
}