@charset "utf-8";
/* CSS Document */

/* =======================================
1. Kalibrierung und Restauration
======================================= */


html { /* erzwingt Scrollbar im Firefox */
  height: 101%;
}

div#sprache {
	font-family:Arial, Helvetica, sans-serif;
	color:#006fb4;	
	text-align:right;
	position: relative;
	width: 200px;
	height: 20px;
	right:0px;
	z-index:5;
	background-color:#fff;
	float:right;
	margin-right:10px;
}