#navigation ul.navigation li
{
	position:					relative;
	display: 					block;
	float:						left;
	height: 					29px;
	text-align:				center;
}

#navigation ul.navigation li,
#navigation ul.navigation li > a
{
	line-height:			20px;
	color:						#4B5147;
}

#navigation ul.navigation li.active
{
	color:						white;
}


#projektidee
{
	background:				url('/images/navigation/idee.png') no-repeat;
	width:						55px;
}

#projektidee.active
{
	background:				url('/images/navigation/idee_hover.png') no-repeat;
}


#anleitung
{
	background:				url('/images/navigation/anleitung.png') no-repeat;
	width:						73px;
}

#anleitung.active
{
	background:				url('/images/navigation/anleitung_hover.png') no-repeat;
}

#mein_beitrag
{
	background:				url('/images/navigation/mein_beitrag.png') no-repeat;	
	width:						89px;
}

#mein_beitrag.active
{
	background:				url('/images/navigation/mein_beitrag_hover.png') no-repeat;		
}


#teilnehmer
{
	background:				url('/images/navigation/teilnehmer.png') no-repeat;		
	width:						89px;
}

#teilnehmer.active
{
	background:				url('/images/navigation/teilnehmer_hover.png') no-repeat;	
}

#gewinner
{
	background:				url('/images/navigation/gewinner.png') no-repeat;		
	width:						73px;
}

#gewinner.active
{
	background:				url('/images/navigation/gewinner_hover.png') no-repeat;	
} 

#barcode
{
	background:				url('/images/navigation/barcode.png') no-repeat;		
	width:						120px;
}

#barcode.active
{
	background:				url('/images/navigation/barcode_hover.png') no-repeat;	
}
 
#umsetzung
{
	background:				url('/images/navigation/umsetzung.png') no-repeat;		
	width:						80px;
}

#umsetzung.active
{
	background:				url('/images/navigation/umsetzung_hover.png') no-repeat;		
}


#hintergrund
{
	background:				url('/images/navigation/hintergrund.png') no-repeat;		
	width:						88px;
}

#hintergrund.active
{
	background:				url('/images/navigation/hintergrund_hover.png') no-repeat;		
}

#export
{
	background:				url('/images/navigation/export.png') no-repeat;		
	width:						88px;
}

#export.active
{
	background:				url('/images/navigation/export_hover.png') no-repeat;		
}

#logout
{
	background:				url('/images/navigation/logout.png') no-repeat;		
	width:						88px;
}

#logout.active
{
	background:				url('/images/navigation/logout_hover.png') no-repeat;		
}