header
{
	border-bottom:1px solid #e5e5e5;	
	padding:20px 80px 20px 10px;
	font-size:12px;
	color:#676566;	
	position:relative;
}
#finansial-help-link
{
	padding-top:5px;
	cursor:pointer;
}
#finansial-help-link:hover
{
	text-decoration:underline;
}
#header-language-changer
{
	top:9px;
	right:10px;
	padding:0px 0px 0px 0px;
	width:51px;
	position:absolute;
	z-index:200;
	font-size:12px;	
}
.header-language-changer-left-separator,.header-language-changer-right-separator
{
	position:absolute;
	top:7px;
	width:0;
	height:27px;
	border-left:1px solid #e5e5e5;
}
.header-language-changer-left-separator
{
	left:0;
	display:none;
}
.header-language-changer-right-separator
{
	right:0px;
}

.header-language a
{
	display:block;
	vertical-align:middle;
	text-align:center;
	width:50px;
	margin-left:1px;
	padding:6px 0 6px 0;
	text-decoration:none;
	background:white;
	
	color:#676566;
	/*border:1px solid #cccccc;
	border-left:1px solid #cccccc;*/
	box-shadow: 0px 0px 2px #212121;
	-webkit-box-shadow:  0px 0px 2px #212121;
	-moz-box-shadow: 0px 0px 2px #212121;	
}
.header-language a:hover
{
	box-shadow: 0px 0px 3px #212121;
	-webkit-box-shadow: 0px 0px 3px #212121;
	-moz-box-shadow: 0px 0px 3px #212121;	
}
.header-language span
{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:51px;
	height:20px;
	text-decoration:none;
	color:#676566;
	border:0px solid red;
}
.header-language span div
{
	display:inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #676566;
	margin:0 0 2px 0;

}
.header-language-link-wrapper
{
	display:none;
}
#header-language-changer div.header-language:first-child span
{
	height:40px;
}