/* --- global properties --- */* {  /* position */	padding: 0px;	margin: 0px;	border: 0px;}body {  /* font */	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;  /* zentrieren für IE5/WIN */	text-align: center;	background-color:#FFFFFF;}/* --- div properties --- */#content {  /* background */	background-color:#FFFFFF;  /* position */	position: relative;	margin: auto;	width: 750px;	height: 500px;  /* gegenzentrieren des textes für IE5/WIN */	text-align: left;}
