@charset "utf-8";
body {
	padding: 0;
	text-align: center;
	margin: 0;
	background-color: #4A463B;
	overflow-x: hidden;
}


#head {
	width: 800px;
	height: 155px;
	background-image: url(images/head.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
}
#container  {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 785px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
    } 
#menu  {
	width: 160px;
	height: 630px;
	background-image: url(images/menu.jpg);
	position: absolute;
    }
#mainContent  {
	background-repeat: no-repeat;
	background-position: fixed;
	background-image: url(images/main.jpg);
	left: 160px;
	position: relative;
	width: 640px;
    }

#footer {
	width: 800px;
	height: 27px;
	margin-right: auto;
	background-image: url(images/footer.jpg);
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
