body {
	text-align: center;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0d294e;
	color: #0D294E;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/hintergrund-index.jpg);
	background-repeat: repeat-x;
}
#container #header {
	background-image: url(../images/head-index.jpg);
	height: 180px;
	background-repeat: no-repeat;
}
#container #header h1 {
	margin-left: -2000px;
}
#container #main-content {
	float: left;
	width: 480px;
	padding: 5px;
	text-align: left;
}
#container #sidebar_right {
	float: left;
	width: 270px;
	padding: 5px;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-left-style: inset;
	border-top-color: #FFB772;
	border-right-color: #FFB772;
	border-bottom-color: #FFB772;
	border-left-color: #FFB772;
}
#container #footer {
	font-size: 12px;
	text-align: center;
	height: 50px;
	border: 1px solid #ffae5f;
	clear: both;
	padding: 5px;
	color: #0D294E;
}

