		#index {
			left: 50%;
			position: absolute;
			width: 200px;
			margin-left: -100px;
			top: 30%;
			margin-top: -80px;
			background-position: 10px;
			margin-top: auto;
			text-align: center;
		}

		#text {
			margin-top: 40px;
			text-align: center;
			text-shadow: 5px 5px 4px #383838;
			font-family: papyrus, fantasy, "comic sans ms";
		}

		#website {
			position: absolute;
			left: 50%;
			width: 750px;
			margin-left: -375px;
		}

		#body {
			background-repeat: repeat;
			background-image: url(muster.jpg);
		}
		

		#logo {
			top: 30px;
			position: absolute;
			background-color: #b30000;
			background-repeat: no-repeat;
			height: 161px;
			width: 130px;
		}

		#logo_schatten {
			top: 35px;
			left: 5px;
			position: absolute;
			background-color: #470000;
			background-repeat: no-repeat;
			height: 161px;
			width: 130px;
		}

		#nav_oben {
			left: 150px;
			top: 100px;
			position: absolute;
			height: 60px;
			width: 600px;
			background-color: #b30000;
		}
		
		#nav_oben_schatten {
			left: 155px;
			top: 105px;
			position: absolute;
			height: 60px;
			width: 600px;
			background-color: #470000;
		}

		#nav_links {
			top: 211px;
			position: absolute;
			height: 320px;
			width: 130px;
			background-color: #b30000;
		}

		#nav_links_schatten {
			top: 216px;
			left: 5px;
			position: absolute;
			height: 320px;
			width: 130px;
			background-color: #470000;
		}

		#content {
			max-width: 600px;
			min-height: 640px;
			left: 150px;
			top: 211px;
			position: absolute;
			width: 600px;
			background-color: #ffcb94;
			
			word-wrap: normal;
			word-break: normal;
			white-space:normal;
			font-family: papyrus, fantasy, "comic sans ms";
		}
		
		#content_schatten_r {			
			top: 5px;
			left: 600px;
			min-height: 5px;
			width: 5px;
			background-color: #68533e;
			position: absolute;
			height: 100%;
		}

		#content_schatten_u {
			margin-top: 100%;
			margin-bottom: 0%;
			left: 5px;
			top: 5px;
			width: 600px;
			height: 5px;
			background-color: #68533e;
			position: relative;
		}

		#footer {
			text-align: center;
			bottom: 0px;
			top: auto;
			border-top-style: solid;
			border-top-color: black;
			border-top-width: 1px;
			font-family: papyrus, fantasy, "comic sans ms";
			position: absolute;
			height: 20px;
			width: 600px;
		}