/*
 * langswitcher.css
 * Author: Tim Isenheim
 */

#langswitcher{
	background: #bcddff;
	padding: 3px 8px;
	margin: 10px 0;
	border-top: 1px solid #83bdfd;
	border-bottom: 1px solid #83bdfd;
}

#langswitcher a{
	color: #336699;
	display: block;
	padding: 3px 10px 3px 20px;
}

#langswitcher a:hover,
#langswitcher a:visited:hover{
	color: #033;
	text-decoration: none;
}

#langswitcher.de a,
#langswitcher.de a:visited{
	background: url(wp-content/plugins/langswitcher/images/langball_de.png) no-repeat left center;	
}

#langswitcher.en a,
#langswitcher.en a:visited{
	background: url(wp-content/plugins/langswitcher/images/langball_en.png) no-repeat left center;	
}

/* Loading Message */

#loading-message{
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 50%;
	margin: 0 auto 0 -200px;
	width: 400px;
	font: bold 3.0em "Lucida Grande", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

#loading-message #loading-image{
	vertical-align: middle;
	margin-bottom: 4px;
}

#loading-message #loading-text{
	color: #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	margin: 0 0 5px 0;
}