		/* ************ PAGE STRUCTUR ************ */
			html, body {
				height:100%;
				margin:0%;
				padding:0%;

				background-color:#cad5e3;

				font-family:Verdana, sans-serif;
				font-size:12px;
				color:#000000;
			}

			#content { /*zentriert content spalten*/
				width:900px;
				margin:0px auto;
				text-align:left;

				background:url(/upload/design/bg_content.jpg);
			}

			#head { /*positioniert den kopf auf links oben*/
				width:100%;

				/*position:absolute;
				top:0px;
				left:0px;*/
			}

			#foot { /*positioniert den fuß auf links unten*/
				width:100%;

			}

				#head-inlay, #foot-inlay { /*zentriert den kopf/fuß, bei fixer breite und höhe*/
					width:900px;
					margin:0px auto;
				}

			#left {
				width:234px;
				float:left;
			}

			#center {
				width:428px;
				float:left;
			}

			#right {
				width:234px;
				float:right;
			}

				#left-inlay, #right-inlay, #center-inlay  {
					/*margin-top:77px; 		/*läst den inhalt unterm kopf anfangen*/
					margin-bottom:75px;			 /*und überm fuß enden*/
margin-top:-2px;
				}

		/* ************ PAGE STRUCT MODs ************ */
				#head-inlay img {
					border:0px;
					border-bottom:2px solid #ffffff;
				}


				#center-inlay {
					margin-left:2px;
				}

				#foot-inlay {
					border-top:2px solid #ffffff;
					background:url(/upload/design/bg_bottom.jpg);
					height:18px;
					line-height:18px;
				}