p	{	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	text-transform: none;	color: #333333;	}h1	{		font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 18px;	font-style: normal;	line-height: 20px;	font-weight: normal;	font-variant: normal;	text-transform: uppercase;	color: #000000;	}h2	{		font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 15px;	font-style: normal;	line-height: 17px;	font-weight: normal;	font-variant: normal;	text-transform: uppercase;	color: #000000;	}a   	{	color: #ff0000;	text-decoration: none;	}a:hover {	color: #ff0000;	text-decoration: underline;	background: #111111;	}/* LISTEN */#listen   {  	display: block;  	width: 124px;  	height: 26px;  	background: url("bilder/listen_up.jpg") no-repeat ;	float: left;	}	#listen:hover {	background-position: 0 -26px;	}#listen span { 	display: none;	}	/* CHAT */#chat    {  	display: block;  	width: 205px;  	height: 26px;  	background: url("bilder/chat.jpg") no-repeat ;	float: left;	}	#chat:hover {	background-position: 0 -26px;	}#chat span { 	display: none;	}

/* FACEBOOK */#facebook    {  	display: block;  	width: 75px;  	height: 22px;  	background: url("bilder/facebook.jpg") no-repeat ;	float: left;	}	#facebook:hover {	background-position: 0 -22px;	}#facebook span { 	display: none;	}