#header {
	background-color: #459B5C;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
body {
	background-color: #E2B772;
}


#mainmenu {
	background-color: #AD835B;
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5E3C19;
	border-bottom-color: #5E3C19;
}
#footer {
	width: 955px;
	background-color: #AD835B;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5E3C19;
	border-bottom-color: #5E3C19;
	text-align: right;
	margin-bottom: 0px;
	height: auto;
}
#content {
	background-color: #AD835B;
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#links_content {
	background-color: #AD835B;
	margin: 10px;
	height: auto;
	width: 700px;
	float: left;
}
#rechts_content {
	background-color: #AD835B;
	margin: 10px;
	float: left;
	height: auto;
	width: 200px;
}
#rechts_content img {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#anschrift {
	width: 600px;
	float: left;
}
#linksfooter {
	float: left;
	width: 325px;
	text-align: right;
}

