body {
	margin: 20px;
	color: #000;
	background: white;
}
* {
	font-family: Times, Verdana, Arial, Helvetica, Sans Serif;
}
p {
	max-width: 580px;
}
p, td, tr, div {
	font-size: 12px;
	color: #000;	
}
A:link, A:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
	background: white;
}
div#header {
	display: none;
}
div#grafik {
	display: none;
}
ul#navi {
	display: none;
}
.pic {
	border: 1px solid #999;
	padding: 3px;
}
.picright {
	float: right;
	margin: 0 0 5px 15px;
}