/* Fuer die Druckausgabe ueberfluessiges abschalten */
#title, #menuev, #menueh, #bottom, #footer  { display: none; }
.title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.abstract {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#content {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 20px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
