/*Hintergrund*/
	body
	{
		margin: 0;
		padding: 0;
		font: 85% tahoma, geneva, sans-serif;
		text-align: center;
		color: #C96;
		background: #000;
		background-image: url(bilder/wappenbaden.jpg) top left no-repeat fixed;
		background-image: url(bilder/wappenwuerttemberg.jpg) top right no-repeat fixed;
	}
		
	
	
/*alle Seiteninhalte umfassender Container*/	
	
	#alles
	{
		margin: 1em auto;
		width: 800px;
		height: 600px;
		text-align: center;
		background-color: 000;
	}
	

/*Kopfteil für Logo und Bild*/

	#kopfteil
	{
	height: 600px;
	background-color:#000;
	}



	
/*Abschluß mit Copyright und Datum der letzten Aktuallisierung*/

	#fusszeile
	{
		clear: both;
		height: 50px;
		background-color:#000;
		font: 70% tahoma, geneva, sans-serif
		
	}
	



	
	
		
	