body {
	/*overflow-x:hidden;*/
	width:98%;clip:rect(0 98% auto 0);

	margin:0;
	padding:0;
	background-image: url(../graphics/hintergrund1x.jpg);
	background-attachment:fixed;

	}

#left {
	float:left;
	width:25%;
	height:100%;
	}

#middle {
	float:left;
	width:50%;
	height:100%;
	background-image: url(../graphics/background2.jpg);
	background-repeat: repeat;
	margin-top:60px;
	margin-bottom:60px;
	padding:15px;
	border-width:5px;
	border-color:#808080;
	border-style:outset;
	}

#right {
	float:left;
	width:22%;
	height:100%;
	}