@charset "utf-8";

	html
	{min-width: 480px;
	overflow:auto;}	

	body
	{background-color:#f9fdd0;
	background-image: url('bg.jpg');
	font-family: Arial, sans-serif;
	color:white;}
	
	.ueberschrift 
	{font-size: 14pt;
	 font-weight:bold;}

	.datum
	{font-size: 7pt;}

	.news
	{font-size: 10pt;}

	a
	{color:white;}
	
	img
	{border: none;}


