/*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 */h1{	font-size: 20px;	color: #900;	font-weight: bold;}/*Auszeichnungen*/#autor {	margin-top: 2em;	color: #900;	font-style: italic;}.hervorgehoben {	font-size: 2em;	color: #066;}/*Formattierung der gesamten Textspalte*/#textspalte{	text-align: left;	width: 600px;	padding: 32px;}
