﻿#lang-selector 
{
	font-size: x-small; 
	text-align: left; 
	white-space: nowrap; 
	padding-bottom: 1em; 
	color: #CCCCCC;
}

a.lang-current,
a.lang-current:visited,
a.lang-current:hover
{ 
	color: #CCCCCC; 
	text-decoration: none;
	
}

a.lang-other,
a.lang-other:visited
{ 
	color: #415a68; 
	text-decoration: none;
}

a.lang-other:hover
{ 
	text-decoration: underline; 
	background: #F7EBDB;
}
@media print 
{
	 #lang-selector 
	 {
		display: none; 
	}
}

