/* CSS Document */
/* elephant the foodclub -------------------*/

/* Website Konzept, Design und Realisierung */
/* metome.design - crossmedia communication */

a.tooltip {
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	background-image: url(../images/icon_english.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
a:hover {
	text-decoration:none;
	color: #FFC500;
	} /*BG color is a must for IE6*/

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:90px;
	z-index: 100;
	}

a.tooltip:hover span {
	position:absolute;
	border:1px solid #cccccc;
	color:#302d2b;
	z-index: 100;
	left: 67em;
	top: 33px;
	display: inline;
	background-color: #FFC500;
}

