@charset "UTF-8";
/* CSS Document */

div#schrift {
	font-size: 54px;
	color: #404040;
	margin: 0;
	position: relative; top: 0; left: 0;/*top: 192px; left: 71px;/* eigentlich 192px */
}

div#namen {
	font-size: 18px;
	position: absolute; top: 127px; left: 0px; 
	display: none;
}

div#bild {
	position: absolute; top: 192px; left: 0px;/* ebenfalls 192px */
}

div#text {
	vertical-align: top;
	padding: 0; margin-top: -8px;
	position: absolute; top: 0px; left: 275px;
	width: 565px;
	text-align: justify;
}
