html body {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	background: #fff;
	color: #000;
	font-family: verdana;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	font-style: italic;
	border: none;
}
#leiste {
	display: none;
}
.pic {
	border: 1px solid #999;
	padding: 3px;	
}
.picright {
	float: right;
	border: 1px solid #999;
	padding: 3px;	
	margin: 0 0 5px 15px;
}
.picleft {
	float: left;
	border: 1px solid #999;
	padding: 3px;	
	margin: 0 15px 5px 0;
}

h1, h2 {
	font-size: 11pt;
	font-weight: bold;
}