/*allgemeine Textformattierung*/body{	background-color: #fff;	color: #300;	font-size: 12px;	line-height: 16px;	font-family: sans-serif;}/*Formattierung der Kaesten*/#kasten1{	position: absolute;	left: 50 px;	top: 100 px;	width: 100 px;	height: 100 px;	background-color: #999;}#kasten2{	position: absolute;	left: 250 px;	top: 400 px;	width: 400 px;	height: 100 px;	background-color: #66c;}#kasten3{	position: absolute;	left: 800 px;	top: 150 px;	width: 150 px;	height: 150 px;	background-color: #69f;}#kasten4{	color: #bbb;	}