ul#sprache {
	position				:	absolute;
	top					:	142px;
	left					:	62.4em;
	width					:	65px;
	height					:	2em;
	margin					:	0px 0px 0px -90px;
	padding					:	0px;
	border					: 	0px;
	z-index					:	1;
	list-style-type				:	none;
}

* html ul#sprache {
	margin-left				:	-98px;
}

ul#sprache li {
	list-style-type				:	none;
	margin					:	0.8em 0px 0px 8px;
	padding					:	0px;
	width					:	20px;
	height					:	12px;
	float					:	left;
	font-size				:	200%;
}

ul#sprache li a {
	width					:	100%;
	height					:	100%;
	display					:	block;
	background-repeat			:	no-reapeat;
	background-position			:	0px 0px;
}

ul#sprache li a.de {
	background-image			:	url(../images/ic_sprache_de.gif);
}

ul#sprache li a.en {
	background-image			:	url(../images/ic_sprache_en.gif);
}

ul#sprache li a.es {
	background-image			:	url(../images/ic_sprache_es.gif);
}

ul#sprache li dfn,
ul#sprache li a span {
	display					:	none;
}