	#Hauptnavigation
	{
		position: relative;
		padding: 0px;
		margin:  0px;
		float:left;
	}

	#Hauptnavigation li
	{
		float:left;
		list-style: none;
		height:23px;
		margin: 0px;
		display:inline;
		margin-left:5px;
	}


	#Hauptnavigation a
	{
		display:block;
		padding-top: 23px;
		overflow: hidden;
		height: 0px !important; 
		height /**/: 23px; /* fuer IE5/Win */
	}
	
	#Hauptnavigation a.Menuepunkt:hover  
	{
		background-position: 0 -23px;
	}
	
	#Hauptnavigation a:active, #Hauptnavigation a.Menuepunktaktiv 
	{
		background-position: 0 -46px;
	}
	#Home a {
		width:55px;
		background: url(/images/v1/nav/home.gif) top no-repeat;
	}
		
	#Abgeordnete a  
	{
		width: 99px;
		background: url(/images/v1/nav/Abgeordnete.gif) top no-repeat;
	}

	#Aktuelles a  
	{
		width: 78px;
		background: url(/images/v1/nav/Aktuelles.gif) top no-repeat;
	}

	#Europaparlament a  
	{
		width: 128px;
		background: url(/images/v1/nav/Europaparlament.gif) top no-repeat;
	}

	#Publikationen a  
	{
		width: 106px;
		background: url(/images/v1/nav/Publikationen.gif) top no-repeat;
	}

	#Positionen a  
	{
		width: 86px;
		background: url(/images/v1/nav/Positionen.gif) top no-repeat;
	}

	#Links a  
	{
		width: 53px;
		background: url(/images/v1/nav/Links.gif) top no-repeat;
	}

	#Kontakt a  
	{
		width: 69px;
		background: url(/images/v1/nav/Kontakt.gif) top no-repeat;
	}

