body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #941900;
	background-color: #7F1F00;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	background-image: url(../images/wege-hintergrund.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 782px;
}
#container #header {
	background-image: url(../images/index-header.jpg);
	height: 192px;
	background-repeat: no-repeat;
}
#container #header h1 {
	margin-left: -2000px;
}
#container #navigation {
	height: 36px;
	background-color: #7F1F00;
}
#container #main-content {
	padding: 10px;
	margin: 10px;
}
#container #footer {
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7F1F00;
	border-right-color: #7F1F00;
	border-bottom-color: #7F1F00;
	border-left-color: #7F1F00;
	clear: both;
}

