@CHARSET "utf-8";
#h_log{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 20;
}
#h_log form input{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	border: 1px solid silver;
	background: url("../gfx/Head_200.png") repeat-x 0px -5px;
}
#h_menu{
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 30;
	line-height: 20px;	
}
#h_menu ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#h_menu ul li{
	height: 21px;
	float: left;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 2px;
	width: 80px;	
}
#h_menu ul li:hover{
	background: url("../gfx/Head_200b.png") repeat-x 0px 0px;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}
#h_menu ul li a{
	text-decoration: none;
	color: inherit;
}
#langs{
	position: absolute;
	top: 5px;
	left: 5px;		
}
.lang{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent;
	width: 20px;
	height: 12px;
}