body		{
			font-family:	Arial, Helvetica, sans-serif;
			font-size:		8pt;
			color:			#274A70;
			letter-spacing:	1px;
			margin-top:		90px;
			margin-left:	90px;
			background:		#FEFEFE;
			width:			1250px;
			}
a:link		{
			text-decoration:	none; 
			color:				#C2ACC0;
			}
a:hover		{
			color: 				#9D7F9A;
			text-decoration: 	underline;
			}
a:visited	{
			text-decoration:	none;  
			color:				#9D7F9A;
			}
div.leinwand	{
			background:		#FEFEFE;
			top: 			170px;
			left:			70px;
			position: 		absolute;
			width:			800px;
			height:			470px;
			border-width:	0px;
			border-color:	#EDEDC1;
			border-style:	dotted;
			}
div.inhalt	{
			padding-top:	10px;
			padding-left:	10px;
			top:			40px;
			position: 		absolute;
			width:			800px;
			height:			430px;
			text-align:		left;
			font-style:		normal;
			line-height: 	150%;
			background:		#FEFEFE;
			border-width:	0px;
			border-color:	blue;
			border-style:	solid;
			}
#head1		{
			font-size: 			8pt;
			letter-spacing: 	1px;
			font-weight: 		bold;
			color: 				#274A70;
			line-height: 		220%;
			}




