/*
body
{
  font-family: Optima, "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
  font-size:10pt;
}

.invisible { display: none; }
*/

#langselect {
	width: 85px;
	background-color: #eee;
	color: #ffffff;
  text-align: left;
	float: right;
}

#langselect a.toggle {
	color: #06c;
	font-size: 0.90em;
	/* font-weight: bold; */
	text-decoration: none;
	background: #eee url(../icons/locale.png) no-repeat;
	padding: 0px 0px 1px 20px;
}

#langselect a.toggle:hover {
	text-decoration: underline;
}

.stretcher {
	margin: 6px 0px 0px 24px;
}

#languages a:hover {
	text-decoration: underline;
}

#languages a {
	color: #06c;
	font-size: 0.75em;
	background-color: #eee;
	text-decoration: none;
}
