#header-flag-en {
	width: 20px;
	height:13px;
	background: transparent url("../images2/flag_us_13px.jpg");
	position:absolute;
	top:13px;
	left: 10px;
	border: 2px solid #f6f0d6;
	border-radius: 1px 1px;
}
#header-flag-de {
	width: 20px;
	height:13px;
	background: transparent url("../images2/flag_de_13px.jpg");
	position:absolute;
	top:13px;
	left: 10px;
	border: 2px solid #f6f0d6;
	border-radius: 1px 1px;
}

#header-lang {
	position:absolute;
	top:13px;
	left: 10px;
	text-decoration:none; 
	color:#999;
}

#header-lang #header-lang-sel {
	color: white;
}

#header-lang a {
	color:#999;
}


