/*  Steuerung und Positionierung der Startseite */

/*-------------Headline-------------------*/
					#headline 
		{
			position:absolute; 
			left:160px; 
			top:143px; 
			width:420px; 
			height:50px;
		}
/*-------------Headline-------------------*/

/* ---------------Titelbild---------------*/
 					#titelbild
			{ 
				position:absolute; 
				left:160px; 
				top:215px; 
				width:300px; 
				height:306px;
			}
 /* ---------------Titelbild---------------*/
