/*Text und sowas*/body{	background-color: #fff;	color: #1e1e1e;	font-size: 12px;	line-height: 16px;	font-family: sans-serif;	margin: 0;	text-align: center;}/* Ueberschirften h1 und h2*//*zuerst: was haben beide gemeinsam*/h1,h2 { font-weight: bold; }/*Dann was unterscheidet sie voneinander*/h2 { font-size: 12px; }h1{	font-size: 20px;	color: #900;}/*Bildunterschrift*/.bildunterschrift { font-style: italic; }/*Formattierung der Textspalte*/#textspalte{	text-align: left;	width: 450px;	padding: 32px;}/* Container */#schwebebox{	font-family: "Courier New", Courier;	line-height: 11px;	font-size: 11px;	background-color: silver;	position: fixed;	top: 30px;	left: 550px;	width: 130px;	height: 120px;	text-align: left;	padding: 5px;}