	#Hauptmeldungen
	{
		position: relative;
		padding: 0px;
		margin:  0px;
	}

	#Hauptmeldungen li
	{
		list-style: none;
		height:105px;
		margin: 0px;
		float: left;
		left:0px;
	}
	
	#Hauptmeldungen a
	{
		display:block;
		padding-top: 105px;
		overflow: hidden;
		height: 0px !important; 
		height /**/: 105px; /* fuer IE5/Win */
	}
	
	#Hauptmeldungen a:hover 
	{
		background-position: 0 -105px;
	}
	

	#Hauptmeldungen a:active, #Hauptmeldungen a.aktiv 
	{
		background-position: 0 -210px;
	}


	#Hauptmeldung1 a  
	{
		width: 192px; 
		margin-left:8px;
	}

	#Hauptmeldung2 a  
	{
		width: 192px;
		margin-left:8px;
	}

	#Hauptmeldung3 a  
	{
		width: 192px;
		margin-left:8px;
	}

	
	
